Skip to content

Commit 0799cb6

Browse files
committed
fix(claude-plugins:base): require confirmation before editing markdown in finish skill
Remove Edit(*.md) and Write(*.md) from allowed-tools so the finish skill prompts for user approval before modifying documentation files.
1 parent 0cdf066 commit 0799cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • claude-plugins/base/skills/finish

claude-plugins/base/skills/finish/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: finish
33
description: Wrap up your work with documentation sync, commit, push, and pull request creation.
44
disable-model-invocation: true
5-
allowed-tools: Bash(git diff *), Bash(git log *), Bash(git add *), Bash(git commit *), Edit(*.md), Write(*.md), Bash(git branch)
5+
allowed-tools: Bash(git diff *), Bash(git log *), Bash(git add *), Bash(git commit *), Bash(git branch)
66
---
77

88
# Finish

0 commit comments

Comments
 (0)