diff --git a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md index 00133fd9..87e47183 100644 --- a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md +++ b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md @@ -248,7 +248,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa - `1ccafa7` adds FlowMonk direct runtime projections for sessions, tasks, runs, action logs, and dispatch validation - [x] promote `queued` to a first-class `AgentRun` state and preserve it in shared runtime projections Commits: - - `pending current commit` + - `ff8c5eb` Status note: - `AgentRun` now supports `queued` directly in `@bytelyst/events` - platform-service now preserves queued platform runs as `queued` diff --git a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md index 12f23764..6b4480b3 100644 --- a/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md +++ b/docs/ecosystem/PHASE5_AGENT_RUNTIME_CONTRACT_EXECUTION_PLAN.md @@ -99,7 +99,7 @@ Observed baseline: - `b8242b4` cowork-service runtime action-log projection - `1ccafa7` FlowMonk local shared-package resolution + runtime projection routes - `a3ae6fe` FlowMonk queued-run projection preservation -- `pending current commit` shared runtime queued-run state +- `ff8c5eb` shared runtime queued-run state ## 7. Remaining Gaps