Skip to content

Commit c39aac2

Browse files
dbrattliclaude
andauthored
chore: Rename CLAUDE.md to AGENTS.md for cross-tool compatibility (#4490)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 69c15cc commit c39aac2

5 files changed

Lines changed: 198 additions & 145 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"version": "v0.66.1",
1616
"sha": "73ae9ce231580f337133352d321d42b6bf54b6a9"
1717
},
18+
"github/gh-aw-actions/setup@v0.67.0": {
19+
"repo": "github/gh-aw-actions/setup",
20+
"version": "v0.67.0",
21+
"sha": "cde65c546c2b0f6d3f3a9492a04e6687887c4fe8"
22+
},
1823
"github/gh-aw/actions/setup@v0.58.1": {
1924
"repo": "github/gh-aw/actions/setup",
2025
"version": "v0.58.1",

.github/workflows/repo-assist.lock.yml

Lines changed: 60 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/repo-assist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ source: githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d
183183

184184
Take heed of **instructions**: "${{ steps.sanitized.outputs.text }}"
185185

186-
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read CLAUDE.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
186+
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read AGENTS.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
187187

188188
Then exit — do not run the normal workflow after completing the instructions.
189189

@@ -251,7 +251,7 @@ Update memory with labels applied and cursor position.
251251
- **Target-specific issues** → check if other targets handle the same case correctly. If so, reference the working implementation as a guide.
252252
- **Feature requests** → consider whether the feature benefits multiple targets or is target-specific. For .NET API support requests, check if the API is mapped in `Replacements.fs`.
253253
- **Questions** → answer concisely with references to relevant code.
254-
- **Onboarding** → point to README, CLAUDE.md, and the quicktest workflow for rapid iteration.
254+
- **Onboarding** → point to README, AGENTS.md, and the quicktest workflow for rapid iteration.
255255
Never post vague acknowledgements, restatements, or follow-ups to your own comments.
256256
4. Begin every comment with: `🤖 *This is an automated response from Repo Assist.*`
257257
5. Update memory with comments made and the new cursor position.
@@ -414,7 +414,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
414414
- **No breaking changes** without maintainer approval via a tracked issue.
415415
- **No new dependencies** without discussion in an issue first.
416416
- **Small, focused PRs** — one concern per PR.
417-
- **Read CLAUDE.md first**: before starting work on any pull request, read the repository's `CLAUDE.md` file to understand project-specific conventions, coding standards, and contribution requirements.
417+
- **Read AGENTS.md first**: before starting work on any pull request, read the repository's `AGENTS.md` file to understand project-specific conventions, coding standards, and contribution requirements.
418418
- **CI validates PRs**: Do not run builds or tests locally. Create the PR and let CI validate. If CI fails due to your changes, fix and push updates (Task 6).
419419
- **Update changelogs**: PRs must update `src/Fable.Cli/CHANGELOG.md` and `src/Fable.Compiler/CHANGELOG.md` under `## Unreleased` with target prefix (e.g., `* [Python] Fix ...`).
420420
- **Respect existing style** — match code formatting and naming conventions.

0 commit comments

Comments
 (0)