feat(queen): give the bees t27c and let the review measure the commit - #479
Merged
gHashTag merged 1 commit intoSep 13, 2026
Merged
Conversation
The review ran on the bee's own VERDICT block. Measured 2026-09-10 (gHashTag/t27#3560): of 34 finished branches, 20 did not parse, 4 parsed with DISCARDED tokens, 1 regressed typecheck. Neither bee nor reviewer had the compiler. - Dockerfile: standalone t27c stage (rust:1-bookworm, sparse clone of bootstrap+gen, root Cargo.lock, no --locked), binary at /usr/local/bin/t27c, built ref at /usr/local/share/t27c/REF. - queen-dispatch: witnessSpecs() reads each changed .t27 from the COMMIT (git show queen-N:file) and runs parse / parse-complete / typecheck as the bee; typecheck is a ratchet against TRIOS_REPO_REF, not a gate. - queen-tick: machine verdicts join the bee's; unmet ones count against the send-back ceiling. Specs changed but no t27c => escalate, never accept. The brief names t27c and dictates the 'Closes #N' trailer the t27 L1 gate accepts. - tests: queen-witness.test.ts (20 pass, 2 gated on queend).
❌ Tests failed — 3/2110 failed
Failed tests
|
gHashTag
merged commit Sep 13, 2026
e1d8667
into
fix/queen-worker-provider-and-prompt-size
16 of 18 checks passed
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.
feat(queen): give the bees t27c and let the review measure the commit
The review ran on the bee's own VERDICT block. Measured 2026-09-10
(gHashTag/t27#3560): of 34 finished branches, 20 did not parse, 4 parsed
with DISCARDED tokens, 1 regressed typecheck. Neither bee nor reviewer had
the compiler.
bootstrap+gen, root Cargo.lock, no --locked), binary at
/usr/local/bin/t27c, built ref at /usr/local/share/t27c/REF.
(git show queen-N:file) and runs parse / parse-complete / typecheck as
the bee; typecheck is a ratchet against TRIOS_REPO_REF, not a gate.
the send-back ceiling. Specs changed but no t27c => escalate, never
accept. The brief names t27c and dictates the 'Closes #N' trailer the
t27 L1 gate accepts.
Evidence
bun test tests/api/queen-witness.test.ts: 20 pass (2 gated on a running queend).t27cfrom gHashTag/t27 in a stage and copies the binary to/usr/local/bin/t27c.Round 5 of the Queen tabs work (t27#3560 harvest). The scheduler PR is stacked on this branch.