Skip to content

Fix stale README and incomplete triage label cleanup#477

Merged
gjkim42 merged 1 commit intomainfrom
kelos-task-472
Feb 28, 2026
Merged

Fix stale README and incomplete triage label cleanup#477
gjkim42 merged 1 commit intomainfrom
kelos-task-472

Conversation

@kelos-bot
Copy link

@kelos-bot kelos-bot bot commented Feb 28, 2026

Summary

  • Update kelos-self-update description in self-development/README.md to reflect the issue-only behavior introduced by PR Remove PR creation instructions from kelos-self-update TaskSpawner #469 (was "Creates a PR for code changes or an issue if discussion is needed", now "Creates GitHub issues for actionable improvements found")
  • Make kind classification (step 1) and priority assessment (step 5) explicitly mandatory in self-development/kelos-triage.yaml, regardless of actor recommendation
  • Add defensive --remove-label needs-priority --remove-label needs-kind to the final triage label update command to catch cases where earlier steps were skipped

Fixes #472

Test plan

  • Verify README.md line 181 now reads "Creates GitHub issues for actionable improvements found."
  • Verify kelos-triage.yaml includes the mandatory steps note after step 6
  • Verify the final label update command includes --remove-label needs-priority --remove-label needs-kind
  • Confirm no other files were modified

🤖 Generated with Claude Code


Summary by cubic

Updates README to reflect the issue-only behavior of kelos-self-update. Fixes #472.

Written for commit b631314. Summary will update on new commits.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link
Collaborator

@gjkim42 gjkim42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/reset-worker

After posting the comment, update labels to complete the triage lifecycle:
`gh issue edit {{.Number}} --add-label triage-accepted --add-label kelos/needs-input --remove-label needs-triage`
`gh issue edit {{.Number}} --add-label triage-accepted --add-label kelos/needs-input --remove-label needs-triage --remove-label needs-priority --remove-label needs-kind`
Copy link
Collaborator

@gjkim42 gjkim42 Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert kelos-triage.yaml patch. we don't need it.
commit amend it

Update kelos-self-update description in README.md to reflect
issue-only behavior introduced by PR #469. The description
previously said "Creates a PR for code changes or an issue if
discussion is needed" but the prompt was changed to issue-only.

Fixes #472
Copy link
Collaborator

@gjkim42 gjkim42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gjkim42 gjkim42 merged commit ee04d02 into main Feb 28, 2026
8 checks passed
@gjkim42 gjkim42 deleted the kelos-task-472 branch February 28, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow: README stale after kelos-self-update changed to issue-only, and triage prompt leaves incomplete labels

1 participant