🤖 Generated by the Daily AI Engineer
Problem. All bundled plugins ship agent definitions as agents/<name>.md (plain .md), and each plugin's README states Copilot CLI auto-loads the bundled agents/ directory. However the Copilot CLI plugin reference documents agents as directories of .agent.md files with IDs derived from filenames. If Copilot CLI requires the .agent.md extension for discovery, every bundled plugin's Copilot-CLI agent loading is silently broken; if it accepts .md, the docs are fine as-is. Raised by Codex review on #63.
Proposed direction. Verify Copilot CLI's actual bundled-plugin agent-discovery behavior (test-install one plugin, or confirm from authoritative docs). Then either (a) confirm .md works and note it explicitly, or (b) migrate the convention to .agent.md repo-wide across all plugins (not one) and update each README. This is deliberately kept out of #63 to avoid diverging a single plugin from the established convention.
Size. S–M (verification + possibly a repo-wide rename).
Problem. All bundled plugins ship agent definitions as
agents/<name>.md(plain.md), and each plugin's README states Copilot CLI auto-loads the bundledagents/directory. However the Copilot CLI plugin reference documents agents as directories of.agent.mdfiles with IDs derived from filenames. If Copilot CLI requires the.agent.mdextension for discovery, every bundled plugin's Copilot-CLI agent loading is silently broken; if it accepts.md, the docs are fine as-is. Raised by Codex review on #63.Proposed direction. Verify Copilot CLI's actual bundled-plugin agent-discovery behavior (test-install one plugin, or confirm from authoritative docs). Then either (a) confirm
.mdworks and note it explicitly, or (b) migrate the convention to.agent.mdrepo-wide across all plugins (not one) and update each README. This is deliberately kept out of #63 to avoid diverging a single plugin from the established convention.Size. S–M (verification + possibly a repo-wide rename).