Skip to content

fix(15-11): cite pinned D-11 evidence copies for two structural rows - #28

Merged
wisdommen merged 2 commits into
masterfrom
gsd/phase-15-checklist-corrections
Sep 11, 2026
Merged

fix(15-11): cite pinned D-11 evidence copies for two structural rows#28
wisdommen merged 2 commits into
masterfrom
gsd/phase-15-checklist-corrections

Conversation

@wisdommen

Copy link
Copy Markdown
Member

Summary

Checklist-only correction pull request from Phase 15's class-swept UAT-CHECKLIST.md inventory
(15-CORRECTION-INVENTORY.md, 15-SWEEP-CLASSES.md). No product source file changes. This
repository's own inventory section recorded "No sweep-class correction rows" across all eleven
classes — confirmed again by this session's own re-run of all eleven detectors, zero findings. One
commit, applying the D-11 pinned-copy mechanism (not one of the eleven sweep classes) to the two
rows the inventory cross-referenced:

  • ultiremotebag.bag.lock-not-persisted — a structural assertion (no persistence mechanism
    exists for the in-memory lock map) with no runtime observable a real-machine dispatch can produce
    short of a genuine non-clean process kill against the shared server. Now cites a pinned copy of
    BagLockService.java at this repository's HEAD (checklist-copy/src@b30a910/BagLockService.java,
    SHA-256 9bad43143bc32658bf7a5a99200bdaf470b45a67081b5ec0bd4f6c12558ba95d) rather than the live
    source tree, which could drift after this row's fixture was pinned. Hash-verified to still show
    the ConcurrentHashMap-only locks field with zero @Table/DataOperator/getOperator hits,
    matching the row's existing claim.
  • ultiremotebag.config.remotebag-yml — the row's key-by-key default check now reads a pinned
    FEATURES.md snapshot (checklist-copy/FEATURES.md@b30a910.md, SHA-256
    deb72b62a5238af6fee03dbbe2006ea80521cbc2d1e426c186b0deb90eb5618c) rather than whatever
    FEATURES.md happens to say at dispatch time.

Non-weakening (D-12): neither row's assertion changes; only the citation target does.

Verification

  • All eleven sweep-class detectors from 15-SWEEP-CLASSES.md re-run against the corrected file:
    zero findings, matching this repository's own inventory section.
  • file reports the same line-ending style before and after.
  • Main checkout stayed on master throughout, git status --porcelain -- UAT-CHECKLIST.md FEATURES.md empty at both ends — all editing happened in a dedicated worktree on this branch.
  • Both pinned evidence files hash-verified immediately after creation and cross-checked against
    the source/companion document they were copied from.
  • FEATURES.md is unchanged in this pull request; recorded as a known deviation from this plan's
    own generic verify assertion (which expects both documents in the diff) in the plan's SUMMARY
    and ledger fragment.

Issue closure

None

Scope

Documentation-only (UAT-CHECKLIST.md). This pull request is opened, not merged — merging waits
for the real-machine gate that the dispatch executing these corrected rows closes.

🤖 Generated with Claude Code

https://claude.ai/code/session_018BUB3sHMAHm8bYVbLbTTKK

- D-11 mechanism (not one of the eleven sweep classes): these two rows
  make structural assertions with no runtime observable a real-machine
  dispatch can produce (the absence of a persistence mechanism, the
  documented defaults of a companion FEATURES.md) — each now cites a
  pinned copy under this repository's Phase 10 evidence root
  (checklist-copy/src@b30a910/BagLockService.java,
  checklist-copy/FEATURES.md@b30a910.md) with its SHA-256, rather than
  the live source tree, which could drift after this row's fixture was
  pinned
- ultiremotebag.bag.lock-not-persisted: BagLockService.java pinned and
  hash-verified to still show the ConcurrentHashMap-only locks field
  with zero @Table/DataOperator/getOperator hits, matching the row's
  existing claim
- ultiremotebag.config.remotebag-yml: FEATURES.md pinned at the same
  commit so the row's key-by-key default check reads a fixed document
  rather than whatever FEATURES.md happens to say when dispatched
- non-weakening (D-12): neither row's assertion changes; only the
  citation target does
- this repository's own sweep-class detectors (all eleven, re-run
  against this corrected file) found zero other candidates, consistent
  with 15-CORRECTION-INVENTORY.md's 'No sweep-class correction rows'
  finding for this repository

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018BUB3sHMAHm8bYVbLbTTKK
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T18:59:40.084182Z 39ed42c New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9771c1253e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread UAT-CHECKLIST.md
…ference

Addresses @codex review finding: ultiremotebag.bag.lock-not-persisted and
.config.remotebag-yml reference pinned copies at checklist-copy/src@b30a910/
and checklist-copy/FEATURES.md@b30a910.md, but neither file existed in this
commit tree, making both rows unexecutable as written. Both files are the
exact git-show output at commit b30a910, with SHA-256 matching the hash
already cited in each row (9bad4314.../deb72b62...), confirming no drift.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018BUB3sHMAHm8bYVbLbTTKK
@wisdommen
wisdommen merged commit fc8ab97 into master Sep 11, 2026
2 checks passed
@wisdommen
wisdommen deleted the gsd/phase-15-checklist-corrections branch September 11, 2026 19:03
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.

1 participant