[CAT-UNVERIFIED tag](4) cat-mode and the prove-it skills name the tag - #418
Merged
EdbertChan merged 1 commit intoSep 12, 2026
Merged
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_be1bebc5-da7f-4189-a64b-2bcc6604a4e1) |
4 tasks
Owner
Author
3 tasks
EdbertChan
force-pushed
the
stack/EdbertChan/cat-unverified-tag/3-engine-prose
branch
from
September 12, 2026 06:19
4829e39 to
6a541b6
Compare
EdbertChan
changed the base branch from
stack/EdbertChan/cat-unverified-tag/3-engine-prose
to
main
September 12, 2026 06:20
cat-mode, principle-prove-it and prove-it-ship-gate still told the author
to write bare `UNVERIFIED:` (or `UNVERIFIED: live path`). cat-mode is
always loaded, so that line reached every session.
Each now names {{CAT-UNVERIFIED: <claim> -- cannot verify: <reason>}}.
Their test examples are updated to match, and test_cat_mode.py checks the
skill and its verify reference with tests/escape_hatch_vocab.py.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VKsvxJk65w6q7KnPSRYvNg
EdbertChan
force-pushed
the
stack/EdbertChan/cat-unverified-tag/4-corpus-skill-prose
branch
from
September 12, 2026 06:20
00ec307 to
529e75c
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_7145a1d1-c6ca-471e-805b-6e68246d26cd) |
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
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
cat-mode, principle-prove-it and prove-it-ship-gate now name the
{{CAT-UNVERIFIED}}tag instead of bareUNVERIFIED:.cat-mode is always loaded. Its line telling agents to write the retired marker reached every session and sent them into a block.
Each skill's test examples are updated, and test_cat_mode.py checks the skill and its verify reference.
Review Claim
Approve three corpus skills naming the tag, with their tests updated to match.
Review Lane
behavior
Review Unit
corpus-lesson
Safety Invariant
Prose and test examples only; no hook, script or install change.
Slice Rationale
Corpus skills are their own review unit and cannot share a PR with engine-runtime.
Non-goals
No hook, script or install change.
Test Plan
Test Plan
python3 engine/skills/make-pr/scripts/preflight.py --base <this PR's base>bash scripts/run_all_tests.sh-- exit 0, 45 suites OK, 0 failed, 1677 testsRevert Plan
Revert Plan
git revert <sha>🤖 Generated with Claude Code
https://claude.ai/code/session_01VKsvxJk65w6q7KnPSRYvNg
Note
Low Risk
Corpus prose and test examples only; no hook, install, or runtime behavior changes in this PR.
Overview
Replaces the retired bare
UNVERIFIED:escape hatch with the well-formed{{CAT-UNVERIFIED: …}}tag across always-loaded cat-mode (includingreferences/verify.md), principle-prove-it, and prove-it-ship-gate, plus their scenario test examples.Because cat-mode loads every session, prose that still told agents to write bare
UNVERIFIED:was steering them into Stop-hook blocks that only accept the structured tag (with claim and blocker). Live-path / ship claims now say to tag the claim and name the blocker instead of prefixingUNVERIFIED: live path; hedge rules note the bare marker is retired but still triggers prove-it.Adds
TestEscapeHatchVocabularyintest_cat_mode.py, which asserts cat-mode andverify.mdmentionCAT-UNVERIFIEDand do not instruct the retired marker (viaescape_hatch_vocab.instructs_retired_marker).Reviewed by Cursor Bugbot for commit 529e75c. Bugbot is set up for automated code reviews on this repo. Configure here.