Update TODO.md

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-08-20 20:46:06 +02:00
parent 14fb4a3216
commit c78d5f8c01

80
TODO.md
View File

@@ -8,42 +8,6 @@ Missing @agent mention tutorial
generally well-structured but contains inconsistencies, command syntax
variations, and some content issues.
---
1. Command Syntax Inconsistencies
Issue: Mixed usage of "SuperClaude install" vs "superclaude install"
- Files Affected: installation.md, multiple reference files
- Pattern: Inconsistent capitalization of the command
- Line 12: SuperClaude install
- Line 18: superclaude install (lowercase)
- Throughout: Mixed usage creates confusion
Issue: Inconsistent /sc: command prefix
- Files Affected: commands.md, quick-start-practices.md, modes.md
- Pattern: Some examples use /sc:help while documentation references /sc:
prefix
- No clear explanation when to use which format
---
2. Content Duplications
Already Fixed Issues:
- ✅ Developer-Guide/README.md - Line 141-144 duplication (FIXED)
- ✅ Developer-Guide/contributing-code.md - Lines 599-611 duplication
(FIXED)
- ✅ Getting-Started/installation.md - Lines 77-88 duplication (FIXED)
Remaining Duplications:
- Reference/troubleshooting.md & common-issues.md: Significant overlap in
installation troubleshooting content
- Both files contain nearly identical permission error solutions
- Component installation failure solutions repeated
---
3. Invalid or Placeholder Content
Issue: Placeholder issue numbers
@@ -60,33 +24,6 @@ Missing @agent mention tutorial
- Inconsistent formatting between files
---
4. Email Address Issues (Already Fixed)
✅ All invalid @superclaude.org emails replaced with
anton.knoery@gmail.com
✅ Non-existent @SuperClaude-Security team reference removed
---
5. Cross-Reference Issues
Issue: Some references still missing Docs/ prefix
- Most have been fixed, but some internal references within Docs/
subdirectories may still be incorrect
- Relative path references (../) are correct but could be more robust
---
6. Formatting Inconsistencies
Issue: Inconsistent heading levels
- Some files use ### for main sections, others use ##
- Agent documentation uses #### for individual agents inconsistently
Issue: Code block language tags
- Some use bash, others use cmd or no language tag
- Python code blocks sometimes missing language identifier
---
7. Missing or Incomplete Content
@@ -96,12 +33,6 @@ Missing @agent mention tutorial
- contributing-code.md Line 1999: Reference to "Find documentation TODOs"
- Suggests incomplete documentation sections exist
Issue: Incomplete error codes
- commands.md: Error codes E001-E008 defined but not all are referenced
in troubleshooting
- Missing error codes E009+ that might be in use
---
8. Version and Component References
@@ -118,17 +49,6 @@ Missing @agent mention tutorial
- Need standardization
---
9. Platform-Specific Issues
Issue: Windows path examples
- Some Windows examples use forward slashes instead of backslashes
- Inconsistent use of %USERPROFILE% vs explicit paths
Issue: Mixed shell syntax
- Some examples mix bash and Windows cmd syntax
- PowerShell examples not clearly marked
---
10. Accessibility and Navigation