Skip to content

Comments

fix(taskctl): upgrade adversarial-pipeline and developer-pipeline prompts#274

Merged
randomm merged 1 commit intodevfrom
fix/issue-269-adversarial-prompt
Feb 20, 2026
Merged

fix(taskctl): upgrade adversarial-pipeline and developer-pipeline prompts#274
randomm merged 1 commit intodevfrom
fix/issue-269-adversarial-prompt

Conversation

@randomm
Copy link
Owner

@randomm randomm commented Feb 20, 2026

Summary

Upgrades both pipeline agent prompts in agent.ts based on failures observed in live pipeline runs and the richer reference prompts in lievo/prompts/.

adversarial-pipeline

  • Test directory: Must run bun test and bun run typecheck from packages/opencode, not project root (fixes "do-not-run-tests-from-root" error)
  • Scope enforcement: Out-of-scope additions flagged as ISSUES_FOUND (HIGH/MEDIUM)
  • Cross-platform: Hardcoded /tmp/ or /var/folders in test assertions flagged as CRITICAL
  • Explicit APPROVED criteria: All 6 conditions must be true (replaces vague current criteria)
  • Attack vectors checklist: 7 structured review dimensions
  • colgrep/vipune/context7: MUST-use instructions with correct syntax

developer-pipeline

  • colgrep: MUST search before implementing to prevent duplication
  • vipune: Search for prior decisions at startup, store learnings after
  • context7: MANDATORY before any library API usage
  • Test directory: Explicit packages/opencode instruction

Fixes #269

…mpts with colgrep/vipune/context7, test directory, scope enforcement, cross-platform checks (#269)
@randomm randomm merged commit d6783cf into dev Feb 20, 2026
1 of 2 checks passed
@randomm randomm deleted the fix/issue-269-adversarial-prompt branch February 20, 2026 17:57
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.

fix(taskctl): adversarial-pipeline prompt missing critical review instructions

1 participant