fix(rules): encode status verification rules into parallel-orchestrator and taskMaestro#892
Merged
JeremyDev87 merged 1 commit intomasterfrom Mar 22, 2026
Merged
Conversation
…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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
systemPrompt.status_verificationwith 7 rules toparallel-orchestrator.json: RESULT.json cross-verification, spinner discrimination, 30-line error scan, stall detection, git add safety, artifact commit banstatus_checkwith 3-factor analysis (error scan 30 lines + active spinner + completed spinner) and RESULT.json issue field validationrm -f RESULT.json TASK.md) tocreate_worktreesafter worktree creationassign_tasksworker prompt with git add safety rules and artifact commit banTest plan
ajv-cli validate)markdownlint-cli2)/taskmaestro statusand verify 3-factor analysis output/taskmaestro wave-transitionand verify RESULT.json/TASK.md cleanupCloses #888