fix: legacy verification への append で Transferable Principles が蒸発する経路を塞ぐ - #10
Merged
Conversation
…e principles
Field observation after the v1.3.0 migration (otibo-dev, 2026-08-05): two
substantive commits appended rounds to existing qa_schema 2 verifications and
left zero durable Transferable Principles records. Two defects converged:
- qa-review only said "New verification documents use qa_schema: 3", so the
append path — the common case in mature repos — never triggered schema 3.
The intent side already had the analogous rule ("meaning-adding edits
migrate"); it was never ported to QA docs.
- post-implementation's record-location fallback sent reflections to the final
summary / PR when the section was absent. With direct-to-main commits the
summary evaporates with the session.
Appending a new round now upgrades the document to qa_schema 3 in the same
edit; the summary fallback is restricted to true Fast Track (no verification
exists). Validator is deliberately unchanged: an append event is statically
indistinguishable from legitimate pre-v1.3.0 multi-round documents, so
enforcement stays with skills and review.
Adds the legacy-verification-append eval case covering the escape path.
Closes #9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
v1.3.0 の初回フィールド観察 (otibo-dev、2026-08-05) で発見された escape path の修正。詳細な診断は #9 を参照。
既存の
qa_schema: 2verification へ新 round を append する経路 (成熟 repo での常態) が「New documents use qa_schema: 3」の字義をすり抜け、さらに記録先 fallback が summary / PR を許していたため、PR を使わない運用では Transferable Principles が session とともに蒸発していた。変更内容
qa_schema: 3へ移行 (リンク / typo のみは legacy 可、intent 側の既存規則と同型)。summary / PR への記録は verification を作らない Fast Track に限定legacy-verification-append— この escape path と逆振れ (不要な移行、過去 round の改変) の両方を検査対象に明記変更しないこと
検証
./scripts/check-docs.shPASS (validators / hook tests / smoke tests / markdownlint)Closes #9
🤖 Generated with Claude Code