Roadmap Implementation Plans¶
These files break the main ROADMAP.md into execution plans.
The main roadmap stays as the product thesis and reference audit. These plans turn each phase into a buildable milestone with scope, module targets, tests, and acceptance criteria.
Milestones¶
- Roadmap Completion TODO — master task board until all phases are shipped
- Codebase Deep-Dive Audit
- v0.1: Stabilize Current Runtime
- v0.2: Session Store And Recall — first slice shipped
- v0.3: Commands, Logs, And Approvals — core shipped
- v0.4: Core Channel Reliability — partial, not shipped
- v0.5: Web UI And OpenAI-Compatible API — not shipped
- v0.6: Character Profiles And Visual Identity — core shipped
- v0.7: Memory Manager And Owner Model — partial
- v0.8: Owner-Reviewed Learning Loop — partial
- v0.9: Skills As Procedural Memory — partial
- v0.10: Context Engine And Compression — partial
- v0.11: Routines, Cron, And Triggers — partial
- v0.12: Toolsets, MCP, And Execution Backends — partial
- v0.13: Insights, Packaging, And Public Trust — completed slice
Execution Rule¶
Build in order unless a production issue forces a hotfix. Session store, commands, approvals, and channel reliability are the foundation. Learning, skills, routines, and Web UI should sit on top of that foundation rather than invent separate state.
Before implementing a milestone, read the deep-dive audit and the specific version plan. The audit explains what already exists in G-Agent and which Hermes/Nanobot files are useful references.