anthropics / anthropics/claude-code

update-config skill generates Write() rules instead of Edit() rules

オープン
#94,318 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:permissions area:skills bug
主要言語
Python
スター
145k
フォーク
23.1k
PR マージ指標
PR 指標を取得中

説明

The update-config skill generates permission rules using Write() when it should use Edit() for file-editing operations.

When configuring allow rules for file paths (e.g. for handoff file locations), the skill generates rules like:
```
Write(~/Documents/Claude/handoffs/**)
```

But permission checks only validate against Edit() rules. This causes a mismatch and generates a warning:
> Permission allow rule: Write(...) is not matched by file permission checks — only Edit(path) rules are.

The fix is for update-config to generate Edit() rules instead of Write() rules for file-editing operations.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。