README: list the handoff-needs-smoke-test hook - #535
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_6980cd14-9a4a-4131-a5b6-715c8daa7ad5) |
|
This pull request is part of a Mergify stack:
|
4894e27 to
e1ac807
Compare
062b3db to
5c0e9dc
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_e5f100c5-e9ef-4e81-9d56-f1151354611b) |
Revision history
|
e1ac807 to
b6d9209
Compare
5c0e9dc to
e8a3557
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_cf226e98-0dd2-4b86-b300-b8f7785835e9) |
e8a3557 to
9f832e0
Compare
b6d9209 to
0da72ef
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_62320c7e-c0d8-40e3-8a6e-8cec9df9e83a) |
9f832e0 to
bf54339
Compare
0da72ef to
87c0adb
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_a49484af-fb4b-422c-b066-afd0bfd4a75d) |
87c0adb to
38b78bc
Compare
bf54339 to
e19314a
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_87b4af01-bdaf-48e4-85cf-d9e4e73c4c25) |
Adds the hook's row to the README hook table. The row moved out of the hook PR because the PR checker counts the root README as its own docs unit; the hook's own README and inventory row stay with the hook. Change-Id: I0618d41d327180cc18b1b8daf4820706f912ffc1
e19314a to
80028fe
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_7d23ad88-d457-4922-94fd-70b7a4e1a298) |
|
@Mergifyio queue |
Merge Queue Status
This pull request spent 6 minutes 1 second in the queue, including 5 minutes 21 seconds running CI. Required conditions to merge
|
Summary
The main readme has a table listing every safety hook and what it does.
This adds the row for the new hook lower in this stack. That hook checks that a script handed to a person has been run first.
The PR checker counts the main readme as documentation, a separate kind of change, so the row lives in its own PR.
Review Claim
Approve one new row in the main readme's hook table, for the hook added at the bottom of this stack.
Review Lane
docs
Review Unit
docs
Safety Invariant
Only one table row is added. No code changes.
Slice Rationale
The row describes a hook added lower in this stack, so this lands after it. Keeping it separate lets the hook PR hold one kind of change.
Non-goals
Test Plan
Test Plan
Every CI command, run on this commit:
Revert Plan
Revert Plan
git revert <sha>🤖 Generated with Claude Code
Depends-On: #511
Note
Low Risk
Documentation-only: one new table row in README with no code or behavior changes.
Overview
Documents the
handoff-needs-smoke-testsafety hook in the main README hooks table with a new row placed afterui-input-guard.The row states that when a reply hands the user a script via
! bash <path>that was never run in the session, the agent must run it or explain why it cannot run here.Reviewed by Cursor Bugbot for commit 80028fe. Bugbot is set up for automated code reviews on this repo. Configure here.