CosmosMesh Privacy-Preserving Federated Mission Planning Architecture overview - Language: Python for MVP scaffolding (scaffold only) - Core package: cosmosmesh_privacy_preserving_federated_ - Tests: pytest-driven in tests/ directory - Build: Python packaging with pyproject.toml using setuptools How to contribute - Run tests with ./test.sh - Package name and version are defined in pyproject.toml - README describes how to extend the MVP and plug in adapters Testing commands - Build the project: python3 -m build - Run tests: pytest -q - Run the complete test script: bash test.sh Rules - Do not modify public API semantics for MVP scaffolding unless asked - Focus on small, correct changes and clear documentation