- Introduced new maps for navigating project knowledge, including "Current Work," "Fidelity Domain," "Fidelity Apps," "Work Items," and "People." - Created base files for daily notes, decisions, people, systems, work items, and workstreams with defined properties and views. - Developed templates for daily notes, decisions, meeting notes, persons, systems, work items, and workstreams to standardize documentation. - Updated scripts and prompts to reflect the new project-knowledge directory structure. - Removed outdated onboarding and start-here documents, consolidating relevant information into the new maps. - Ensured all references in workflows and scripts point to the new project-knowledge paths.
774 B
774 B
description
| description |
|---|
| Check canonical memory health and Obsidian adapter status |
Run a lightweight health check for canonical project knowledge.
Read:
@core/integrations/memory-vault-model.md @core/integrations/obsidian-model.md @agent-memory/workflows/workspace-architecture.md
Run:
!bash scripts/memory/memory.sh health
Structured views:
!for base in work-items people decisions daily systems workstreams; do echo "\n## $base"; bash scripts/memory/memory.sh base-query "$base" paths 2>/dev/null || bash scripts/memory/memory.sh base-query "$base" 2>/dev/null || true; done
Respond with:
- Health status
- Any issues that should be fixed now
- Any optional Obsidian-only improvements
Do not modify project memory unless the user explicitly asks for cleanup.