fix: remove 'tools' from agent configs

This commit is contained in:
Paul Razvan Berg
2025-09-12 15:41:25 -04:00
parent 788be374bf
commit cd48c17356
16 changed files with 41 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ This guide documents how SuperClaude's Context-Oriented Configuration Framework
```
~/.claude/ (SuperClaude Framework Files Only)
├── CLAUDE.md # Main context file with imports
├── FLAGS.md # Flag definitions and triggers
├── FLAGS.md # Flag definitions and triggers
├── RULES.md # Core behavioral rules
├── PRINCIPLES.md # Guiding principles
├── ZIG.md # Zig language integration
@@ -79,7 +79,7 @@ This guide documents how SuperClaude's Context-Oriented Configuration Framework
├── troubleshoot.md # Troubleshooting patterns
└── workflow.md # Workflow planning patterns
Note: Other directories (backups/, logs/, projects/, serena/, etc.) are Claude Code
Note: Other directories (backups/, logs/, projects/, serena/, etc.) are Claude Code
operational directories, not part of SuperClaude framework content.
```
@@ -142,7 +142,6 @@ Each agent `.md` file follows this structure:
name: agent-name
description: Brief description
category: specialized|architecture|quality
tools: Read, Write, Edit, Bash, Grep
---
# Agent Name
@@ -339,4 +338,4 @@ User Input (in Claude Code): "/sc:analyze src/ --focus security"
SuperClaude's architecture is intentionally simple: it's a well-organized collection of context files that Claude Code reads to modify its behavior. The power comes from the careful crafting of these contexts and their systematic organization, not from any executing code or running processes.
The framework's elegance lies in its simplicity - by providing Claude Code with structured instructions through context files, we can achieve sophisticated behavioral modifications without any software complexity.
The framework's elegance lies in its simplicity - by providing Claude Code with structured instructions through context files, we can achieve sophisticated behavioral modifications without any software complexity.