feat: Add Obsidian vault configuration and documentation for navigation and memory management
This commit is contained in:
104
knowledge/obsidian-vault.md
Normal file
104
knowledge/obsidian-vault.md
Normal file
@@ -0,0 +1,104 @@
|
||||
---
|
||||
type: map
|
||||
audience: workspace-user
|
||||
tags:
|
||||
- map
|
||||
- obsidian
|
||||
---
|
||||
|
||||
# Obsidian Vault Map
|
||||
|
||||
Use this note as the human navigation entry point when opening this repository as an Obsidian vault.
|
||||
|
||||
---
|
||||
|
||||
## Start Here
|
||||
|
||||
- [README](../README.md)
|
||||
- [New Member Onboarding](onboarding.md)
|
||||
- [Glossary](glossary.md)
|
||||
- [Obsidian Usage Guide](obsidian-usage.md)
|
||||
- [Knowledge Maps](maps/index.md)
|
||||
- [Core Overview](../core/README.md)
|
||||
- [Operational Memory](../core/memory/operational-memory.md)
|
||||
- [Obsidian Integration Model](../core/integrations/obsidian-model.md)
|
||||
- [Fidelity Profile](../profiles/fidelity/profile.md)
|
||||
|
||||
---
|
||||
|
||||
## Maps
|
||||
|
||||
- [AI Workspace Core](maps/ai-workspace-core.md)
|
||||
- [Current Work](maps/current-work.md)
|
||||
- [Fidelity Domain](maps/fidelity-domain.md)
|
||||
- [Work Items](maps/work-items.md)
|
||||
- [People](maps/people.md)
|
||||
- [Tooling](maps/tooling.md)
|
||||
|
||||
---
|
||||
|
||||
## New Members
|
||||
|
||||
If you are new to this project, read:
|
||||
|
||||
1. [New Member Onboarding](onboarding.md)
|
||||
2. [Glossary](glossary.md)
|
||||
3. [Current Work Map](maps/current-work.md)
|
||||
4. [Fidelity Domain Map](maps/fidelity-domain.md)
|
||||
5. [People Map](maps/people.md)
|
||||
|
||||
---
|
||||
|
||||
## Current Work
|
||||
|
||||
- [Current State](../ai/state/current.md)
|
||||
- [Active Work Items](../ai/state/work-items.md)
|
||||
- [Work Item Index](../ai/work-items/index.md)
|
||||
- [Logs Index](../ai/logs/index.md)
|
||||
|
||||
---
|
||||
|
||||
## Stable Context
|
||||
|
||||
- [Context Index](../ai/context/index.md)
|
||||
- [Project Context](../ai/context/project.md)
|
||||
- [Systems Index](../ai/context/systems/index.md)
|
||||
- [Workstreams Index](../ai/context/workstreams/index.md)
|
||||
- [People Index](../ai/context/people/index.md)
|
||||
- [Manager Mapping](../ai/context/people/manager.md)
|
||||
|
||||
---
|
||||
|
||||
## Process And 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)
|
||||
|
||||
---
|
||||
|
||||
## Daily Logs
|
||||
|
||||
Daily logs live in:
|
||||
|
||||
```text
|
||||
ai/logs/
|
||||
```
|
||||
|
||||
Use the latest dated log for recent evidence, but promote durable facts into `ai/state/`, `ai/work-items/`, or `ai/context/` when they should survive beyond the day.
|
||||
|
||||
- [Logs Index](../ai/logs/index.md)
|
||||
|
||||
---
|
||||
|
||||
## Inbox And Generated Evidence
|
||||
|
||||
Inbox and generated files are evidence, not durable memory by default.
|
||||
|
||||
- `ai/inbox/`
|
||||
- `scripts/mattermost/generated/`
|
||||
- `scripts/slack/generated/`
|
||||
|
||||
Promote only high-confidence, project-relevant facts into canonical memory.
|
||||
Reference in New Issue
Block a user