From e3f72fa22de46619861a34a0dea0489571f7ee2b Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Sat, 4 Apr 2026 14:37:10 -0700 Subject: [PATCH] docs(runtime): record FlowMonk runtime review UI --- docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md | 4 ++-- .../PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md | 9 +++++---- docs/ecosystem/adoption/learning_ai_flowmonk.md | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md index dae46f2b..e216a3e9 100644 --- a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md +++ b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md @@ -270,11 +270,11 @@ These should be resolved before claiming the ecosystem docs are fully implementa ### 6.1 Remaining Direct Runtime TODOs -- FlowMonk: decide whether the new backend editing surfaces need dedicated product UI affordances now or can remain API-first. +- FlowMonk: decide whether the next runtime UI slice should prioritize run/action drill-in or resume controls. ### 6.2 Explicit Blockers And Questions -- Question: should FlowMonk approvals and todos stay API-first for now, or is a dedicated product UI the next priority? +- Question: should FlowMonk runtime UX go deeper on replay/action visibility next, or on checkpoint resume guidance? --- diff --git a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md index a6d8ba04..b47122b7 100644 --- a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md +++ b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md @@ -113,15 +113,16 @@ Observed baseline: - `4ff578e` Cowork checkpoint refs plus canonical session/task IPC event IDs - `32b46f0` cowork-service runtime mapping for enriched checkpoint refs and IPC event IDs - `6b1e52c` FlowMonk direct user-managed runtime todo and approval editing surfaces +- `da2db8e` FlowMonk dedicated runtime review web UI ## 7. Remaining Gaps - Cowork now emits shared runtime projections from cowork-service, preserves Rust-side canonical event IDs on approval/audit records, and exposes persisted checkpoint-driven todo and resume review surfaces. -- Cowork session and task IPC projections now also expose canonical event IDs directly, and checkpoint summaries preserve artifact and memory refs when present. -- FlowMonk now emits direct runtime projections for planning sessions, tasks, todos, runs, approvals, actions, and checkpoints with persisted native runtime records plus direct PATCH editing surfaces for approvals and todos. +- Cowork session and task IPC projections now also expose canonical event IDs directly, and checkpoint summaries preserve artifact IDs plus artifact and memory refs when present. +- FlowMonk now emits direct runtime projections for planning sessions, tasks, todos, runs, approvals, actions, and checkpoints with persisted native runtime records, direct PATCH editing surfaces, and a dedicated runtime review web UI for approvals, todos, and checkpoints. - remaining follow-through is now evolutionary rather than blocking: - - FlowMonk can later add richer UI affordances on top of the new backend editing surfaces + - FlowMonk can later deepen the runtime view with run/action drill-in if needed ## 8. Explicit Blockers And Questions -- Question: should FlowMonk approvals and todos remain API-first for now, or should a dedicated product UI become the next runtime slice? +- Question: should the next FlowMonk runtime slice focus on run/action drill-in or checkpoint resume controls? diff --git a/docs/ecosystem/adoption/learning_ai_flowmonk.md b/docs/ecosystem/adoption/learning_ai_flowmonk.md index e1742c1e..00993d91 100644 --- a/docs/ecosystem/adoption/learning_ai_flowmonk.md +++ b/docs/ecosystem/adoption/learning_ai_flowmonk.md @@ -24,6 +24,7 @@ - [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 - [x] add runtime approvals and todos direct user-managed editing surfaces +- [x] add a dedicated runtime review UI for approvals, todos, and checkpoints Commits: @@ -32,3 +33,4 @@ Commits: - `faf93ec` implemented direct runtime approvals and todos - `86470b2` persisted native runtime todo, approval, and checkpoint records - `6b1e52c` added direct user-managed runtime todo and approval editing surfaces +- `da2db8e` added the FlowMonk runtime review web UI