Skip to content

Add AGENTS guidance for AI coding agents#27

Merged
pdebruin merged 1 commit into
mainfrom
agents-md-guidance
May 13, 2026
Merged

Add AGENTS guidance for AI coding agents#27
pdebruin merged 1 commit into
mainfrom
agents-md-guidance

Conversation

@TianqiZhang
Copy link
Copy Markdown
Contributor

Summary

  • replace the Copilot-specific instruction file with root AGENTS.md for AI coding agents
  • document repo-specific plugin, skill, CLI, cache, normalization, and search contracts
  • derive the CLI version from package.json for msevents --version

Validation

  • cd cli; npm run build && node dist\index.js --version && npm test

Create root AGENTS.md with repository-specific guidance for plugin, skill, and CLI contributors.

Derive the CLI version from package.json so the package manifest remains the single source of truth.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@TianqiZhang TianqiZhang requested a review from Copilot May 13, 2026 08:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the repo’s Copilot-specific instruction stub with a root-level AGENTS.md contract for AI coding agents, and updates the CLI to report its version directly from cli/package.json to avoid drift.

Changes:

  • Add AGENTS.md documenting repo-specific plugin/skill/CLI contracts and sync rules for agents.
  • Remove .github/copilot-instructions.md (Copilot-specific instruction stub).
  • Update msevents --version to derive the version from cli/package.json at runtime.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
cli/src/index.ts Reads CLI version from package.json and wires it into Commander’s .version(...).
AGENTS.md Adds consolidated guidance/contracts for agent workflows across plugin manifests, skills, MCP, and CLI behavior.
.github/copilot-instructions.md Removes the previous Copilot-specific instruction file in favor of the repo-level agent guidance.

@pdebruin pdebruin merged commit dcf60e9 into main May 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants