docs(ultraplan-local): document security hardening in README and CLAUDE.md
Add Security hardening section to ultraplan-local README covering all 4 defense layers. Update architecture tree to include hooks directory. Update root marketplace README with security summary and hook count. Update CLAUDE.md architecture section with Phase 2.4 and --allowedTools. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aa21e59ac2
commit
8e2b868826
3 changed files with 21 additions and 3 deletions
|
|
@ -54,9 +54,11 @@ Three commands, one pipeline: research first, then plan, then execute.
|
|||
- **`/ultraplan-local`** — Interview, 6-8 specialized agents explore the codebase in parallel, adversarial review by plan-critic and scope-guardian. Accepts research briefs via `--research`
|
||||
- **`/ultraexecute-local`** — Step-by-step implementation with git checkpoints, automatic failure recovery, and parallel session decomposition
|
||||
|
||||
Defense-in-depth security: plugin hooks block destructive commands and sensitive path writes, prompt-level denylist works in headless sessions, pre-execution plan scan catches dangerous commands before they run, scoped `--allowedTools` replaces `--dangerously-skip-permissions` in parallel sessions.
|
||||
|
||||
Modes: default, spec-driven, research-enriched, foreground, quick, decompose, export
|
||||
|
||||
19 specialized agents · 3 commands · No cloud dependency
|
||||
19 specialized agents · 3 commands · 2 security hooks · No cloud dependency
|
||||
|
||||
→ [Full documentation](plugins/ultraplan-local/README.md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue