Skip to content

docs(plan): commit the executed evidence-wiring plan (Slice 3, PR #102) - #104

Merged
SollanSystems merged 1 commit into
mainfrom
docs/slice3-plan
Jul 26, 2026
Merged

docs(plan): commit the executed evidence-wiring plan (Slice 3, PR #102)#104
SollanSystems merged 1 commit into
mainfrom
docs/slice3-plan

Conversation

@SollanSystems

Copy link
Copy Markdown
Owner

Files the Slice 3 plan as an executed artifact, matching how Slice 1 (#84) and Slice 2 (#99) were recorded.

Deliberately not corrected. Execution falsified four of its statements, and leaving them visible is most of the value of keeping the file — it shows what was planned against what shipped:

  • the bound order is bundle → record → object; the plan says bundle → object → record. No test pinned order, so nothing caught it until Task 8's conformance vector.
  • decision 14's claim that doctor's missing_event_store tripwire catches a store deleted out from under a real run is false — measured three times independently. An ordinary dispatch leaves no -wal/-shm residue, the tripwire is gated on that residue, and deleting the store makes plain loop doctor quieter. The control that holds is the external anchor, --expect-chain-head.
  • several predicted test counts, and all five mutation-probe kill counts, are stale — partly because the plan counted a parametrize("mode", _MODES) test as one collected item where the extras leg collects two.
  • four of its own proposed doc assertions were non-discriminating (they passed against the unfixed tree) and were strengthened before shipping.

The shipped reference/ docs and the test suite are authoritative wherever they disagree with this file.

Committed as an executed artifact, not as current truth. Execution proved four of
its statements wrong and they are NOT corrected here, so the record shows what was
planned against what shipped: the bound order is bundle -> record -> object (the
plan says bundle -> object -> record); doctor's missing_event_store tripwire does
NOT catch a store deleted after an ordinary run (the external anchor does); several
test counts are stale; and four of its proposed doc assertions were
non-discriminating. The shipped reference docs and tests are authoritative wherever
they disagree.
Copilot AI review requested due to automatic review settings July 26, 2026 02:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SollanSystems
SollanSystems merged commit 0025acc into main Jul 26, 2026
13 checks passed
@SollanSystems
SollanSystems deleted the docs/slice3-plan branch July 26, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants