Skip to content

Check artifact notes for unsupported claim language - #107

Merged
abrignoni merged 1 commit into
mainfrom
feat/claim-check-notes
Aug 29, 2026
Merged

Check artifact notes for unsupported claim language#107
abrignoni merged 1 commit into
mainfrom
feat/claim-check-notes

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Brings this core in line with ALEAPP #1242, which extended the claim-language check to the artifact notes field.

  • notes is now checked. It reaches the report and the LAVA manifest and was not covered.
  • Notes get their own vocabulary. The completeness words are dropped, because a note states what it was tested against ("empty on all 18 copies tested"). read by is dropped because in a note it means read by the code.
  • A match preceded by a negation in the same clause is not reported, so a note that denies a claim is not flagged for making it. Suppressed matches are counted and printed under --verbose.
  • Closes the habit stem in the claim vocabulary. The open spelling also matched "habitat". Four of the five cores carried it.
  • The new test pins the vocabulary to a literal and is byte-identical in all five cores, so a change made in one repo alone fails that repo's own CI.

Two notes reworded.

Brings this core in line with ALEAPP #1242. Extends check_claim_language.py to
the notes field, which reaches the report and the LAVA manifest and was not
covered, and closes the habit stem in the claim vocabulary: the open spelling
also matched "habitat".

Notes get their own vocabulary. The completeness words come out, because a note
legitimately states what it was tested against, and "read by" comes out because
in a note it means read by the code rather than by a person. A match preceded by
a negation inside the same clause is not reported; suppressed matches are counted
and printed under --verbose rather than dropped silently.

The new test pins the vocabulary to a literal and is byte-identical in all five
cores, so a change made in one repo alone fails that repo's own CI.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit 0337006 into main Aug 29, 2026
10 checks passed
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