Migrate PERSONAS to flag system for Claude Code compliance

- Add persona flags (--persona-<name>) to flag-inheritance.yml
- Create persona-patterns.yml with behavioral profiles and MCP preferences
- Update command-patterns.yml to reference persona patterns
- Integrate persona flags with MCP decision matrix
- Remove backward compatibility for /persona:<name> syntax
- Update all documentation and examples to use flag syntax

This migration ensures SuperClaude remains compliant with Claude Code's
flag-based architecture while enhancing persona functionality through
standard flag combinations (e.g., --persona-architect --ultrathink).

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-06-24 22:15:30 +02:00
parent ff61676f74
commit d8727a6a07
8 changed files with 315 additions and 21 deletions

View File

@@ -285,7 +285,7 @@ if [ "$main_files" -ge 4 ] && [ "$command_files" -ge 21 ] && [ "$shared_files" -
echo "Next steps:"
echo "1. Open any project with Claude Code"
echo "2. Try a command: /analyze --code"
echo "3. Activate a persona: /persona:architect"
echo "3. Activate a persona: /analyze --persona-architect"
echo ""
fi
if [ -n "$backup_dir" ] && [ -d "$backup_dir" ]; then