Skip to content

🚀 [Feature]: Agent clients follow shared instructions - #60

Merged
Marius Storhaug (MariusStorhaug) merged 7 commits into
mainfrom
template-client-routes
Sep 10, 2026
Merged

🚀 [Feature]: Agent clients follow shared instructions#60
Marius Storhaug (MariusStorhaug) merged 7 commits into
mainfrom
template-client-routes

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Sep 10, 2026

Copy link
Copy Markdown
Member

Agent clients now route to the repository's shared AGENTS.md instructions, 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 in AGENTS.md.

Adopting this release

No configuration, code, or invocation changes are required beyond selecting this release.

Release impact

Field Decision
Effective decision release:minor — a backward-compatible agent-client capability.
Semantic effect Minor stable release.
Release/base coordinates Final coordinates are resolved by the release process.

Technical details

Consumer change record

Identifier / surface Before After Applicability / prerequisites Consumer action Verification
Agent instruction routes Claude Code and GitHub Copilot had no repository-specific route files. Both clients route to the shared AGENTS.md instructions through minimal headed Markdown files. Consumers using either client in this repository. No action required. Exact file-content, final-newline, and resolved-target validation passed.

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.md file.

Relevant issues (or links)

Related work

  • N/A

@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

Copilot AI previously approved these changes Sep 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 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.

@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

Both route files exactly satisfy the documented requirements and resolve to the shared instructions.

Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new
  • Review effort level: Balanced

@MariusStorhaug
Marius Storhaug (MariusStorhaug) marked this pull request as ready for review September 10, 2026 11:34
@psmodule-s-shelly

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Pattern Description
^src/ Matches files where path matches this pattern
^README\.md$ Matches files where path matches this pattern

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.

@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit ff935a5 into main Sep 10, 2026
17 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the template-client-routes branch September 10, 2026 11:37
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.

🩹 [Patch]: Add agent client route files

2 participants