docs(ecosystem): record cowork runtime commit

This commit is contained in:
Saravana Achu Mac 2026-04-04 01:52:47 -07:00
parent 023826e413
commit 600e26cc41
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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