chore: onboard repository agents - #85
Merged
Merged
Conversation
|
🚅 Deployed to the tax-tracker-pr-85 environment in endearing-eagerness
|
railway-app
Bot
temporarily deployed
to
endearing-eagerness / tax-tracker-pr-85
August 1, 2026 23:28
Destroyed
There was a problem hiding this comment.
Pull request overview
This PR onboards cross-agent repository guidance by removing Claude-specific documentation and introducing canonical instructions for automated agents and GitHub Copilot, plus a workflow to bootstrap the Copilot cloud agent environment consistently for both backend (Python/uv) and frontend (Node/pnpm).
Changes:
- Remove the legacy
CLAUDE.mdguide in favor of a unified agent guide. - Add
AGENTS.mdas the primary repository agent guide (product boundaries, architecture map, and validation commands). - Add GitHub Copilot-specific instructions and a pinned
copilot-setup-stepsworkflow to install locked backend/frontend dependencies.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CLAUDE.md |
Removes stale Claude-specific and outdated guidance. |
AGENTS.md |
Adds the canonical cross-agent repository guide (scope, architecture, workflows, validation). |
.github/workflows/copilot-setup-steps.yml |
Adds a workflow to set up Python/uv and Node/pnpm dependencies for Copilot cloud agents. |
.github/copilot-instructions.md |
Adds concise Copilot repository instructions aligned with AGENTS.md. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Docker smoke testing was not run because the local Docker daemon was unavailable. Security scanning and the network-backed PSLmodels refresh were not run because this documentation and workflow change does not affect them.