docs(agents): use precise terminology for action.yml heading - #3286
Conversation
…eading Rename "Action workflows" to "Composite action" in the forge abstraction section. In GitHub Actions, "workflows" refers to .github/workflows/*.yml files, while action.yml defines a composite action. The old heading introduced the same class of terminological ambiguity that the repo's Terminology section was created to prevent. Closes #3282 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
1 similar comment
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
Site previewPreview: https://df552c96-site.fullsend-ai.workers.dev Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
🤖 Finished Retro · ✅ Success · Started 10:47 PM UTC · Completed 11:00 PM UTC |
|
PR #3286 was a clean, well-executed 1-line terminology fix that renamed the "Action workflows (action.yml)" heading to "Composite action (action.yml)" in AGENTS.md. The code agent produced a single commit with zero rework. The retro→code pipeline worked correctly end-to-end: the retro agent on PR #2219 caught an unaddressed info-level review finding about ambiguous GitHub Actions terminology → filed issue #3282 → code agent created PR #3286 → ralphbean approved → merged same day. Two inefficiencies stand out:
Existing issue coverage for patterns observed:
One novel proposal below addresses the severity rating gap that caused the multi-hop feedback loop. Proposals filed |
Summary
action.yml)" to "Composite action (action.yml)".github/workflows/*.ymlfiles, whileaction.ymldefines a composite actionCloses #3282
Test plan
pre-commitlint checks