docs(research): Stage C dogfood — channel-discipline gate end-to-end validation - #767
Merged
Merged
Conversation
…nd validation (#765) Validates the Stage B mechanism: fires on the ground-truth fixture (exit 1), silent on clean kickoffs, CI principle test gates every PR. Two honest findings (F1 ~250ms tsx cold-start over the 200ms aspirational target; F2 fail-open when node_modules/.bin/tsx absent) — both shared with check-doc-authority.sh, both backstopped by the fail-closed CI test. Closes the umbrella's recursive-self- application loop. Prior-art: skipped — validation-only patch, no new capability (dogfoods the mechanism shipped in #765; documents two pre-existing-pattern findings).
artyhoo
enabled auto-merge (squash)
June 27, 2026 15:19
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.
Stage C dogfood — M6
#worker-dispatch-via-subagentgate, end-to-end validationFinal stage of the
meta-orch-channel-disciplineumbrella. Validates (inline Mode A — a full aif re-dispatch was unnecessary; Stage B's paired-negative + live-tree sweep already supply CI-green mechanical proof) that the M6 gate shipped in #765 works end-to-end.Result: ✅ fires on the ground-truth fixture (exit 1), silent on clean kickoffs, CI principle test gates every PR.
Two honest findings (neither a blocker):
check-doc-authority.shalready pays → accepted project pattern, not a regression.node_modules/.bin/tsxis absent (e.g. symlinked-node_modules worktree). Deliberate graceful-degrade shared withcheck-doc-authority.sh; the CI principle test (vitest, not the hook path) is the fail-closed backstop → no enforcement gap.Closes the umbrella's recursive-self-application loop. Validation-only (no new capability).