The codeguard-reviewer subagent currently only emits for Claude and
Cursor (see AGENT_HOSTS in src/artifact_targets.py). VS Code Copilot
users get the CodeGuard instructions but not the reviewer agent.
VS Code loads project subagents from .github/agents/*.agent.md. Note
the current emitter in src/emit_agents.py hardcodes the output filename
as <name>.md (L79), so it can't produce the .agent.md extension
as-is.
Test against a real VS Code Copilot install:
Docs: https://code.visualstudio.com/docs/copilot/customization/custom-agents
The
codeguard-reviewersubagent currently only emits for Claude andCursor (see
AGENT_HOSTSinsrc/artifact_targets.py). VS Code Copilotusers get the CodeGuard instructions but not the reviewer agent.
VS Code loads project subagents from
.github/agents/*.agent.md. Notethe current emitter in
src/emit_agents.pyhardcodes the output filenameas
<name>.md(L79), so it can't produce the.agent.mdextensionas-is.
Test against a real VS Code Copilot install:
Docs: https://code.visualstudio.com/docs/copilot/customization/custom-agents