Skip to content

Sync fake-strategist task template with TaskSpawner prompt#969

Open
kelos-bot[bot] wants to merge 1 commit intomainfrom
kelos-task-968
Open

Sync fake-strategist task template with TaskSpawner prompt#969
kelos-bot[bot] wants to merge 1 commit intomainfrom
kelos-task-968

Conversation

@kelos-bot
Copy link
Copy Markdown

@kelos-bot kelos-bot Bot commented Apr 12, 2026

What type of PR is this?

/kind bug

What this PR does / why we need it:

Syncs self-development/tasks/fake-strategist-task.yaml with the current kelos-fake-strategist TaskSpawner prompt. The task template (used by manual workflow_dispatch runs) had drifted from the TaskSpawner, resulting in weaker guardrails:

  1. Remove stale "Workflow Improvements" focus area — This was intentionally removed from the TaskSpawner because it overlaps with kelos-self-update's domain. Manual runs could produce issues that encroach on another agent's territory.

  2. Add agent overlap exclusions — The TaskSpawner explicitly lists areas handled by other agents (kelos-self-update, kelos-fake-user, kelos-config-update, kelos-image-update). The task template lacked these exclusions entirely.

  3. Strengthen duplicate detection — Updated from --limit 10 (all states, unstructured) to --state open --limit 50 --json number,title to match the TaskSpawner and provide reliable coverage given 50+ open generated-by-kelos issues.

Which issue(s) this PR is related to:

Fixes #968

Special notes for your reviewer:

This is a pure prompt/config sync — no code changes. The task template should now match the TaskSpawner's prompt section exactly.

Does this PR introduce a user-facing change?

NONE

Summary by cubic

Syncs self-development/tasks/fake-strategist-task.yaml with the current kelos-fake-strategist TaskSpawner prompt to restore guardrails for manual runs. Prevents overlap with other agents and improves duplicate detection.

  • Bug Fixes
    • Remove stale "Workflow Improvements" focus area that belongs to kelos-self-update.
    • Add agent overlap exclusions for kelos-self-update, kelos-fake-user, kelos-config-update, and kelos-image-update.
    • Strengthen duplicate detection by updating gh issue list to --state open --limit 50 --json number,title.

Written for commit 5e262cb. Summary will update on new commits.

The task template used by manual workflow_dispatch runs had drifted
from the TaskSpawner definition, resulting in weaker guardrails:

- Remove stale "Workflow Improvements" focus area that overlaps with
  kelos-self-update's domain
- Add agent overlap exclusions to prevent issues in other agents'
  domains
- Update duplicate detection from --limit 10 to
  --state open --limit 50 --json number,title for reliable coverage

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added needs-triage needs-kind Indicates an issue or PR lacks a kind/* label needs-priority needs-actor release-note-none kind/bug Categorizes issue or PR as related to a bug and removed needs-kind Indicates an issue or PR lacks a kind/* label labels Apr 12, 2026
Copy link
Copy Markdown

@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 1 file

@gjkim42 gjkim42 added this pull request to the merge queue Apr 16, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 16, 2026
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.

Task Template Maintenance: tasks/fake-strategist-task.yaml has drifted from its TaskSpawner counterpart

1 participant