feat: Add /pa personal assistant command and state infrastructure
Implement canonical /pa entrypoint for user requests with: - Context-aware request routing via master-orchestrator - Session and persistent context level overrides - Memory system with UUID-based general-instructions.json - State files for session context and preferences 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
7
state/personal-assistant-preferences.json
Normal file
7
state/personal-assistant-preferences.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"description": "Persistent PA configuration",
|
||||
"context_gathering": {
|
||||
"default_level": "moderate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user