Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Read subagents on-demand. Full index: `subagent-index.toon`.
| OpenAPI exploration | `tools/context/openapi-search.md` |
| Local models | `tools/local-models/local-models.md`, `tools/local-models/huggingface.md`, `scripts/local-model-helper.sh` |
| Model routing | `tools/context/model-routing.md`, `reference/orchestration.md` |
| Orchestration | `reference/orchestration.md`, `tools/ai-assistants/headless-dispatch.md`, `scripts/commands/pulse.md` |
| Orchestration | `reference/orchestration.md`, `tools/ai-assistants/headless-dispatch.md`, `scripts/commands/pulse.md`, `workflows/mission-orchestrator.md` |
| Agent/MCP dev | `tools/build-agent/build-agent.md`, `tools/build-mcp/build-mcp.md`, `tools/mcp-toolkit/mcporter.md` |
| Framework | `aidevops/architecture.md`, `scripts/commands/skills.md` |

Expand Down
3 changes: 2 additions & 1 deletion .agents/subagent-index.toon
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ google-search-console,npx mcp-server-gsc@latest,service-account,seo/google-searc
mcporter,npx mcporter,none,tools/mcp-toolkit/mcporter.md,Discover call compose and generate CLIs for any MCP server
-->

<!--TOON:workflows[13]{name,file,purpose}:
<!--TOON:workflows[14]{name,file,purpose}:
git-workflow,workflows/git-workflow.md,Branch naming and commit conventions
plans,workflows/plans.md,Complex execution plans
mission-orchestrator,workflows/mission-orchestrator.md,Autonomous multi-day mission execution with milestone validation
release,workflows/release.md,Semver and changelog generation
version-bump,workflows/version-bump.md,Version bump automation
pr,workflows/pr.md,PR creation and review
Expand Down
Loading