Add AGENTS.md for coding agents#46
Conversation
The lunar instruction-file-exists check expects an agent instruction file at the repository root. Adds a starter AGENTS.md documenting the repo's multi-chart layout, the helm lint floor, the bump-and-release workflow, and the don't-bump-Chart.yaml-manually rule.
🌒 Earthly Lunar
|
|
Same three repo-level failures as already triaged on #45 (comment here):
This PR resolves the fourth one ( |
|
Approved and The 3 red lunar checks are the non-blocking repo-level ones from the triage above (ticket-present, sca, changelog-convention) — not regressions from this PR. GitHub has the merge state as CLEAN, so they aren't gating. |
Summary
AGENTS.mdat the repo root documenting layout, workflow for chart changes, release flow, and tests.ai.instruction-file-existsLunar check failure flagged on Delete readme.txt #45.Why
The Lunar check looks for an agent instruction file (
AGENTS.md,CLAUDE.md, etc.) at the repo root and there isn't one. It's also genuinely useful as the repo's multi-chart layout and release flow aren't obvious to an agent dropped into the codebase cold.Notes