idea93-gridguard-verifiable.../AGENTS.md

13 lines
508 B
Markdown

# AGENTS.md
Architecture and testing rules for GridGuard MVP (EnergiBridge-inspired).
- Language: Python
- Core: energi_bridge package with schemas (LocalProblem, SharedVariables, PlanDelta, DualVariables)
- Adapters: two toy adapters under energi_bridge/adapters
- Tests: pytest-based tests; test.sh runs tests and python -m build
- Build: python -m build to verify packaging metadata
- How to run:
- ./test.sh
- Contributing: keep changes minimal and well-scoped; add tests for new schemas or adapters