[auto] cat-mode: fold direct answers and cross-session rules, drop dated provenance - #244
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_c75c4050-ba52-48d3-ad19-fd5ec24acd8f) |
Owner
Author
|
This pull request is part of a Mergify stack:
|
…ted provenance Revise three contradicted lines in place (own-repo destructive action executes after a verified list; hedges auto-run prove-it; waits are sleep/wake with a clock-time ETA, never a poll loop) and fold nine high-confidence mined rules into the sections that already fit them. Strip every "Found via"/dated provenance clause per automate-me's guardrail so the file stays under the 300-line lock (295 -> 300). Tests: tests/test_cat_mode.py locks each revised or new line and asserts no dated provenance remains. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019CoNSA1EKhBHfVUX7feoKR Change-Id: Ide10a55298cf4e671fc72d159d0220a9bf48e203
EdbertChan
force-pushed
the
stack/EdbertChan/cat-mode/update-20260907/auto-cat-mode-fold-direct-answers-cross-session--de10a552
branch
from
September 7, 2026 08:06
024f875 to
e364344
Compare
Owner
Author
Revision history
|
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_6e18ad6d-bbf4-4434-880d-dd6b66cd69b3) |
Owner
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 3 minutes 52 seconds in the queue, including 3 minutes 10 seconds running CI. Required conditions to merge
|
5 tasks
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.
Revise three contradicted lines in place (own-repo destructive action
executes after a verified list; hedges auto-run prove-it; waits are
sleep/wake with a clock-time ETA, never a poll loop) and fold nine
high-confidence mined rules into the sections that already fit them.
Strip every "Found via"/dated provenance clause per automate-me's
guardrail so the file stays under the 300-line lock (295 -> 300).
Tests: tests/test_cat_mode.py locks each revised or new line and asserts
no dated provenance remains.
Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_019CoNSA1EKhBHfVUX7feoKR
Note
Low Risk
Changes are skill prose and unittest guards only; no product runtime or auth/data paths are modified.
Overview
Updates
cat-modeso three previously contradictory behaviors are stated plainly: durable waits use sleep/wake with a clock-time ETA (explicitly not poll/resume), hedges auto-run prove-it in the same turn, and in the user's own repo "I am in control, just do it" means show a verified impact list then execute without a consent loop.The same edit folds mined cross-session rules into existing sections—"land" through CI/conflicts/deploy, resume-in-place after accidental interrupts, design proposals after history scan, worker-owned work queued not hand-fixed, new rules naming prior art, recurring interventions routed to hooks, one-off scripts folded into a single entry point, real-surface proof and [[principle-explicit-errors]]—and removes all "Found via …" / dated provenance while staying at the 300-line cap.
tests/test_cat_mode.pyupdates the wait/wake assertion, addsTestCatModeDirectAnswersto lock each new or revised phrase, and asserts no dated provenance remains in the skill file.Reviewed by Cursor Bugbot for commit e364344. Bugbot is set up for automated code reviews on this repo. Configure here.