open-energymesh-offline-fir.../AGENTS.md

10 lines
391 B
Markdown

# Open-EnergyMesh Agents
- Architecture: Node.js in-memory MVP for offline-first mesh orchestration.
- Tech Stack: JavaScript (CommonJS), minimal data models for Device/DER/Forecast, simple flow engine.
- Testing: node test/test.js; run via npm test.
- Commands:
- Install (if needed): npm install
- Run tests: npm test
- Publish readiness: not yet; see READY_TO_PUBLISH marker when ready.