Commit Graph
3 Commits
Author SHA1 Message Date
David F GliddenandClaude Opus 5 89e65fceb5 docs(governance): PENDING-99 census corrected; containment's sufficiency limit named
The census arithmetic is settled by counting, not by which reading closes:
17 instances / 15 distinct, the mislocation being one defect over two instances,
so the session log was right and V2 §1.5 was wrong. My withdrawal of the
original flag was itself the error — it inferred a breakdown from a total, which
a total cannot settle. Yesterday's banked pattern: a number that matches is not
a cause; it produced two candidates and I accepted each in turn.

check_containment.py now carries the limit the PENDING-99 ruling exposed:
containment verifies that what you quoted is ACCURATE, never that you quoted
what MATTERS. An omission passes every time. The countermeasure is reading the
adjacent clauses, not a better checker.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AB3Kryoy6b1pm2Nz1DYdLh
2026-08-05 21:39:57 +02:00
David F GliddenandClaude Opus 5 c30dfe0162 [REVIEWED-86] Constraint 6 amended — steward placed; executor verification
The steward placed the amendment. Recording the verification promised, and the
instrument limit it exposed.

Bounded-diff proof: 9 insertions, 0 deletions. Constraint 6's original text
byte-identical at 222 chars. Zero pre-amendment lines missing. Purely additive,
as designed -- the caution is refined, not relaxed.

Both jurist conditions verified present verbatim in the placed text: the Q2 weld
(fail to coincide, not cancel; never cited as assurance something was caught) and
the Q3 self-limiting clause (jurist and executor share formation; neither the
doctrine nor its evidence establishes that pair as a check in the strong sense).
6/6 contained, 5/5 controls absent, instrument verified.

List integrity confirmed with pandoc rather than by reasoning about it: the
doctrine parses INSIDE list item 6 despite the double blank line. No structural
problem.

The verification took three attempts, and the first two failures were mine. Both
controls I built for the Q3 negation were substrings of the sentence that does
the negating -- "establishes that the pair constitutes a check" appears verbatim
inside "Neither this doctrine nor any evidence ... establishes that the pair
constitutes a check". They leaked by construction. The instrument was right to
refuse certification twice; the controls were malformed.

That is a real limit and it is now documented in the script: substring containment
has no notion of polarity and CANNOT verify a negation. Controls must be built by
inversion, never by extraction. Where polarity is what matters the instrument does
not settle it -- read the sentence, and report that containment did not cover it.
Which is the case here: that the Q3 clause denies rather than affirms was
established by reading, not by the check.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WuMjg3ipEVa3n8CoSzoyvc
2026-08-02 12:13:38 +02:00
David F GliddenandClaude Opus 5 bdf24c044b [FIX] Addendum-1: make the central claim checkable; add containment proof
Two defects in the addendum as first filed, both found by checking rather than
by reading.

First, it asserted a set comparison over documents the jurist cannot read. Its
own header promises every clause reasoned about is quoted verbatim, but the
claim the addendum rests on -- mutual divergence in 3 of 3 comparable pairs --
was a summary of the executor's own analysis. The appendix now reproduces one
pair as an eleven-row side-by-side of extracted claims, verbatim where quoted,
so the comparison can be checked independently. The pair chosen is the least
confounded rather than the most favourable: the v1 standard prompt is
model-agnostic and needs no compressed variant, so both parties demonstrably
read the same file. What the jurist still cannot check is stated explicitly.

Second, Part E rendered a bullet list from the 2025-01-20 source as running
prose with terminal periods the source does not contain, inside a blockquote.
A blockquote asserts verbatim. Same family as the truncation that closed a
sentence with an invented word on 2026-08-01, and again caught mechanically.
Corrected in all three files where it appeared; the fabricated period is now a
positive control, so the instrument proves it catches this defect.

check_containment.py generalises the check that found it. Positive controls are
mandatory -- it exits non-zero if none are declared, because a check reporting
all-pass without them cannot be distinguished from one unable to detect absence.
Addendum-1 now carries its result: 28/28 contained, 5/5 controls absent.

Not filed as satisfying PENDING-86 option (b), which is unruled and concerns
whether such a proof should be REQUIRED of every package. This is the executor
checking its own work before filing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WuMjg3ipEVa3n8CoSzoyvc
2026-08-02 11:43:27 +02:00