From c78d5f8c016dbe27b4c6265548f43aae1fa420ad Mon Sep 17 00:00:00 2001 From: NomenAK Date: Wed, 20 Aug 2025 20:46:06 +0200 Subject: [PATCH] Update TODO.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- TODO.md | 80 --------------------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/TODO.md b/TODO.md index 9e25594..eee5687 100644 --- a/TODO.md +++ b/TODO.md @@ -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