Align triage kind/* labels with CLAUDE.md and sync agentsMD#661
Open
kelos-bot[bot] wants to merge 1 commit intomainfrom
Open
Align triage kind/* labels with CLAUDE.md and sync agentsMD#661kelos-bot[bot] wants to merge 1 commit intomainfrom
kelos-bot[bot] wants to merge 1 commit intomainfrom
Conversation
Replace kind/api with kind/cleanup in the triage agent prompt to match the canonical 4-label set defined in CLAUDE.md and the PR template. Update README.md to reflect the corrected label set. Add missing CLAUDE.md conventions to all 5 AgentConfig definitions: - Explicit "do not refactor" rule alongside "keep changes minimal" - CI/release workflow guidance - e2e test guidance - Directory Structure section - Test scope qualifier "(including integration, e2e)" Co-Authored-By: Claude Opus 4.6 <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.
/kind cleanup
What this PR does / why we need it:
Aligns the triage agent's
kind/*label set with the canonical set defined inCLAUDE.mdand.github/PULL_REQUEST_TEMPLATE.md, and adds missing CLAUDE.md conventions to all AgentConfig definitions.Changes:
kind/apiwithkind/cleanupinkelos-triage.yamlto match the canonical 4-label set (bug,cleanup,docs,feature)self-development/README.mdto reflect the corrected triage label setWhich issue(s) this PR is related to:
Fixes #655
Special notes for your reviewer:
Option (b) from the issue was chosen as recommended by the triage report: replace
kind/apiwithkind/cleanupto align with the existing 4-label canonical set from CLAUDE.md. This avoids expanding to 5 labels and maintains consistency with the PR template.The
kelos-image-update.yamlAgentConfig was not modified because it uses a minimal agentsMD (no Project Conventions section) and was not in scope per the issue's proposed changes.Does this PR introduce a user-facing change?
Summary by cubic
Align triage labels with
CLAUDE.mdby replacingkind/apiwithkind/cleanup, and sync AgentConfig conventions for consistent guidance across agents. Addresses #655 by keeping the canonical four-label set and updating agent rules.kelos-triage.yamlandself-development/README.mdto usekind/bug,kind/feature,kind/cleanup,kind/docs.CLAUDE.mdconventions to all AgentConfig files: no-refactor rule, use Makefile for CI/release, e2e testing guidance, directory structure, and test scope includes integration/e2e.Written for commit efe2ed3. Summary will update on new commits.