Bind the coder plan to the tracker

d365b4cf54ad · AtlantisPleb · · parent f2f7e4635061

Bind the coder plan to the tracker

Annotate the delivery sequence with its issue numbers and the two new
projects: Coder v1 (project 12) carries the first release arc under
epic #132, and Plugin registry (project 13) carries the plugin lane.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Co-Authored-By
Claude Fable 5 <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 296 · 2026-08-24T19:31:06.789970Z

Changed files

  • modified docs/2026-08-24-coder-first-cloud-complements.md

Diff

1 file changed, +36 -21

docs/2026-08-24-coder-first-cloud-complements.md modified +36 -21

@@ -271,40 +271,55 @@ are cheap now and expensive to retrofit:

271 271
272 272
Ordered, composing with the strategy doc's priorities. Items 1–6 are the
273 273
first coder release arc ("Coder v1"), with item 6 gated inside it on
274
items 2's attribution being honest; the rest follow.
274
item 2's attribution being honest; the rest follow. The arc is tracked as
275
[project 12, Coder v1](https://openagents.com/OpenAgentsInc/openagents.com/projects/12)
276
under epic #132; the plugin lane runs in parallel as
277
[project 13, Plugin registry](https://openagents.com/OpenAgentsInc/openagents.com/projects/13).
278
Issue references below: unprefixed numbers are this repository;
279
`openagents#N` is the monorepo.
275 280
276 281
1. **Thread persistence and resume in the CLI** — the client writes
277
   `turn.user`, `turn.reasoning`, `tool.ran`, `turn.assistant`; `--resume`
278
   replays through the cursor. (Unblock monorepo #19 first.)
279
2. **Model catalog and house-provider routing** — compute mix lane 1:
280
   Gemini, Z.ai, and peer credits behind the proxy, a typed catalog,
281
   requested-versus-effective attribution on every turn (#160 and #164
282
   close here).
283
3. **Foreign-harness delegation** — compute mix lane 3, first form:
284
   drive Claude Code and peers from the coder with transcripts captured
285
   into threads.
286
4. **Web thread viewer** — read-only thread pages over the same
282
   `turn.user`, `turn.reasoning`, `tool.ran`, `turn.assistant`
283
   (openagents#23); `--resume` replays through the cursor
284
   (openagents#24). Unblock openagents#19 first — it gates every CLI
285
   delivery in this list.
286
2. **Model catalog and house-provider routing** (#199) — compute mix
287
   lane 1: Gemini, Z.ai, and peer credits behind the proxy, a typed
288
   catalog, requested-versus-effective attribution on every turn (#160
289
   and #164 close here).
290
3. **Foreign-harness delegation** (openagents#25) — compute mix lane 3,
291
   first form: drive Claude Code and peers from the coder with
292
   transcripts captured into threads. Fleet state rides the task
293
   registry and fleet rendering (openagents#28).
294
4. **Web thread viewer** (#201) — read-only thread pages over the same
287 295
   projections, with the snapshot-to-live protocol and shell/detail
288
   split.
289
5. **Plugin contract v1 and pilot** — per the plugin assessment; runs
290
   land as receipted thread events feeding the trace viewer and registry.
291
6. **Metered inference offering** — compute mix lane 2, once catalog and
292
   usage attribution are honest.
293
7. **Durable effect outbox and the six milestones** — the thread plane's
294
   execution half, prerequisite for honest delegation receipts.
296
   split. Thread spend joins the leaderboard (#204).
297
5. **Plugin contract v1 and pilot** — the walking skeleton
298
   (openagents#26), the capability tool (openagents#27), foreign session
299
   resume as the pilot (#198); runs land as receipted thread events. The
300
   registry side is #206 with consent tiers in #205.
301
6. **Metered inference offering** (#200) — compute mix lane 2, once
302
   catalog and usage attribution are honest.
303
7. **Durable effect outbox and the six milestones** (#202) — the thread
304
   plane's execution half, prerequisite for honest delegation receipts.
295 305
8. **Web steering and approvals** — the composer verbs (send, steer,
296 306
   queue, interrupt) and approval decisions from the browser.
297
9. **Nested-thread ledger** — server-side spawn/resume/cancel/complete;
298
   delegation receipts become real.
307
9. **Nested-thread ledger** (#203) — server-side
308
   spawn/resume/cancel/complete; delegation receipts become real.
299 309
10. **Cloud computer launcher** — the port plan's final slice behind the
300 310
    delegation contract, quota-brokered, with the owner-hosted versus
301
    managed-environment authority split explicit.
311
    managed-environment authority split explicit (the cloud computer
312
    platform project in the monorepo).
302 313
11. **Trace viewer and commit-trailer join** — receipts rendered publicly
303 314
    under tiers; any SHA resolves to its thread.
304 315
12. **Mobile controller** — last, on the same projections and outbox
305 316
    pattern; T3's mobile teardown is the reference for breadth, our
306 317
    authority model for the difference.
307 318
319
Off this list but represented: the settlement proof (#207), the CLI
320
wallet and identity (openagents#29), and provider mode (openagents#30)
321
live in the Forge participation and settlement project.
322
308 323
## 8. Relation to other documents
309 324
310 325
- `docs/2026-08-24-registry-network-strategy.md` — why the centralized

This page updates live while a promote is in flight · changelog