docs(design): fix security and data protection's metrics and margins - #1847
Merged
Merged
Conversation
Round 3 makes security and data protection primary dimensions, and their metrics had to be fixed before its first trial. Each is read two ways, and both readings are primary: - an anchored judge row, 1–5, with the other primaries' margin (0.3) and threshold (0.5) - a deterministic probe pass rate The probe margins follow one rule. The margin is less than one probe lost in one trial: 2 pp for security's 11 probes, 10 pp for data protection's 3. The smallest change that matters is one probe lost in every trial: 9 pp and 30 pp. `security.py`'s seven checks join the security probes. Declared after round 1, they described it; fixed now, they decide round 3. Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
13 tasks
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.
Part of #1767. This records, in design §5.8, §1.2, §6.2 and §10, the owner's decision of 2026-09-24 on how round 3 reads its two new primary dimensions. That checklist item has to land before round 3's first trial.
The decision
judge_security, anchored, 1–5judge_data_protection, anchored, 1–5security.py's seven checks. Those seven were declared after round 1, so they described it; fixed before round 3, they decide it.Not in this PR
The code that computes these metrics: the probes, the judge rows, and
PRIMARY,MARGINSandPRACTICALinreport.py. That lands with the #1767 tasks that build them.Checks
Smoke: 33, 0 failed. Conformance: 0 failed. No new prose line exceeds 88 characters.
Changelog
No entry. This is the repository's own design document.
🤖 Generated with Claude Code