Skip to content

fix(hook): drop proposal accept/reject approval guard#76

Closed
itlackey wants to merge 1 commit into
mainfrom
fix/drop-proposal-accept-guard
Closed

fix(hook): drop proposal accept/reject approval guard#76
itlackey wants to merge 1 commit into
mainfrom
fix/drop-proposal-accept-guard

Conversation

@itlackey

@itlackey itlackey commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Removes the PreToolUse guard that blocked akm proposal accept|reject (and the proposal references in the prompt-expansion note).

Why: it blocked legitimately-authorized automated review of the proposal queue, and the regex was start-anchored — bun .../cli.js proposal accept … sidestepped it entirely — so it added friction without being a real stop.

Kept intact: the memory-promote/reject note and all the other risky-command guards (save --push, remove, update --all, upgrade, vault, config, trusted-source, secret-redaction).

Merge then /plugin update akm to propagate into the installed cache (this also collapses the stale 0.8.0-rc.1 / 0.8.0-rc.8 cached versions back to a single clean install).

🤖 Generated with Claude Code

The PreToolUse guard on `akm proposal accept|reject` blocked authorized
automated review of the proposal queue, and the regex was start-anchored
(trivially bypassed by `bun .../cli.js proposal ...`), so it added friction
without being a real stop. Removed the Bash hard-block and the proposal
references from the prompt-expansion note; left the memory-promote/reject
note and the other risky-command guards intact.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@itlackey itlackey closed this Jun 9, 2026
@itlackey itlackey deleted the fix/drop-proposal-accept-guard branch June 9, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant