docs: Fix documentation inconsistencies and version references

- Fix version numbers: Changed 4.0.x to 2.0.x in SECURITY.md
- Fix CHANGELOG.md: Changed SuperClaude v4.0.0 to v1.0.0
- Add missing /task command to README.md command list
- Remove non-existent validate-references.sh from CONTRIBUTING.md
- Clarify installation paths (files go to ~/.claude/ not project dir)
- Add MCP server installation notice to README.md
- Ensure consistent v2.0.1 references across all docs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-06-26 19:02:32 +02:00
parent c40a0795ee
commit 6aa6c15157
4 changed files with 74 additions and 4 deletions

View File

@@ -49,6 +49,8 @@ Thanks for contributing to SuperClaude! This guide helps you get started.
## Development Guidelines
### File Structure
**Repository Structure:**
```
SuperClaude/
├── CLAUDE.md, RULES.md, PERSONAS.md, MCP.md # Core configs
@@ -58,6 +60,14 @@ SuperClaude/
└── README.md # Documentation
```
**After Installation (in ~/.claude/):**
```
~/.claude/
├── CLAUDE.md, RULES.md, PERSONAS.md, MCP.md # Installed configs
├── commands/ # Installed commands
└── commands/shared/ # Installed resources
```
### Code Standards
- **YAML**: 2-space indentation, descriptive keys
- **Markdown**: Clear headers, consistent formatting
@@ -69,7 +79,6 @@ SuperClaude/
- Verify slash commands work in Claude Code
- Check YAML syntax validity
- Test personas & MCP integration
- Run `validate-references.sh` to check @pattern system
## Submission Process
@@ -141,7 +150,7 @@ Description & purpose
2. **Purpose**: Reusable configurations & @pattern templates
3. **Naming**: descriptive-name.yml
4. **Structure**: Clear, documented sections
5. **Validation**: Use `validate-references.sh` to check @pattern links
5. **Validation**: Check @pattern links manually for correctness
## Persona Development