feat: Add Obsidian vault configuration and documentation for navigation and memory management

This commit is contained in:
2026-04-16 12:12:31 -06:00
parent 53eb9dbc36
commit 1ab9472055
27 changed files with 1016 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
---
type: map
domain: workspace-core
tags:
- map
- core
---
# AI Workspace Core Map
Reusable workspace logic and project-independent operating rules.
---
## Core Model
- [Core Overview](../../core/README.md)
- [Operational Memory](../../core/memory/operational-memory.md)
- [Communication Integration Model](../../core/integrations/communication-model.md)
- [Obsidian Integration Model](../../core/integrations/obsidian-model.md)
- [Create Project Profile](../../core/profiles/create-project-profile.md)
---
## Workspace Rules
- [Workspace Model](../workspace-model.md)
- [Agent Memory Rules](../agent-memory-rules.md)
- [Memory Promotion Rules](../memory-promotion-rules.md)
- [Communication Rules](../communication-rules.md)
- [Context Maintenance](../../ai/context/process/context-maintenance.md)
---
## Profiles
- [Fidelity Profile](../../profiles/fidelity/profile.md)
- [Example Profile](../../profiles/example/profile.md)