diff --git a/README.md b/README.md index 9e7aa4a..16f0cc1 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,10 @@ Roadmap (high level) - Phase 3: hardware-in-the-loop validation and KPI dashboards. This repository aims to be a practical foundation for cross-domain interoperability in privacy-preserving federated planning, with a clear path toward broader ecosystem reuse. + +Enhancements and MVP refinements +- EnergiBridge-style canonical bridge: introduces a vendor-agnostic intermediate representation (IR) that maps CosmosMesh primitives to CatOpt-like primitives. Objects map to LocalProblems, Morphisms to SharedVariables/DualVariables, and PlanDelta blocks carry audit and privacy metadata. A Graph-of-Contracts (GoC) registry seeds adapter onboarding and schema versioning. +- Minimal DSL seeds and interoperability kit: core seeds for LocalProblem, SharedVariables, DualVariables, PlanDelta, PrivacyBudget, AuditLog, and PolicyBlock with to_catopt interoperability helpers. +- MVP wiring plan: 2–3 assets to start (e.g., rover, drone, habitat module) with a simple quadratic objective and an ADMM-lite solver; delta-sync for intermittent links; governance scaffolding. +- Adapters and conformance: seed adapters and a lightweight conformance harness to validate interoperability against canonical schemas. +- Security and governance groundwork: DIDs or short-lived certs, per-message crypto-tags, and tamper-evident logging to anchor mission decisions.