(plan) update the plan to captures more

This commit is contained in:
Story Crater Bot
2026-08-18 20:04:29 -07:00
parent 5a30d0ffc6
commit 139f8419bb
11 changed files with 993 additions and 1 deletions
+31 -1
View File
@@ -211,7 +211,8 @@ Legend: ⬜ not started · 🟡 in progress · ✅ done · ⛔ blocked
| 8 | Learning loop | T6.x | 8 | 0 | 0 | 8 | ⬜ T6.8 | — | — |
| 9 | Distribution | T7.x | 8 | 0 | 0 | 8 | ⬜ T7.8 | — | — |
| 10 | Operability | T8.x | 7 | 0 | 0 | 7 | ⬜ T8.7 | — | — |
| | **Total** | | **80** | **3** | **0** | **77** | 0/10 green | **313.0k** | **—** |
| 11 | Orchestration | T10.x | 10 | 0 | 0 | 10 | ⬜ T10.10 | — | — |
| | **Total** | | **90** | **3** | **0** | **87** | 0/11 green | **313.0k** | **—** |
**What changed in this revision.** The public surface moved ahead of the
durability hard parts, and an embedding phase was added after verification.
@@ -361,3 +362,32 @@ whose architecture already expects capabilities to arrive as swappable providers
| [T8.5](T8.5-embedded-mode-smoke.md) | Embedded-mode smoke | S | parallel-ok | ⬜ |
| [T8.6](T8.6-capacity-admission-control.md) | Capacity admission control | M | — | ⬜ |
| [T8.7](T8.7-p8-composition-gate.md) | **Operability composition gate** | L | gate | ⬜ |
## 11 — Orchestration · T10.x
Fills §17's deferred line — multi-agent orchestration, revisited now that
cross-agent coordination is real. A `Reconciler` port picks up a run at its
existing `Verified`/`Graded`/`Ungraded` resting states, decides what runs
next toward a `GoalId`-scoped objective, and dispatches through Kafka via
the same outbox/inbox discipline T7.4 established — never a direct spawn
call. An HTTP surface binds one method table shared with T9.2's eventual
stdio transport. Two front doors, one IR: `tasks/*.md` parsed directly
(door a), or a free-text problem statement drafted and parked in
`Suspended` for human approval before it runs (door b).
Depends on T1.x, T2.1/T2.3, T3.x, T7.3/T7.4, T9.1 landing first; not blocked
on T9.2T9.6 (the stdio binding develops in parallel against the same
method table T10.4 authors).
| Task | Title | Size | Flags | Status |
|---|---|---|---|---|
| [T10.1](T10.1-goalid-and-goal-scoped-query.md) | `GoalId` and goal-scoped query | S | — | ⬜ |
| [T10.2](T10.2-reconciler-port.md) | `Reconciler` port | M | — | ⬜ |
| [T10.3](T10.3-idempotent-run-admission.md) | Idempotent run admission | S | — | ⬜ |
| [T10.4](T10.4-http-api-surface.md) | HTTP API surface | L | — | ⬜ |
| [T10.5](T10.5-taskboardformat-plugin.md) | `TaskBoardFormat` plugin | M | — | ⬜ |
| [T10.6](T10.6-plan-draft-and-suspended-approval.md) | `plan-draft` workflow + `Suspended`-approval flow | M | — | ⬜ |
| [T10.7](T10.7-kafka-topics-and-inbox-relay.md) | Kafka topics and inbox relay | L | — | ⬜ |
| [T10.8](T10.8-orchestrator-reference-service.md) | Orchestrator reference service | M | — | ⬜ |
| [T10.9](T10.9-cli-transcript-and-metrics-ux.md) | CLI: runs list/episode/transcript | S | — | ⬜ |
| [T10.10](T10.10-p10-composition-gate.md) | **Orchestration composition gate** | L | gate | ⬜ |