🚀 [Feature]: Agent clients follow shared instructions - #60
Conversation
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
There was a problem hiding this comment.
🟢 Approved
Both route files are minimal, resolve correctly to the root instructions, and satisfy issue #59.
Pull request overview
Adds client-specific routes so Claude Code and GitHub Copilot follow the shared repository instructions in AGENTS.md.
Changes:
- Added the Claude Code instruction route.
- Added the GitHub Copilot instruction route.
File summaries
| File | Description |
|---|---|
.claude/CLAUDE.md |
Imports the shared agent instructions. |
.github/copilot-instructions.md |
Links GitHub Copilot to the shared instructions. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
Agent clients now route to the repository's shared
AGENTS.mdinstructions, keeping their client-specific files concise and aligned.New: Shared agent instruction routes
Claude Code reads
.claude/CLAUDE.md, and GitHub Copilot reads.github/copilot-instructions.md; each points to the same repository guidance inAGENTS.md.Adopting this release
No configuration, code, or invocation changes are required beyond selecting this release.
Release impact
release:minor— a backward-compatible agent-client capability.Technical details
Consumer change record
AGENTS.mdinstructions through minimal headed Markdown files.Template baseline
Not applicable. This change updates this template's agent-client route files directly and does not consume a separate integration template.
Maintainer evidence
Added only the two client route files. Each has a minimal client-specific H1 so the existing Markdown lint rules apply without exception; the route targets resolve to the repository-root
AGENTS.mdfile.Relevant issues (or links)
Related work