Summary
deno task quality:gate is quality:scan && arch:check. For packages/plugin-streams-core, both
halves are no-ops, so the gate exits 0 regardless of what that package contains.
quality:scan default roots are ['packages/cli/src', 'plugins']
(.llm/tools/quality/scan-code-quality.ts:18). No packages/plugin-*-core package is scanned.
arch:check's check-doctrine.ts roots (root deno.json) include packages/plugin-ai-core,
packages/plugin-auth-core, packages/plugin-sagas-core, packages/plugin-triggers-core and
packages/plugin-workers-core — but not packages/plugin-streams-core. It is the only
plugin-*-core package missing from that list, which reads as an omission rather than a decision.
So a slice that changes packages/plugin-streams-core and reports quality:gate raw exit 0 has
demonstrated nothing about that package: not the any/casting/hardcoded-plugin-name class
quality:scan exists to catch, and not the doctrine fitness arch:check exists to catch.
Why this matters now
This is the third instance of the same class in this milestone — after #1397 (mysql/mssql overrides
silently dropping behavior.service-health) and the #778/#775 precedent where PRs looked mergeable
with every substantive check skipped. A gate whose pass is indistinguishable from a did-not-run is
the signature failure this repo keeps paying for.
Known affected merged work: PR #1395 (#1329, versioned SSE envelope) changed
packages/plugin-streams-core substantially and recorded quality:gate exit 0, and its IMPL-EVAL
re-ran the same command. Neither run covered the package. That does not mean the code is bad —
scoped check/lint/fmt take explicit roots and did cover it, doc:lint over the full core export map
returned zero diagnostics, and publish:dry-run was clean — but the specific quality:gate row in
that evidence trail was uninformative and should be read that way.
Acceptance criteria
Provenance
Found by a separate-session PLAN-EVAL of PR #1402 (#1326), 2026-08-09, finding F2, while checking
whether that plan's named gates could actually fail for the package it changes. Verdict record:
.llm/runs/release-0.0.5--orchestration/slices/w3-a-1326/plan-eval.md.
Refs #1397, #1329, #1326.
Summary
deno task quality:gateisquality:scan && arch:check. Forpackages/plugin-streams-core, bothhalves are no-ops, so the gate exits 0 regardless of what that package contains.
quality:scandefault roots are['packages/cli/src', 'plugins'](
.llm/tools/quality/scan-code-quality.ts:18). Nopackages/plugin-*-corepackage is scanned.arch:check'scheck-doctrine.tsroots (rootdeno.json) includepackages/plugin-ai-core,packages/plugin-auth-core,packages/plugin-sagas-core,packages/plugin-triggers-coreandpackages/plugin-workers-core— but notpackages/plugin-streams-core. It is the onlyplugin-*-corepackage missing from that list, which reads as an omission rather than a decision.So a slice that changes
packages/plugin-streams-coreand reportsquality:gateraw exit 0 hasdemonstrated nothing about that package: not the
any/casting/hardcoded-plugin-name classquality:scanexists to catch, and not the doctrine fitnessarch:checkexists to catch.Why this matters now
This is the third instance of the same class in this milestone — after #1397 (mysql/mssql overrides
silently dropping
behavior.service-health) and the #778/#775 precedent where PRs looked mergeablewith every substantive check skipped. A gate whose pass is indistinguishable from a did-not-run is
the signature failure this repo keeps paying for.
Known affected merged work: PR #1395 (#1329, versioned SSE envelope) changed
packages/plugin-streams-coresubstantially and recordedquality:gateexit 0, and its IMPL-EVALre-ran the same command. Neither run covered the package. That does not mean the code is bad —
scoped check/lint/fmt take explicit roots and did cover it,
doc:lintover the full core export mapreturned zero diagnostics, and
publish:dry-runwas clean — but the specificquality:gaterow inthat evidence trail was uninformative and should be read that way.
Acceptance criteria
packages/plugin-streams-coreis covered byarch:check, or its exclusion is stated in thetask with a named reason and a linked issue
quality:scancovers the publishablepackages/plugin-*-coresurfaces, or its root policy isdocumented so that "quality:gate passed" carries a known scope
packages/plugin-streams-coreat currentmainreports itsreal state, whatever that is — a first run that surfaces existing findings is the expected
outcome, not a failure of this issue
one added cannot be silently omitted
fixed here
gate:A PR whose diff touches only.llm/tools/**causesquality:scanto execute over thosefiles, proven red-first — today the step runs no command and reports success
green
set —
code-quality.yml's range uses merge-base (three-dot) form, proven by a stale-base fixtureProvenance
Found by a separate-session PLAN-EVAL of PR #1402 (#1326), 2026-08-09, finding F2, while checking
whether that plan's named gates could actually fail for the package it changes. Verdict record:
.llm/runs/release-0.0.5--orchestration/slices/w3-a-1326/plan-eval.md.Refs #1397, #1329, #1326.