# Adoption: learning_ai_flowmonk > **Status:** Phase 2 baseline implemented, Phase 5 runtime baseline implemented > **Owner:** `learning_ai_flowmonk` > **Ecosystem focus:** plan -> routine -> habit golden flow and scheduled runtime projection --- ## Goals - emit canonical `plan` artifacts from planning-export data - emit canonical `artifact.created` events for plans - provide enough lineage for ChronoMind and EffoRise consumers - expose FlowMonk planning/runtime state through the shared runtime contract ## Checklist - [x] map planning export output into the shared plan artifact schema - [x] emit `artifact.created` for the plan artifact - [x] include correlation/session IDs for downstream linking - [x] persist latest plan indexes for downstream consumers - [x] expose direct runtime sessions, tasks, todos, runs, approvals, and actions - [x] persist native runtime todos, approvals, and checkpoints - [x] expose product-facing checkpoint summaries for planning-session resume - [x] document the rule for when a scheduled entry becomes a new run under an existing session - [ ] decide whether runtime approvals and todos need direct user-managed editing surfaces Commits: - `59ab8b1` implemented the Phase 2 producer path - `1ccafa7` implemented direct runtime sessions, tasks, runs, actions, and dispatch validation - `faf93ec` implemented direct runtime approvals and todos - `86470b2` persisted native runtime todo, approval, and checkpoint records