🤖 Generated by the Daily AI Engineer
Evidence: VS Code's agent-plugin docs show bundled agents as agents/*.agent.md (their only concrete example), while this repo authors all four bundled agents as agents/<name>.md. Whether VS Code picks up bare-.md agent files from an installed plugin is undocumented — the no-copy claim for agents in the VS Code lane is therefore unverified. Surfaced by Codex review on PR #72.
Audience/problem: VS Code users installing gitops-kubernetes or vibe-coding may get skills and MCP servers but silently no companion agent.
Hypothesis: renaming bundled agents to agents/<name>.agent.md makes them discoverable in VS Code without breaking the other consumers (agent names come from frontmatter name:, not the filename, in Claude Code — verified against its sub-agents docs; Copilot CLI needs the same check).
Success signal: an install test in real VS Code shows the bundled agent appearing in the agent picker, and Claude Code + Copilot CLI still list the agent under its unchanged name.
Smallest useful change: rename the four bundled agent files to *.agent.md, verify all three consumers, update README/ADR 0001 accordingly.
Acceptance criteria:
Size: S (rename + three-consumer verification + docs).
Part of #38.
Evidence: VS Code's agent-plugin docs show bundled agents as
agents/*.agent.md(their only concrete example), while this repo authors all four bundled agents asagents/<name>.md. Whether VS Code picks up bare-.mdagent files from an installed plugin is undocumented — the no-copy claim for agents in the VS Code lane is therefore unverified. Surfaced by Codex review on PR #72.Audience/problem: VS Code users installing
gitops-kubernetesorvibe-codingmay get skills and MCP servers but silently no companion agent.Hypothesis: renaming bundled agents to
agents/<name>.agent.mdmakes them discoverable in VS Code without breaking the other consumers (agent names come from frontmattername:, not the filename, in Claude Code — verified against its sub-agents docs; Copilot CLI needs the same check).Success signal: an install test in real VS Code shows the bundled agent appearing in the agent picker, and Claude Code + Copilot CLI still list the agent under its unchanged name.
Smallest useful change: rename the four bundled agent files to
*.agent.md, verify all three consumers, update README/ADR 0001 accordingly.Acceptance criteria:
Size: S (rename + three-consumer verification + docs).
Part of #38.