mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-01 06:23:28 +08:00
fix: harden agent instruction surfaces
This commit is contained in:
committed by
Affaan Mustafa
parent
38f4265a1c
commit
c9962bf83e
@@ -21,6 +21,12 @@ Use this skill when:
|
||||
- The user asks "add X functionality" and you're about to write code
|
||||
- Before creating a new utility, helper, or abstraction
|
||||
|
||||
## Scope and Approval Rules
|
||||
|
||||
Default to read-only research: inspect the repo, package metadata, docs, and public examples before recommending a dependency or integration. Do not install packages, configure MCP servers, publish artifacts, open PRs, or make external write actions from this skill unless the user has explicitly approved that action in the current task.
|
||||
|
||||
When a candidate requires credentials, paid services, network writes, or project-wide config changes, return a recommendation and approval checkpoint instead of applying it directly.
|
||||
|
||||
## Workflow
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user