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:
OpenCode Test
2025-12-28 19:59:58 -08:00
parent 73512e92a6
commit fa049a1374
7 changed files with 651 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"version": "1.0",
"current_context_level": null,
"set_at": null,
"set_by": null
}