docs: add CLAUDE.md and AGENTS.md as symlinks to README.md - #89
Conversation
Add symlinks so AI coding tools (Claude Code, Codex, etc.) can discover the project documentation automatically. README.md remains the single source of truth. Signed-off-by: Xue Zhao <zxue@redhat.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: acm-agent[bot] <acm-agent@noreply.local>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xuezhaojun The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add paths-ignore to go-presubmit.yml and go-postsubmit.yml so that build, test, e2e, and image jobs are not triggered when only markdown files, docs, changelogs, or LICENSE are modified. Signed-off-by: Xue Zhao <zxue@redhat.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: acm-agent[bot] <acm-agent@noreply.local>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 68.94% 68.94%
=======================================
Files 4 4
Lines 892 892
=======================================
Hits 615 615
Misses 243 243
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
CLAUDE.mdandAGENTS.mdas symlinks toREADME.mdfor AI coding tool discovery (Claude Code, Codex, etc.)paths-ignoretogo-presubmit.ymlandgo-postsubmit.ymlso build/test/e2e/image jobs are skipped when only documentation files are changed (.md,docs/,CHANGELOG/,LICENSE)Details
Symlinks:
README.mdremains the single source of truthCLAUDE.md -> README.md(Claude Code)AGENTS.md -> README.md(Codex/other agents)CI paths-ignore covers:
**.md— all markdown filesdocs/**— documentation directoryCHANGELOG/**— changelog filesLICENSE— license fileDCO check, release, and chart-upload workflows are not affected.
🤖 Generated with Claude Code