fix(conformance): reconcile 3 vectors with normative spec — resolve 3/8 xfails#210
Merged
Conversation
… of 8 xfails
Three conformance vectors contradicted the normative spec (strengthened by
Sprints 44/47/48, classified as protocol-invariant in §10.2):
- t3-002: aggregate was unweighted mean (0.8167); corrected to weighted
composite (0.825) per §10.2 protocol-invariant weights (0.4/0.3/0.3)
- t3-006: expected talent to decay; corrected to talent_unchanged per §2.3
normative invariant ("Talent MUST NOT decay through inactivity"). Also
corrected temperament assertion from "move toward 0.5" to "recovery"
(+0.01/month per §2.3)
- r7-rep-001: expected all 3 V3 dims from behavioral quality; corrected to
veracity+validity only — valuation is economic (ATP settlement, §3.3)
Conformance suite: 34 passed, 5 xfailed (was 31 passed, 8 xfailed).
Remaining 5 xfails are genuine architectural gaps requiring operator
decisions, not vector errors. 0 new files, 0 SDK code changes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
|
APPROVED: Conformance-vector reconciliation to normative spec (web4 development phase — reusable conformance integrity, design-aligned). Verified locally on the PR branch: |
6 tasks
dp-web4
added a commit
that referenced
this pull request
May 19, 2026
Version bump and documentation update consolidating post-Sprint-53 work: - Cross-society MCP types (PR #195/#199): 7 new exports (369->376), CrossSocietyContext, ReputationEnvelope, MCPContextResource, 3 enums, CrossSocietyError class (7th error category, 30 total codes) - Conformance xfail resolution (PR #210): 3 of 8 xfails resolved, reconciled t3-002, t3-006, r7-rep-001 with normative spec (now 34/5) - Bug fix: _pkg_version("web4") -> _pkg_version("web4-sdk") to match the PyPI rename from v0.27.0 (stale egg-info was returning old version) 0 new files. 9 files modified. 2749 tests (2744 passed, 5 xfailed). mypy --strict clean. ruff lint clean. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
dp-web4
added a commit
that referenced
this pull request
May 19, 2026
…tion) PR #210 (3f12462) revealed 3 of 8 documented xfails were vector-spec staleness, not architectural gaps — vectors authored before Sprints 44/47/48 strengthened invariants. Suite now 34 passed / 5 xfailed. Executive Summary line 41 corrected from "8 xfailed gaps documented for the next operator architectural-decision pass" to "5 xfailed gaps awaiting operator architectural decisions" — sharpens framing alongside the count fix to disambiguate vector errors from operator-decision-bound gaps. PUBLISHER_CONTEXT.md updated with 2026-05-19 entry covering #208/#209/#210/#211. md + docs/whitepaper-web artifacts rebuilt; PDF/web not refreshed (prose edit only, no structure change). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Conformance suite: 34 passed, 5 xfailed (was 31/8). The 3 resolved xfails were vector errors where vectors contradicted normative spec language strengthened by Sprints 44/47/48. The 5 remaining xfails are genuine architectural gaps (constraint checking → PolicyGate, role authorization → governance layer, federation API shape, sub-dimension rollup, success flag semantics) requiring operator decisions.
0 new files. 0 SDK code changes. 3 files modified (2 conformance vectors, 1 test file).
Test plan
pytest tests/test_conformance.py -v— 34 passed, 5 xfailed (was 31/8)mypy --strict web4/— 0 errors🤖 Generated with Claude Code