docs(ecosystem): reconcile runtime tracker follow-ups

This commit is contained in:
Saravana Achu Mac 2026-04-04 01:16:19 -07:00
parent fe36296196
commit 9d7817788e
2 changed files with 9 additions and 2 deletions

View File

@ -221,7 +221,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa
- `3f2482b`
- [x] add first runtime projection + dispatch validation API in `platform-service`
Commits:
- `TBD`
- `fe36296`
Status note:
- `GET /api/agent-runtime/sessions` projects platform sessions into the shared `AgentSession` shape
- `GET /api/agent-runtime/runs` projects platform runs into the shared `AgentRun` shape
@ -230,6 +230,13 @@ These should be resolved before claiming the ecosystem docs are fully implementa
Status note:
- FlowMonk runtime-emitter implementation work was started, but this clone cannot currently verify it because the repo depends on a local npm registry at `http://localhost:3300` and backend dependencies are not installed
### 6.1 Remaining Direct Runtime TODOs
- Cowork: emit canonical `AgentSession`, `AgentTask`, `AgentRun`, and `AgentApprovalCheckpoint` objects from live task orchestration.
- Cowork: attach canonical event IDs to approval and audit trails so ActionTrail lineage can stop using fallback/null semantics.
- FlowMonk: finish direct runtime-emitter integration once the local npm registry and backend dependencies are available again.
- Platform-service: refine the `queued -> paused` projection fallback once run-vs-session semantics are finalized.
---
## 7. Active Execution Plan

View File

@ -76,7 +76,7 @@ Observed baseline:
## 6. Commits
- `3f2482b` runtime contract schema baseline
- `TBD` platform-service runtime projection + dispatch validation
- `fe36296` platform-service runtime projection + dispatch validation
## 7. Remaining Gaps