Pin reachable #71 conformance authority - #72
Merged
Conversation
Pin the immutable Phase 1 harness authority to the canonical #71 squash merge while preserving the exact reviewed workflow, evidence, and production delta bytes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes consistently update the lock and its corresponding test expectation, with only a minor naming clarity concern noted.
Pull request overview
Pins the Phase 1 conformance harness authority to the reachable canonical revision/tree for the final merged state of #71, ensuring the lock and its exact-value test reflect the intended immutable authority reference.
Changes:
- Updated
phase1-conformance.lock.jsonharness and harnessAuthorityrevision/treepins toa9d72cae…/0dd71f5…. - Updated
src/phase1-conformance-lock.test.tsexpected authorityrevision/treeto match the new lock pins.
File summaries
| File | Description |
|---|---|
| src/phase1-conformance-lock.test.ts | Updates the expected pinned authority revision/tree used by the lock verification tests. |
| phase1-conformance.lock.json | Updates the pinned harness revision and harnessAuthority revision/tree to the new reachable canonical authority. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
80
to
+82
| const expectedBehaviorAuthority = { | ||
| revision: 'fafa2c5332c3b2415192fe235b87e3cb3da776d8', | ||
| tree: '2620aca48e652452c6f81b638e3a3ecfc685dae3', | ||
| revision: 'a9d72cae6b300cddbf24294dbbb741f441a71df5', | ||
| tree: '0dd71f5afa8dd00771902873db9af29eaebdd667', |
This was referenced Sep 3, 2026
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.
Summary
Pin the immutable Phase 1 harness authority to the reachable canonical squash merge for #71 (
a9d72cae6b300cddbf24294dbbb741f441a71df5) and its exact tree (0dd71f5afa8dd00771902873db9af29eaebdd667).All 25 governed file blobs/SHA-256 values and all 10 production-delta entries were verified directly at that revision and remain unchanged. The protected
scripts/phase1-schema-v2-evidence.mjsand.github/workflows/client-v1-conformance.ymlbytes exactly match the final reviewed PR #71 authority commit (fafa2c5332c3b2415192fe235b87e3cb3da776d8). This PR changes only the authority lock and its exact-value test; producer behavior, source pins, workflow, documentation, packages, and guards are unchanged.The authority commit pins its parent (
a9d72cae6b300cddbf24294dbbb741f441a71df5), never itself.Validation
corepack pnpm@10.34.0 --ignore-workspace exec vitest run src/specification-guards.test.ts— 49 passedcorepack pnpm@10.34.0 --ignore-workspace exec vitest run --config vitest.heavy.config.ts src/phase1-conformance-lock.test.ts— 91 passed, 1 skippedcorepack pnpm@10.34.0 --ignore-workspace typecheck— passedcorepack pnpm@10.34.0 --ignore-workspace lint— passed (7 existing CSS specificity warnings)git diff --check— passed