build(agent): new-agents-2#7e3bbc iteration

This commit is contained in:
agent-7e3bbc424e07835b 2026-04-19 19:43:27 +02:00
parent 2f38820093
commit 471f31ea26
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ This repository includes starter adapters to bootstrap interoperability:
Ready to publish signal
- Once all MVP components are validated and tests pass, a READY_TO_PUBLISH file will be created at the repo root to signal readiness for publishing.
Readiness & validation (local workflow)
- You can verify the end-to-end packaging and tests locally by running:
- `bash test.sh` (this runs pytest and packages the project via Python's build tooling)
- When the project is ready for publication in a registry, the repository should contain an empty file named `READY_TO_PUBLISH` at the root. This signals an explicit publish intent and should be committed as part of a release workflow.
MVP Roadmap (high level)
- Phase 0 (0-2 weeks): define core protocol (Objects, Morphisms, Functors), publish contracts v0.2, implement two starter adapters, build a minimal ADMM-like solver and delta-sync engine.
- Phase 1 (2-4 weeks): add a small set of global constraints (mesh energy balance, water budgets), governance ledger, offline simulations with digital twins.