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 description: Import a historical communication archive and refine workspace memory
--- ---
// turbo-all
Use a historical communication export as archive evidence for the workspace. 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. 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 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. Use the configured live communication connector to fetch fresh evidence and maintain workspace memory automatically.
Preferred command sources: Preferred command sources:

View File

@@ -1,7 +1,7 @@
--- ---
description: Sync Mattermost context and automatically promote high-confidence project memory 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. Use the configured Mattermost sync command to fetch fresh communication context and maintain workspace memory automatically.
Preferred command sources: Preferred command sources:

View File

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

View File

@@ -1,7 +1,7 @@
--- ---
description: Import a historical Slack export and refine workspace memory from it 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. 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. 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 - `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/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 - `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 - `prompts/` for reusable drafting templates
- `.opencode/agents/` and `AGENTS.md` for default agent behavior - `.agents/rules/` and `AGENTS.md` for default agent behavior
- `.opencode/skills/` for specialized workflows - `.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 - `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 - `agent-memory/` for agent-specific behavior, learning, promotion, verification, and self-maintenance rules