Add what landed after the handoff was written

211046e909d9 · AtlantisPleb · · parent b3f8a0859944

Add what landed after the handoff was written

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 313 · 2026-08-24T21:13:50.656440Z

Changed files

  • modified docs/2026-08-24-coder-push-handoff.md

Diff

1 file changed, +23 -0

docs/2026-08-24-coder-push-handoff.md modified +23

@@ -57,6 +57,29 @@ concurrent session):

57 57
- `openagents trace` discovers, summarizes, and redacts local traces; upload
58 58
  refuses honestly until the server route exists (#14).
59 59
60
### Landed after this document was first written
61
62
- Consent tiers on threads (#205): a thread's visibility is a proven subset
63
  of the existing `dark/pulse/ledger/glass` ladder, only the two rungs the
64
  code can enforce are offered, a tier widens reads only, and the account
65
  export carries the consent record with the data it governs.
66
  `THREAD-002` records what #206's usage counter must join.
67
- A durable effect outbox (#202): the `effects` table, leased delivery,
68
  handler registry, and one converted call site, under `EFFECT-001` and
69
  `EFFECT-002`. Its inventory of what still loses work on a crash is the
70
  most useful part — read the issue's closing comment before converting
71
  anything else.
72
- Chat-to-issue capture (#77): implementation is on main but the issue
73
  stays open, because the tool needs an `external_confirmation` receipt
74
  that nothing mints yet. It is inert in production until the chat surface
75
  grows the preview-and-consent step.
76
- Foreign-session discovery as a plugin (#198, discovery half): answers the
77
  issue's Rust-versus-TypeScript question with working code — a sandboxed
78
  guest over two read-only mounts, plus one new host capability
79
  (`openagents.list_dir`). Resume and import remain open.
80
- Operator deployment commands (`openagents#12`) and the `openagents trace`
81
  namespace (`openagents#14`, local half; ingest is #217).
82
60 83
## 3. Where to pick up
61 84
62 85
In order. The first three are the Coder v1 critical path.

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