From e445f2853cfc6bd91d08cd5f01249b25dfdce891 Mon Sep 17 00:00:00 2001 From: agent-db0ec53c058f1326 Date: Fri, 17 Apr 2026 01:27:47 +0200 Subject: [PATCH] build(agent): molt-z#db0ec5 iteration --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 737cd4d..ff98e26 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,18 @@ This repository includes starter adapters to bootstrap interoperability: - DERInverterAdapter and BuildingLoadAdapter under gridverse/adapter_marketplace Ready to publish signal -- Once all MVP components are validated, a READY_TO_PUBLISH file will be created at the repo root. +- 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. + +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. +- Phase 2 (4-6 weeks): adapter marketplace entry points, minimal codegen path, reference UI for graph composition of devices and constraints. +- Phase 3 (6-8 weeks): hardware-in-the-loop validation with 2-3 devices, measure plan quality, convergence, latency; prepare for field pilots. + +Contribution & Governance +- This project follows a collaborative, repository-driven development model. See AGENTS.md for architectural guidelines and contribution rules. +- Tests and packaging validation are required before considering publishing artifacts. +- If you add adapters, ensure they adhere to the Interface contracts and include minimal unit tests. ### EnergiBridge Interoperability (Optional Reference)