Skip to content

fix(rules): encode status verification rules into parallel-orchestrator and taskMaestro#892

Merged
JeremyDev87 merged 1 commit intomasterfrom
fix/status-verification-rules-888
Mar 22, 2026
Merged

fix(rules): encode status verification rules into parallel-orchestrator and taskMaestro#892
JeremyDev87 merged 1 commit intomasterfrom
fix/status-verification-rules-888

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Added systemPrompt.status_verification with 7 rules to parallel-orchestrator.json: RESULT.json cross-verification, spinner discrimination, 30-line error scan, stall detection, git add safety, artifact commit ban
  • Enhanced taskMaestro status_check with 3-factor analysis (error scan 30 lines + active spinner + completed spinner) and RESULT.json issue field validation
  • Added artifact cleanup (rm -f RESULT.json TASK.md) to create_worktrees after worktree creation
  • Updated assign_tasks worker prompt with git add safety rules and artifact commit ban
  • Added comprehensive Status Verification Rules section to Important Notes

Test plan

  • JSON schema validation passes (ajv-cli validate)
  • Markdown lint passes (markdownlint-cli2)
  • codingbuddy workspace: lint, format, typecheck, test:coverage (4938 passed), circular, build all pass
  • Manual: run /taskmaestro status and verify 3-factor analysis output
  • Manual: run /taskmaestro wave-transition and verify RESULT.json/TASK.md cleanup

Closes #888

…or and taskMaestro

- Add systemPrompt with 7 status verification rules to parallel-orchestrator.json
- Enhance taskMaestro status_check with 3-factor analysis (30-line error scan, active/completed spinner discrimination)
- Add RESULT.json issue field validation to status_check
- Add artifact cleanup (rm -f RESULT.json TASK.md) after worktree creation
- Update assign_tasks worker prompt with git add safety and artifact commit ban
- Add Status Verification Rules section to Important Notes

Closes #888
@JeremyDev87 JeremyDev87 added fix sub-issue 상위 이슈의 하위 작업 labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 2:34pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 2badd0e into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the fix/status-verification-rules-888 branch March 22, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: encode status verification rules into parallel-orchestrator agent and taskMaestro skill

1 participant