Add reusable agent-managed workstreams - #27
Merged
Conversation
xormania
marked this pull request as ready for review
August 2, 2026 02:29
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.
What changed
work/<slug>andslice/<slug>/<slice>delivery workflowdevhuman-ownedIntegration safety
scripts/dev/workstream mergerequires an open, non-draft, cleanly mergeable slice PR into its matching workstream. It refuses requested changes, missing checks, pending/skipped/failed checks, a missing successfulRequired gatesresult, and any changed head commit. It preserves the slice commits with a merge commit. Direct PR merge commands and every push or merge into protected branches remain blocked.TDD evidence
7e66ad5: read-only Actions commands blocked; workstream command absent06097a4: routing, guard, shim, merge-state, documentation, and generated-adapter contracts passValidation
bash tests/dev/workstream-cases.sh— passbash tests/guard/pretooluse-cases.sh— passbash tests/agent/policy-verify.sh— pass, 46 assertionsbash tests/dev/security-gate-cases.sh— pass./scripts/dev/lint-scripts— pass./tools/validate.sh— pass./tools/containment-lint.sh— pass./scripts/dev/check default quick— pass, 30 suitesThe current session retains its startup-time command policy, so the newly allowed direct Actions-log command becomes active after this maintenance change is merged and a fresh session starts.