Skip to content

Commit 9650ebd

Browse files
nhortonclaude
andcommitted
chore: add make to allow list, sync mcp_interface.md description
- Add Bash(make:*) to project allow list - Sync mark_review_as_passed description in doc/mcp_interface.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02478be commit 9650ebd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"Edit(./.deepwork/**)",
100100
"Write(./.deepwork/**)",
101101
"Bash(deepwork:*)",
102+
"Bash(make:*)",
102103
"Bash(gh pr edit:*)",
103104
"Bash(gh api:*)",
104105
"Bash(learning_agents/scripts/*:*)",

doc/mcp_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Array<{
227227

228228
### 8. `mark_review_as_passed`
229229

230-
Mark a review as passed so it won't be re-run while reviewed files remain unchanged. The `review_id` is provided in the instruction file's "After Review" section.
230+
Mark a review as passed so it won't be re-run while reviewed files remain unchanged. Call this when a review has no findings, when all findings have been fixed, or when remaining findings have been explicitly dismissed by the user. The `review_id` is provided in the instruction file's "After Review" section.
231231

232232
This tool operates outside the workflow lifecycle — it can be called independently at any time.
233233

0 commit comments

Comments
 (0)