Skip to content

Remove kelos/needs-input label from new issue creation#484

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

Remove kelos/needs-input label from new issue creation#484
gjkim42 merged 1 commit intomainfrom
kelos-task-483

Conversation

@kelos-bot
Copy link

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

Summary

  • Removed --label kelos/needs-input from gh issue create commands in all agent TaskSpawner and Task templates
  • The periodic triage process already handles triaging newly created issues, so agents no longer need to add this label at creation time
  • The kelos/needs-input label is still correctly added by the triage agent after completing triage and by workers when they need human input on existing issues

Files changed:

  • self-development/kelos-workers.yaml
  • self-development/kelos-self-update.yaml
  • self-development/kelos-fake-strategist.yaml
  • self-development/kelos-fake-user.yaml
  • self-development/tasks/fake-strategist-task.yaml

Fixes #483

Test plan

  • make verify passes
  • make test passes
  • Verify that newly created issues by agents go through the triage process without the kelos/needs-input label

🤖 Generated with Claude Code


Summary by cubic

Removed the kelos/needs-input label from all gh issue create commands in agent and task templates. New issues now enter triage without this label; the triage agent or workers add it later only when human input is needed, aligning with task 483.

Written for commit 5749d79. Summary will update on new commits.

The periodic triage process already handles triaging newly created
issues, so agents should not add the kelos/needs-input label when
creating new issues. This label is still added by the triage agent
after completing triage and by workers when they need human input
on existing issues.

Fixes #483

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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 5 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.

lgtm

@gjkim42 gjkim42 merged commit a19d911 into main Feb 28, 2026
12 of 13 checks passed
@gjkim42 gjkim42 deleted the kelos-task-483 branch February 28, 2026 16:25
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.

do not add needs-input label for new issues

1 participant