feat: add comprehensive agent rules and workflows for memory curation, communication synchronization, and project documentation management
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
---
|
||||
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:
|
||||
|
||||
1. Health status
|
||||
2. Any issues that should be fixed now
|
||||
3. Any optional Obsidian-only improvements
|
||||
|
||||
Do not modify project memory unless the user explicitly asks for cleanup.
|
||||
1
.opencode/commands/memory-health.md
Symbolic link
1
.opencode/commands/memory-health.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../.agents/workflows/memory-health.md
|
||||
Reference in New Issue
Block a user