From 600e26cc41819fc3f04af35f5a40f9c6a5e683a3 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Sat, 4 Apr 2026 01:52:47 -0700 Subject: [PATCH] docs(ecosystem): record cowork runtime commit --- docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md | 2 +- docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md index a986fcd8..9e85fb85 100644 --- a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md +++ b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md @@ -241,7 +241,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa - [ ] wire first product implementations to emit the shared runtime objects directly from Cowork and FlowMonk Status note: - Cowork product-native runtime projections are now implemented in cowork-service - - `COMMIT_PENDING` adds `GET /api/agent-runtime/sessions`, `GET /api/agent-runtime/runs`, `GET /api/agent-runtime/approvals`, and `POST /api/agent-runtime/dispatch/validate` + - `023826e` adds `GET /api/agent-runtime/sessions`, `GET /api/agent-runtime/runs`, `GET /api/agent-runtime/approvals`, and `POST /api/agent-runtime/dispatch/validate` - 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 diff --git a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md index 8cfc916c..c37a1026 100644 --- a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md +++ b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md @@ -92,7 +92,7 @@ Observed baseline: - `3f2482b` runtime contract schema baseline - `fe36296` platform-service runtime projection + dispatch validation - `71ef2ac` admin-web hosted runtime console -- `COMMIT_PENDING` cowork-service runtime projection routes +- `023826e` cowork-service runtime projection routes ## 7. Remaining Gaps