From b6491fe33d0dc1382fd857cb7473f09bb6f99794 Mon Sep 17 00:00:00 2001 From: "david.delagneau" Date: Tue, 28 Apr 2026 12:16:03 -0600 Subject: [PATCH] feat: add turbo-all directive to workflow markdown files for improved processing --- .agents/workflows/archive-import.md | 2 +- .agents/workflows/communication-sync.md | 2 +- .agents/workflows/mattermost-sync.md | 2 +- .agents/workflows/memory-health.md | 2 +- .agents/workflows/slack-import.md | 2 +- agent-memory/workflows/workspace-model.md | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.agents/workflows/archive-import.md b/.agents/workflows/archive-import.md index e2d2909..5810b9d 100644 --- a/.agents/workflows/archive-import.md +++ b/.agents/workflows/archive-import.md @@ -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. diff --git a/.agents/workflows/communication-sync.md b/.agents/workflows/communication-sync.md index f2a0247..8b57f3e 100644 --- a/.agents/workflows/communication-sync.md +++ b/.agents/workflows/communication-sync.md @@ -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: diff --git a/.agents/workflows/mattermost-sync.md b/.agents/workflows/mattermost-sync.md index cf33cc8..5fb9627 100644 --- a/.agents/workflows/mattermost-sync.md +++ b/.agents/workflows/mattermost-sync.md @@ -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: diff --git a/.agents/workflows/memory-health.md b/.agents/workflows/memory-health.md index 9069a08..556f2aa 100644 --- a/.agents/workflows/memory-health.md +++ b/.agents/workflows/memory-health.md @@ -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: diff --git a/.agents/workflows/slack-import.md b/.agents/workflows/slack-import.md index 7e9a462..41572fe 100644 --- a/.agents/workflows/slack-import.md +++ b/.agents/workflows/slack-import.md @@ -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. diff --git a/agent-memory/workflows/workspace-model.md b/agent-memory/workflows/workspace-model.md index 5f0f9d5..77471ed 100644 --- a/agent-memory/workflows/workspace-model.md +++ b/agent-memory/workflows/workspace-model.md @@ -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