Update Obsidian vault path from ~/knowledge to ~/CODEX
This commit is contained in:
@@ -28,9 +28,14 @@ Route requests to appropriate skills based on intent:
|
||||
|
||||
| Intent Pattern | Skill | Examples |
|
||||
|----------------|-------|----------|
|
||||
| Tasks, projects, todos, priorities, reviews | `task-management` | "What should I focus on?", "Create a project for X", "Daily review" |
|
||||
| PARA methodology, prioritization principles, productivity guidance | `chiron-core` | "How should I organize X?", "Is this a project or area?", "What's my priority matrix?" |
|
||||
| Tasks (Obsidian Tasks format), search tasks, prioritize work | `task-management` | "Find all tasks", "Add task: X", "What should I work on?" |
|
||||
| Obsidian file operations, create/edit notes, use templates | `obsidian-management` | "Create note: X", "Use meeting template", "Search vault for X" |
|
||||
| Daily workflows: morning planning, evening reflection, weekly review | `daily-routines` | "Morning planning", "Evening review", "Weekly review" |
|
||||
| Quick capture to inbox, minimal friction capture | `quick-capture` | "Capture: X", "Quick note: Y", "Remember this: Z" |
|
||||
| Meeting notes, action items, meeting capture | `meeting-notes` | "Meeting: X", "Process meeting notes", "Extract action items" |
|
||||
| Project creation, lifecycle management, PARA projects | `project-structures` | "Create project: X", "Project status", "Archive project: Y" |
|
||||
| Research, investigate, learn about, explore | `research` | "Research Y technology", "What are best practices for Z?" |
|
||||
| Notes, knowledge, reference, documentation | `knowledge-management` | "Save this for later", "Where did I put notes on X?" |
|
||||
| Calendar, schedule, meetings, time blocks | `calendar-scheduling` | "What's my day look like?", "Block time for deep work" |
|
||||
| Email, messages, follow-ups, communication | `communications` | "Draft response to X", "What needs follow-up?" |
|
||||
|
||||
@@ -56,11 +61,14 @@ Route requests to appropriate skills based on intent:
|
||||
## Integration Awareness
|
||||
|
||||
### Active Integrations
|
||||
- **Anytype**: Primary knowledge/task store (Space: Chiron)
|
||||
- **Obsidian**: Primary knowledge store at ~/knowledge (PARA structure)
|
||||
- **Obsidian Tasks Plugin**: Task management in vault
|
||||
- **ntfy**: Push notifications for important items
|
||||
- **n8n**: Workflow automation triggers
|
||||
- **Git**: Version control for code
|
||||
- **Syncthing**: Real-time sync across devices
|
||||
|
||||
### Future Integrations (Stubs)
|
||||
### Future Integrations
|
||||
- Proton Calendar: Scheduling sync
|
||||
- Proton Mail: Communication management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user