Skip to content

deps: bump measure-mirror pin → v0.28.1 (power_check honesty fix)#21

Merged
bhyi4 merged 1 commit into
mainfrom
deps/measure-mirror-0.28.1
Jul 21, 2026
Merged

deps: bump measure-mirror pin → v0.28.1 (power_check honesty fix)#21
bhyi4 merged 1 commit into
mainfrom
deps/measure-mirror-0.28.1

Conversation

@bhyi4

@bhyi4 bhyi4 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Propagates measure-mirror #33 to the mm_power_check tool.

What

power_check hardcoded its critical values (z_alpha2=1.96, z_beta=0.842), so it printed the requested power (e.g. "at 99% power") while the required-n was always computed at 80% power / α=0.05 — the text and the number contradicted each other (a text-vs-number lie, the worst class of defect for an honesty-audit tool). Fixed upstream to derive both z-values from alpha/target_power via statistics.NormalDist().inv_cdf (stdlib, zero-dep).

  • target_power=0.99 → n≥1829 (was 781)
  • alpha=0.0001 → n≥2229
  • default (α=0.05, power=0.80) unchanged

Until this pin bump, mm_power_check serves the buggy probe — this is a functional propagation, not docs.

Change

  • measure-mirror pin 28290f2 (v0.28.0) → abe0c19 (v0.28.1), recorded as full 40-hex SHA
  • mcp 0.2.8 → 0.2.9, CHANGELOG entry

CI green upstream (measure-mirror #33: 4/4). Pin surface → human gate per triage guardrail #10.

Propagates measure-mirror #33 to mm_power_check: power_check now honors
alpha/target_power instead of hardcoding z_alpha2=1.96/z_beta=0.842. The old
probe printed the requested power ('at 99% power') while always computing n at
80% — text and number lied to each other. Now target_power=0.99 → n≥1829 (was
781), alpha=0.0001 → n≥2229; default (α=0.05, power=0.80) unchanged. zero-dep
preserved (statistics.NormalDist, stdlib).

Pin recorded as full 40-hex SHA (abe0c19d…); the v0.28.0 bump #20 had landed a
9-hex abbreviation that blinded the cross-repo pin-lag checker, since normalized.
mcp 0.2.8 → 0.2.9; CHANGELOG updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@bhyi4

bhyi4 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

머지: measure-mirror 핀 → v0.28.1 (power_check 정직성 픽스를 mm_power_check로 전파). 풀 40-hex SHA·mcp 0.2.9. CI 4/4 그린. 대장님 승인.

@bhyi4
bhyi4 merged commit 3d07081 into main Jul 21, 2026
4 checks passed
@bhyi4
bhyi4 deleted the deps/measure-mirror-0.28.1 branch July 21, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant