docs: name the issue that carries the pre-seed import

18da9a2269f0 · AtlantisPleb · · parent 08fe300a6c87

docs: name the issue that carries the pre-seed import

#188 decided to import the objects and recorded why. The operation itself is a
permanent append to the production WAL and is tracked as #256, so the two places
that said "tracked separately" now say where.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
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.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified docs/forge-exit-rehearsals.md
  • modified docs/forge-operator-independence.md

Diff

2 files changed, +4 -4

docs/forge-exit-rehearsals.md modified +2 -2

@@ -430,8 +430,8 @@ The import itself was not performed. It is a permanent append to a shared

430 430
production log, its failure mode is the fleet-wide rebuild step 3 has never
431 431
exercised live, and both belong to an attended operation rather than to a
432 432
read-only rehearsal. #188 records the decision — import the objects, keep the
433
push record starting at the seed — and
434
`docs/forge-operator-independence.md` carries the reasoning.
433
push record starting at the seed — `docs/forge-operator-independence.md`
434
carries the reasoning, and #256 carries the operation.
435 435
436 436
## 4. Key rotation
437 437
docs/forge-operator-independence.md modified +2 -2

@@ -354,8 +354,8 @@ design, `EXIT-005` makes removing an entry a rewrite of the whole suffix, and

354 354
if a node fails to materialize the new entry `OpenAgents.Forge.Sync` falls back
355 355
to a full rebuild from sequence zero, which rehearsal 3 records as never having
356 356
been run against the live projection. That is an attended operation on a forge
357
people are pushing to, not an unattended one, and it is tracked separately
358
rather than being described here as done.
357
people are pushing to, not an unattended one, and #256 carries it rather than
358
this document describing it as done.
359 359
360 360
## Exit
361 361

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