Skip to content

Comments

fix(taskctl): reduce developer-adversarial cycle waste from workflow errors#320

Merged
randomm merged 4 commits intodevfrom
fix/issue-315-pipeline-waste
Feb 23, 2026
Merged

fix(taskctl): reduce developer-adversarial cycle waste from workflow errors#320
randomm merged 4 commits intodevfrom
fix/issue-315-pipeline-waste

Conversation

@randomm
Copy link
Owner

@randomm randomm commented Feb 23, 2026

Addresses 4 categories of waste in the developer-adversarial pipeline loop:\n\n- Worktree context: Developer prompt now includes explicit worktree path and branch with mandatory git branch verification before any file operation\n- Empty diff guard: spawnAdversarial checks for empty diff before spawning — if no commits found, adds system comment and respawns developer instead of wasting an adversarial cycle\n- Skill guidance: developer-pipeline.txt now explicitly names bun-file-io as the correct skill and forbids non-TypeScript skills\n- Adversarial scope: adversarial-pipeline.txt adds WORKFLOW_ERROR verdict category for process failures, and clarifies that rebase-artifact commits should be ignored\n\nFixes #315

@randomm randomm merged commit ea34026 into dev Feb 23, 2026
1 check passed
@randomm randomm deleted the fix/issue-315-pipeline-waste branch February 23, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant