install: wire ui-input-guard and hook-freshness into the inventories - #294
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_72ecd66a-e810-4048-8c54-30748f23b591) |
6038a41 to
e7e0018
Compare
369c6f3 to
8fa0126
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_dde02430-1f56-4a47-affd-04e593c4382f) |
Revision history
|
e7e0018 to
4edc06d
Compare
8fa0126 to
24b8b1c
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_3b45de74-ee13-4da8-bd99-d5131f31689f) |
Both hooks join install.sh (link plus settings merge), the README hook table, the ecosystem ownership table, and test_install's per-hook link and event assertions. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KU2pPKob4MJ1NqjsfTNyYJ Change-Id: I09cebee8542c340a89165d7691256797e13fe7e6
24b8b1c to
ef70455
Compare
4edc06d to
f114441
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_de51013e-a7e9-4cc5-af7f-68d05890c1e3) |
Both hooks join install.sh (link plus settings merge), the README hook table,
the ecosystem ownership table, and test_install's per-hook link and event
assertions.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01KU2pPKob4MJ1NqjsfTNyYJ
Depends-On: #293
Note
Low Risk
Documentation and install/test wiring only; hook behavior lives in separate hook packages (depends on #293).
Overview
Wires
ui-input-guardandhook-freshnessinto the standard install path so they ship with./install.sh, not only as hook directories in the repo.install.shnow symlinksui-input-guardinto Claude, Cursor, and Codex hook dirs, andhook-freshnessinto Claude only. It also runs each hook’sinstall_claude_hook.pyso Claudesettings.jsongetsPreToolUseforui-input-guardandUserPromptSubmitforhook-freshness. The README hooks table anddocs/ecosystem.mdinventory list both hooks with their behavior summaries.tests/test_install.pyadds the usual per-hook assertions: symlink targets and the correct Claude event wiring for each hook.Reviewed by Cursor Bugbot for commit f114441. Bugbot is set up for automated code reviews on this repo. Configure here.