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

@@ -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