feat: add turbo-all directive to workflow markdown files for improved processing

This commit is contained in:
2026-04-28 12:16:03 -06:00
parent 661c7ca877
commit b6491fe33d
6 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
---
description: Import a historical communication archive and refine workspace memory
---
// turbo-all
Use a historical communication export as archive evidence for the workspace.
Interpret this as historical recovery, not as current truth and not as model training.

View File

@@ -1,7 +1,7 @@
---
description: Sync live communication context and promote high-confidence memory
---
// turbo-all
Use the configured live communication connector to fetch fresh evidence and maintain workspace memory automatically.
Preferred command sources:

View File

@@ -1,7 +1,7 @@
---
description: Sync Mattermost context and automatically promote high-confidence project memory
---
// turbo-all
Use the configured Mattermost sync command to fetch fresh communication context and maintain workspace memory automatically.
Preferred command sources:

View File

@@ -1,7 +1,7 @@
---
description: Check canonical memory health and Obsidian adapter status
---
// turbo-all
Run a lightweight health check for canonical project knowledge.
Read:

View File

@@ -1,7 +1,7 @@
---
description: Import a historical Slack export and refine workspace memory from it
---
// turbo-all
Use a Slack export as a historical context source for the workspace.
Interpret this as historical recovery, not as current truth and not as model training.

View File

@@ -51,10 +51,10 @@ When the user corrects a recurring behavior, the workspace should update the fil
- `project-knowledge/.obsidian/` only for portable Obsidian configuration, not project memory content
- `scripts/memory/` for project-agnostic memory access, creation, search, Base queries, and health checks
- `scripts/obsidian/` for the current Obsidian adapter, not for core memory semantics
- `.opencode/commands/` for slash commands
- `.agents/workflows/` for slash commands (with `.opencode/commands/` for compatibility)
- `prompts/` for reusable drafting templates
- `.opencode/agents/` and `AGENTS.md` for default agent behavior
- `.opencode/skills/` for specialized workflows
- `.agents/rules/` and `AGENTS.md` for default agent behavior
- `.agents/skills/` for specialized workflows (with `.opencode/skills/` for compatibility)
- `project-knowledge/00-start/` and `project-knowledge/03-context/process/` for project-facing onboarding and process rules
- `agent-memory/` for agent-specific behavior, learning, promotion, verification, and self-maintenance rules