docs(research): always-on budget guard liveness — measure fix + honest ceiling + channel verdict - #595
Merged
artyhoo merged 1 commit intoJun 17, 2026
Conversation
…t ceiling + channel verdict R-phase Stage 3 of the language-discipline-residue umbrella (#590). Research-only: documents that scripts/check-alwayson-budget.sh is unwired and that its meter scripts/measure-always-on.sh over-counts always-on load by +47.3% (counts paths:-scoped rules as always-on). True always-on baseline = 125,899 B (vs naive 185,436 B); after path-scoping the file-scopable rules, 45,807 B. Honest-ceiling formula given. The wiring channel (pre-push gate / principle test / periodic audit) is PARKED as DECISION-NEEDED for the maintainer; this stage recommends, does not implement or wire anything. Prior-art: skipped — research-only R-phase patch, in-repo analysis, no new capability (no dependency, no code module; documents an existing measure bug and parks the channel choice). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
artyhoo
enabled auto-merge (squash)
June 17, 2026 06:04
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 3 of the language-discipline-residue umbrella (#590), dispatched autonomously via aif-handoff.
Research-only — no source mutation. Adds one research patch under
docs/meta-factory/research-patches/answering the always-on budget-guard liveness questions:measure-always-on.shmust discountpaths:-scoped rules. It over-counts true always-on load by +47.3 % (59 537 B) today (confirms trap T-LangRes-A empirically).No guard is wired and no meter is changed here (T-LangRes-C / T5 honored).
Prior-art: skipped — research patch (in-repo analysis), no new capability/dependency.