From 6eaf5980a7b16c1dd2a9b98d3476017668bdd387 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Sat, 4 Apr 2026 11:41:39 -0700 Subject: [PATCH] docs(ecosystem): update timeline and runtime remainder --- docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md | 5 +++-- docs/ecosystem/ECOSYSTEM_VERIFICATION_MATRIX.md | 2 +- docs/ecosystem/PHASE4_PERSONAL_TIMELINE_EXECUTION_PLAN.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md index 988a4c57..f018c73e 100644 --- a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md +++ b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md @@ -208,6 +208,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa - [x] add first hosted internal timeline UI in `admin-web` Commits: - `6f3a563` + - `d328c7a` Status note: - admin-web now exposes `/timeline` over the shared platform timeline API - the first hosted internal timeline UI supports user, artifact, correlation, and event-name filtering @@ -270,8 +271,8 @@ These should be resolved before claiming the ecosystem docs are fully implementa ### 6.1 Remaining Direct Runtime TODOs - Cowork: add `AgentTodo` direct projection once the product exposes first-class todo entities. -- FlowMonk: add direct `AgentApprovalCheckpoint` and `AgentTodo` projections once the product exposes first-class approval/todo primitives. -- Shared docs: clarify run-vs-session lifecycle guidance now that `queued` is first-class. +- FlowMonk: replace the current derived approval/todo projections once the product exposes first-class approval/todo primitives. +- Shared runtime: define checkpoint/resume payload semantics and ActionTrail replay requirements. ### 6.2 Explicit Blockers And Questions diff --git a/docs/ecosystem/ECOSYSTEM_VERIFICATION_MATRIX.md b/docs/ecosystem/ECOSYSTEM_VERIFICATION_MATRIX.md index 5753d173..d5d6c486 100644 --- a/docs/ecosystem/ECOSYSTEM_VERIFICATION_MATRIX.md +++ b/docs/ecosystem/ECOSYSTEM_VERIFICATION_MATRIX.md @@ -123,7 +123,7 @@ For every major implementation item, attach: - [ ] finalize phase-1 golden flow checks - [x] define repo-level verification owners -- [ ] define minimum evidence for “done” +- [x] define minimum evidence for “done” - [ ] add links from tracker rows to verification evidence Commits: diff --git a/docs/ecosystem/PHASE4_PERSONAL_TIMELINE_EXECUTION_PLAN.md b/docs/ecosystem/PHASE4_PERSONAL_TIMELINE_EXECUTION_PLAN.md index a2c963d0..ab0c87de 100644 --- a/docs/ecosystem/PHASE4_PERSONAL_TIMELINE_EXECUTION_PLAN.md +++ b/docs/ecosystem/PHASE4_PERSONAL_TIMELINE_EXECUTION_PLAN.md @@ -97,3 +97,4 @@ Observed baseline: - `3f2482b` timeline contract and aggregator baseline - `e377351` platform-service timeline ingest + query baseline - `6f3a563` admin-web hosted timeline dashboard +- `d328c7a` admin-web product-scope and correlation-grouping hardening