Skip to content

Commit 2558090

Browse files
feat(2157-1542): update CLAUDE.md agent table and delete research files (merge worktree-20260328-211544)
2 parents c375fc8 + 9737077 commit 2558090

File tree

13 files changed

+828
-268
lines changed

13 files changed

+828
-268
lines changed

.test-index

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ plugins/dso/scripts/gate-2b-blast-radius.sh: tests/scripts/test-gate-2b-blast-ra
2929
plugins/dso/scripts/detect-stack.sh:tests/scripts/test-detect-stack.sh
3030
plugins/dso/scripts/parse-template-registry.sh:tests/scripts/test-parse-template-registry.sh
3131
plugins/dso/config/template-registry.yaml:tests/scripts/test-template-validate-integration.sh
32+
config/agent-routing.conf: tests/scripts/test-agent-routing-conf.sh
3233
plugins/dso/scripts/validate-nava-platform-headless.sh:tests/scripts/test-validate-nava-platform-headless.sh
3334
plugins/dso/.claude-plugin/plugin.json:tests/plugin/test_fixture_minimal_plugin_consumer.py,tests/hooks/test-plugin-docs.sh,tests/hooks/test-hooks-json-paths.sh,tests/hooks/test-run-hook-relative-paths.sh,tests/scripts/test-plugin-retro-gather.sh,tests/scripts/test-dso-shim-plugin-root.sh,tests/scripts/test-plugin-scripts.sh,tests/scripts/test-collect-discoveries-plugin-root.sh,tests/scripts/test-plugin-scripts-no-relative-paths.sh,tests/scripts/test-check-plugin-test-needed.sh,tests/scripts/test-plugin-dir-structure.sh,tests/scripts/test-plugin-reference-catalog.sh,tests/scripts/test-no-unguarded-plugin-refs.sh
3435
plugins/dso/hooks/cascade-circuit-breaker.sh:tests/hooks/test-cascade-breaker.sh
@@ -119,6 +120,8 @@ plugins/dso/skills/fix-bug/prompts/escalated-investigation-agent-3.md:tests/skil
119120
plugins/dso/skills/fix-bug/prompts/escalated-investigation-agent-4.md:tests/skills/test_escalated_investigation_agent_4_prompt.py
120121
plugins/dso/skills/fix-bug/prompts/intermediate-investigation.md:tests/skills/test_intermediate_investigation_prompt.py
121122
plugins/dso/skills/fix-bug/SKILL.md:tests/skills/test_fix_bug_skill.py
123+
plugins/dso/skills/fix-bug/SKILL.md:tests/skills/test_fix_bug_gate_1a.py [test_gate_1a_position]
124+
plugins/dso/skills/fix-bug/SKILL.md:tests/skills/test_fix_bug_gate_1b.py [test_gate_1b_pre_investigation]
122125
plugins/dso/skills/fix-bug/prompts/intermediate-investigation-fallback.md:tests/skills/test_fix_bug_skill.py
123126
plugins/dso/skills/fix-bug/prompts/basic-investigation.md:tests/skills/test_basic_investigation_prompt.py
124127
plugins/dso/skills/fix-bug/prompts/intermediate-investigation.md:tests/skills/test_intermediate_investigation_prompt.py
@@ -210,6 +213,7 @@ plugins/dso/skills/preplanning/SKILL.md: tests/skills/test-scrutiny-pending-gate
210213
plugins/dso/skills/implementation-plan/SKILL.md: tests/skills/test-scrutiny-pending-gate.sh
211214
CLAUDE.md: tests/skills/test-shared-subworkflow-docs.sh
212215
plugins/dso/agents/doc-writer.md: tests/scripts/test-doc-writer-agent.sh
216+
plugins/dso/agents/bot-psychologist.md: tests/scripts/test-bot-psychologist-agent.sh
213217
plugins/dso/skills/update-docs/SKILL.md: tests/hooks/test-sub-agent-guard.sh
214218
# overlay dispatch logic (task 9937-4de6 / story w22-25ui) — no single source file yet (implemented by task 67e2-2912)
215219
plugins/dso/scripts/overlay-dispatch.sh: tests/hooks/test-overlay-dispatch.sh

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Priority: 0-4 (0=critical, 4=backlog). Never use "high"/"medium"/"low".
6666
|-------|-------|---------------|
6767
| `dso:complexity-evaluator` | haiku | `/dso:sprint`, `/dso:brainstorm`; read inline by `/dso:fix-bug` |
6868
| `dso:conflict-analyzer` | sonnet | `/dso:resolve-conflicts` |
69+
| `dso:bot-psychologist` | sonnet | `/dso:fix-bug` llm-behavioral path (dispatched or read inline when sub-agent) |
6970
| `dso:doc-writer` | sonnet | `/dso:sprint` (doc stories), `/dso:update-docs` |
7071
| `dso:intent-search` | sonnet | `/dso:fix-bug` Step 1.5 (Gate 1a — pre-investigation intent search) |
7172
| `dso:feasibility-reviewer` | sonnet | `/dso:brainstorm` (conditional, on integration signals) |

config/agent-routing.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@
3636
# error-debugging:error-detective | error-debugging@claude-code-workflows
3737
# code-simplifier:code-simplifier | code-simplifier@claude-plugins-official
3838
# backend-api-security:backend-security-coder | backend-api-security@claude-code-workflows
39+
# dso:bot-psychologist | (local plugin agent, resolved via plugins/dso/agents/)
3940
# general-purpose | (built-in, no plugin required)
4041
#
42+
# Note: dso: agents are local plugin agents resolved via plugins/dso/agents/<name>.md.
43+
# They are resolved as always-available by discover-agents.sh without requiring an
44+
# enabledPlugins entry (short-circuit path at agent resolution loop).
45+
#
4146

4247
# ── Routing Table ────────────────────────────────────────────────────────────
4348

@@ -48,3 +53,4 @@ mechanical_fix=debugging-toolkit:debugger|code-simplifier:code-simplifier|genera
4853
complex_debug=error-debugging:error-detective|debugging-toolkit:debugger|general-purpose
4954
code_simplify=code-simplifier:code-simplifier|general-purpose
5055
security_audit=backend-api-security:backend-security-coder|general-purpose
56+
llm_behavioral=dso:bot-psychologist|general-purpose

llm-debugging-agent.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)