docs(ecosystem): update timeline and runtime remainder

This commit is contained in:
Saravana Achu Mac 2026-04-04 11:41:39 -07:00
parent d328c7ad68
commit 6eaf5980a7
3 changed files with 5 additions and 3 deletions

View File

@ -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` - [x] add first hosted internal timeline UI in `admin-web`
Commits: Commits:
- `6f3a563` - `6f3a563`
- `d328c7a`
Status note: Status note:
- admin-web now exposes `/timeline` over the shared platform timeline API - 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 - 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 ### 6.1 Remaining Direct Runtime TODOs
- Cowork: add `AgentTodo` direct projection once the product exposes first-class todo entities. - 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. - FlowMonk: replace the current derived approval/todo projections once the product exposes first-class approval/todo primitives.
- Shared docs: clarify run-vs-session lifecycle guidance now that `queued` is first-class. - Shared runtime: define checkpoint/resume payload semantics and ActionTrail replay requirements.
### 6.2 Explicit Blockers And Questions ### 6.2 Explicit Blockers And Questions

View File

@ -123,7 +123,7 @@ For every major implementation item, attach:
- [ ] finalize phase-1 golden flow checks - [ ] finalize phase-1 golden flow checks
- [x] define repo-level verification owners - [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 - [ ] add links from tracker rows to verification evidence
Commits: Commits:

View File

@ -97,3 +97,4 @@ Observed baseline:
- `3f2482b` timeline contract and aggregator baseline - `3f2482b` timeline contract and aggregator baseline
- `e377351` platform-service timeline ingest + query baseline - `e377351` platform-service timeline ingest + query baseline
- `6f3a563` admin-web hosted timeline dashboard - `6f3a563` admin-web hosted timeline dashboard
- `d328c7a` admin-web product-scope and correlation-grouping hardening