feat(formula): add swarm + task monorepo formulas with in_progress convoy safety#3300
Closed
dannomayernotabot wants to merge 1 commit intogastownhall:mainfrom
Closed
feat(formula): add swarm + task monorepo formulas with in_progress convoy safety#3300dannomayernotabot wants to merge 1 commit intogastownhall:mainfrom
dannomayernotabot wants to merge 1 commit intogastownhall:mainfrom
Conversation
…nvoy safety
Split mol-polecat-work-monorepo into two explicit formulas:
- mol-polecat-work-monorepo-task: For standalone tasks creating PRs against
main. Includes CI validation and AI review handling steps.
- mol-polecat-work-monorepo-swarm: For feature branch work via merge queue.
No PR/CI/AI-review steps. Polecats rebase on feature branch, run gates
locally, submit via gt done --pre-verified --target.
Both formulas (plus the base mol-polecat-work) add
`bd update {{issue}} --status=in_progress` as the FIRST action in
load-context. This is the critical convoy safety fix — without it, the
convoy dispatch loop sees working beads as open/unassigned and
force-steals them from polecats (root cause of 70% of polecat deaths).
The original mol-polecat-work-monorepo is preserved for backward
compatibility (rig configs may reference it) and also gets the
in_progress fix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
❌ 5 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
| description = """ | ||
| Initialize your session and understand your assignment. | ||
|
|
||
| **0. IMMEDIATELY mark your bead as in-progress (convoy safety):** |
Contributor
Author
There was a problem hiding this comment.
feel free to tell me not to do this, i know its the formula for all polecats by default so its precious, but as far as i can tell this is a real issue and helpful fix
Collaborator
|
Closing ahead of v1.0.0 — Gas Town is transitioning to Gas City. If still relevant, please re-file against the new project. |
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
mol-polecat-work-monorepointo two explicit formulas:-task(PRs against main with CI/AI review) and-swarm(feature branch work via MQ, no PRs)bd update {{issue}} --status=in_progressas first action in ALL polecat formulas (mol-polecat-work, mol-polecat-work-monorepo, and both new formulas)in_progress, the convoy dispatch loop sees working beads as open/unassigned and force-steals them from polecats (root cause of 70% of polecat session deaths)Test plan
go build ./...passesgo test ./internal/formula/passes (includingTestAllEmbeddedFormulas_VariableValidation)in_progressstatus transitionGenerated with Claude Code