feat: Change installation directory to ~/.claude/commands/sc/

- Updated default installation path from ~/.claude/commands/ to ~/.claude/commands/sc/
- This maintains the /sc: namespace through directory organization
- Updated install_commands() default path in install_commands.py
- Updated CLI --target default in main.py to ~/.claude/commands/sc
- Updated list_installed_commands() to look in sc subdirectory
- All tests passing (70 passed, 1 skipped)
- Verified real installation: commands now install to ~/.claude/commands/sc/

Commands retain their /sc: prefix through name field in frontmatter:
- /sc:research - Deep web research
- /sc:index-repo - Repository indexing
- /sc:agent - Specialized AI agents
- /sc:recommend - Command recommendations
- /sc - Main help/dispatcher

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
mithun50
2025-11-11 18:37:03 +01:00
parent 8c0559ca9a
commit ad80f57f63
8 changed files with 325 additions and 14 deletions

View File

@@ -125,10 +125,11 @@ superclaude doctor
```
After installation, restart Claude Code to use the commands:
- `/research` - Deep web research with parallel search
- `/index-repo` - Repository indexing for context optimization
- `/agent` - Specialized AI agents
- `/recommend` - Command recommendations
- `/sc:research` - Deep web research with parallel search
- `/sc:index-repo` - Repository indexing for context optimization
- `/sc:agent` - Specialized AI agents
- `/sc:recommend` - Command recommendations
- `/sc` - Show all available SuperClaude commands
**Option 2: Direct Installation from Git**
```bash