[auto] cat-mode: say it applies by default behind CATSTACK_CAT_MODE_DEFAULT - #248
Conversation
|
This pull request is part of a Mergify stack:
|
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_71e32fe3-2552-4d01-bfa8-fca6718af0af) |
|
@Mergifyio queue |
Merge Queue Status
This pull request spent 5 minutes 47 seconds in the queue, including 4 minutes 57 seconds running CI. Waiting for
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks
Failing checks: HintYou may have to fix your CI before adding the pull request to the queue again. Requeued — the merge queue status continues in this comment ↓. |
23786ee to
fa1a89d
Compare
Revision history
|
|
@Mergifyio queue |
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_b017912f-f9e3-426b-87f8-df08f22f61ff) |
…EFAULT The cat-mode-default hook applies this skill on every investigation or execution prompt when CATSTACK_CAT_MODE_DEFAULT=1. Name that in the skill body so a reader of the skill knows why it applied without being typed, and keep disable-model-invocation: true. Lock it with a test. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019CoNSA1EKhBHfVUX7feoKR Change-Id: I4a47f2e35504c4e848448965bf40db4971c933c5
fa1a89d to
14bd122
Compare
|
@Mergifyio queue |
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_6e768b1f-a889-4c78-8b92-4fb2f67c8b2c) |
☑️ Command
|
🛑 The pull request has been removed from the queue
|
|
@Mergifyio queue |
Merge Queue Status
This pull request spent 7 minutes 24 seconds in the queue, including 6 minutes 26 seconds running CI. Required conditions to merge
|
The cat-mode-default hook applies this skill on every investigation or
execution prompt when CATSTACK_CAT_MODE_DEFAULT=1. Name that in the skill
body so a reader of the skill knows why it applied without being typed,
and keep disable-model-invocation: true. Lock it with a test.
Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_019CoNSA1EKhBHfVUX7feoKR
Note
Low Risk
Documentation and structural regression tests only; no hook or runtime behavior changes.
Overview
The cat-mode skill intro now states that conventions apply by default when
CATSTACK_CAT_MODE_DEFAULT=1, injected by thecat-mode-defaulthook—so readers understand auto-application without a typed/cat-mode. Frontmatterdisable-model-invocation: trueis unchanged.Tests add
TestCatModeDefaultHookPointerto lock that prose, confirmengine/hooks/cat-mode-defaultexists, and keepdisable-model-invocationtrue.cat-mode-defaultis allowlisted in the skill-reference checker so the hook name in backticks is not treated as a missing skill.Reviewed by Cursor Bugbot for commit 14bd122. Bugbot is set up for automated code reviews on this repo. Configure here.