os-sdlc: code-probe dispatched by runner has no registered agent type #359
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#359
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The runner's default map dispatches agent
code-probe, but no os-sdlc:code-probe agent exists in the marketplace manifest — only the skill. Found during ticket #351 run; orchestrator fell back to a general-purpose agent invoking the skill.Decomposition
Decision: create a dedicated
agents/code-probe.md(per ADR-0113 agent+preloaded-skill convention). Keep the skill as the preloaded method body but setdisable-model-invocation: trueand dropcontext: fork— removes the doubled listing tokens without breaking seam-designer's preload or the reference paths used by code-write/code-review.Tasks
plugins/os-sdlc/agents/code-probe.md: frontmatterskills: [os-sdlc:code-probe], toolsRead, Glob, Grep, Bash(Bash for ast-grep only, never edits),model: sonnet; body modeled on seam-designer/reviewer, output path matching what the runner/brief assembler expects.skills/code-probe/SKILL.mdfrontmatter: removecontext: fork, adddisable-model-invocation: true.bin/refresh-plugins. (Blocked by the two edits above.)/os-adr:create. (Blocked by implementation verifying clean.)docs/implementation-status/os-sdlc.md; close #359 viaos-backlog close. (Blocked by ADR.)Acceptance criteria
agents/code-probe.mdexists and follows the ADR-0113 preload convention.agent: code-probeinmaps/default.yamlnow resolves.skills:preload still resolves.code-write/code-reviewrelative reference paths intocode-probe/references/untouched and working.In scope
Agent file, skill frontmatter change, ADR, cache refresh, bookkeeping.
Out of scope
Changing the probe method/steps, moving/deduplicating references, seam-designer changes, map changes, the #400 hook shakedown itself.
Work starting: implementing via dispatched agents on main (no PR branch — direct commit per repo norm).
Resolution
Done: Created plugins/os-sdlc/agents/code-probe.md (preloads os-sdlc:code-probe per ADR-0113 convention); skill frontmatter: context:fork removed, disable-model-invocation added. Decision recorded as ADR-0118.
Evidence: Commit
bcd6fdd; test suite 911 runs / 2238 assertions / 0 failures; bin/refresh-plugins clean; runner map agent: code-probe now resolves.Follow-ups: Captured as issue #403: wire evidence brief into downstream dispatch + gate output.