1.4 KiB
1.4 KiB
Adoption: learning_ai_flowmonk
Status: Phase 2 baseline implemented, Phase 5 runtime baseline implemented Owner:
learning_ai_flowmonkEcosystem focus: plan -> routine -> habit golden flow and scheduled runtime projection
Goals
- emit canonical
planartifacts from planning-export data - emit canonical
artifact.createdevents for plans - provide enough lineage for ChronoMind and EffoRise consumers
- expose FlowMonk planning/runtime state through the shared runtime contract
Checklist
- map planning export output into the shared plan artifact schema
- emit
artifact.createdfor the plan artifact - include correlation/session IDs for downstream linking
- persist latest plan indexes for downstream consumers
- expose direct runtime sessions, tasks, todos, runs, approvals, and actions
- decide whether approvals remain derived or become first-class primitives
- decide whether todos remain backlog-task projections or become a first-class checklist primitive
- expose product-facing checkpoint summaries for planning-session resume
- document the rule for when a scheduled entry becomes a new run under an existing session
Commits:
59ab8b1implemented the Phase 2 producer path1ccafa7implemented direct runtime sessions, tasks, runs, actions, and dispatch validationfaf93ecimplemented direct runtime approvals and todos