fix: distinguish generated artifacts from AI disclosure - #18
Merged
Conversation
Signed-off-by: Rage Lopez <[email protected]>
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.
Summary
Root cause
SIGNALS.aiDisclosureincluded the standalone wordgenerated, whilehasMeaningfulToolGeneration()already required explicit model or toolprovenance. That mismatch could fail contributor accountability for ordinary
repository language such as
generated README.The patch gives both paths the same explicit disclosure pattern. It does not
change the separate generated/bundled/vendor artifact review gate.
Verification
node --test --test-name-pattern='generated artifact wording|explicit tool generation' test/evaluator.test.mjs— 2/2 passednpm run check— passednpm test— 276/276 passednpm run benchmark— 77/77 passednpm run redtest— 29/29 passed, includinggenerated-bundle-prgit diff --check— passedAssurance boundary
PCF rated the exact patch
ready-for-maintainerat 100/100 with a 16-minutereview budget. VERITAS passed the structural, math, cost, security, and trace
gates, while correctly remaining
INCONCLUSIVEfor independent assurancebecause the verification is author-side.
Assistance disclosure
OpenAI Codex helped isolate the false positive, prepare the minimal patch, and
run the checks. I reviewed the exact diff and verification output before
submission.