chore(claude-md): import AGENTS.md, retire 136-line CLAUDE.md#235
Open
JacobPEvans-personal wants to merge 3 commits into
Open
chore(claude-md): import AGENTS.md, retire 136-line CLAUDE.md#235JacobPEvans-personal wants to merge 3 commits into
JacobPEvans-personal wants to merge 3 commits into
Conversation
Migrate CLAUDE.md to the workspace `@AGENTS.md` import pattern (see dryvist/terraform-proxmox#316). - CLAUDE.md → 3-line @AGENTS.md import (5770 → 38 bytes) - AGENTS.md (new) — verbatim repo content, vendor-neutral Assisted-by: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request moves the detailed AI workflows documentation from CLAUDE.md into a new AGENTS.md file, replacing the original content with a reference. The review feedback points out inconsistencies in the documentation examples, specifically regarding the version tags used for actions/checkout and actions/github-script, which should be updated to match the standard versions specified in the rules.
Gemini flagged the v8 example as inconsistent. Workflows in this repo actually use v9 (issue-resolver.yml, claude-review.yml, etc.), so v8 was the stale version. Gemini's suggested v7 would also be wrong; bumping to v9 matches reality. The checkout@v6 example in the same section was already correct — every workflow uses v6. Refs #235 (review threads) Assisted-by: Claude <noreply@anthropic.com>
Pre-existing long lines (>160) in the file inherited from CLAUDE.md tripped the markdownlint hook once AGENTS.md was being edited. Wrapped: - Architecture intro (line 7) — 238 → wrapped - Directory tree fence — added `text` language (MD040) - Workflow rules block (lines 40, 42, 44, 46, 48) — long bullets wrapped - Inline threshold + env-var paragraph (lines 94, 113) - Authentication paragraph (line 121) - Concurrency paragraph (cancel-in-progress) No semantic changes; pure rewrap. Assisted-by: Claude <noreply@anthropic.com>
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
Migrate
CLAUDE.mdto the workspace-wide@AGENTS.mdimport pattern(see
JacobPEvans/terraform-proxmox#316).CLAUDE.mdAGENTS.mdAGENTS.md content is byte-identical to the prior CLAUDE.md.
🤖 Generated with Claude Code