anthropics / anthropics/claude-code
update-config skill generates Write() rules instead of Edit() rules
オープン
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 はまだ評価されていません。