Sync fake-strategist task template with TaskSpawner prompt#969
Open
kelos-bot[bot] wants to merge 1 commit intomainfrom
Open
Sync fake-strategist task template with TaskSpawner prompt#969kelos-bot[bot] wants to merge 1 commit intomainfrom
kelos-bot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
gjkim42
approved these changes
Apr 16, 2026
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.
What type of PR is this?
/kind bug
What this PR does / why we need it:
Syncs
self-development/tasks/fake-strategist-task.yamlwith the currentkelos-fake-strategistTaskSpawner prompt. The task template (used by manualworkflow_dispatchruns) had drifted from the TaskSpawner, resulting in weaker guardrails: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.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.
Strengthen duplicate detection — Updated from
--limit 10(all states, unstructured) to--state open --limit 50 --json number,titleto match the TaskSpawner and provide reliable coverage given 50+ opengenerated-by-kelosissues.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?
Summary by cubic
Syncs
self-development/tasks/fake-strategist-task.yamlwith the currentkelos-fake-strategistTaskSpawner prompt to restore guardrails for manual runs. Prevents overlap with other agents and improves duplicate detection.kelos-self-update.kelos-self-update,kelos-fake-user,kelos-config-update, andkelos-image-update.gh issue listto--state open --limit 50 --json number,title.Written for commit 5e262cb. Summary will update on new commits.