Skip to content

Verify Copilot CLI discovers bundled agents shipped as agents/*.md (vs .agent.md) #64

Description

@devantler

🤖 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions