mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Add complete /task command documentation to COMMANDS.md with operations, features, and examples - Update command count from 18 to 19 across README.md, ROADMAP.md, and COMMANDS.md - Correct /task syntax in index.md to use colon-based operations (:create, :status, :resume) - Add changelog entry documenting the documentation fixes - Maintain historical accuracy in previous changelog entries
37 lines
393 B
Plaintext
37 lines
393 B
Plaintext
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Claude operations documentation
|
|
.claudedocs/
|
|
.claude_logs/
|
|
|
|
# Task management (project-specific)
|
|
./claudedocs/tasks/
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.project
|
|
.settings/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
.cache/
|
|
|
|
# Backup files from install script
|
|
superclaude-backup.* |