docs: cross-reference the boundary-failure record family - #233
Merged
Conversation
#232) PR #224's audit identified these 8 records as realizing the same missing boundary at different entry points. Adds a cross-reference sentence to each record's own description, naming the other 7 by id and its own specific entry point (tool-description field, RAG retrieval, A2A sub-agent input, uploaded document, MCP server-card, rendered UI-vs-metadata gap, async task result, A2A agent-card), rather than pasting identical text into all eight. No schema change, per Finding 3's conclusion that this corpus's real gaps are prose, not structure. records/AVE-2026-00002.json records/AVE-2026-00016.json records/AVE-2026-00020.json records/AVE-2026-00028.json records/AVE-2026-00041.json records/AVE-2026-00043.json records/AVE-2026-00044.json records/AVE-2026-00065.json
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.
Closes #232. Adds a cross-reference sentence to each of the 8 records PR #224 identified as the same missing content-versus-instruction boundary at different entry points: AVE-2026-00002, 00016, 00020, 00028, 00041, 00043, 00044, 00065.
Text-only, no schema change, per Finding 3's conclusion that this corpus's real gaps are prose, not structure.
Each of the 8 gets its own specific entry-point phrasing rather than identical pasted text:
00065 already carried a differentiation sentence contrasting itself with 00041; the new family cross-reference is appended after it rather than replacing it.
Validated:
python scripts/validate_records.py: 80/80 valid (only pre-existing, unrelated researcher-attribution warnings)python scripts/check_fixtures.py: all passpython -m pytest tests/ -x -q: 427 passedReal, current description text pulled fresh from
dist/ave-records-latest.jsonbefore editing, confirmed unchanged since the audit ran.