fix(spec): correct ARR wire id + disambiguate rac vs ar evaluation - #4
Open
sergideki wants to merge 1 commit into
Open
fix(spec): correct ARR wire id + disambiguate rac vs ar evaluation#4sergideki wants to merge 1 commit into
sergideki wants to merge 1 commit into
Conversation
… ar evaluation - evidence.md §3.1: ARR wire id corrected from ar.retention.v1 (dangling — the public anchors-spec family-consistency.md keys ARR as ar.erasure.v1). - evidence.md §3: soften the false one-to-one union claim to a subset binding. - receipt.md: disambiguate rac.evaluation.v1 from anchors ar.evaluation.v1/AER. regression check: grep -rn 'ar.retention.v1' spec/ (must be empty — no dangling wire id) Signed-off-by: Dekimu <ops@dekimu.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.
What
ar.retention.v1, which exists nowhere in the public anchors-spec. Authorityfamily-consistency.mdkeys ARR asar.erasure.v1(spanning erasure/expiry/hold/anonymization/archive/batch). An external implementer would have minted against a dangling id. Corrected.AnchorsFamilyunion' is false; the registry has grown past 14. Softened to a subset binding.rac.evaluation.v1(obligation satisfaction over a corpus) from the anchors familyar.evaluation.v1/AER (single conformity event).Informative/errata clarifications; additive-only per CONTRIBUTING. Found in a 2026-07-24 ecosystem survey.
regression check:
grep -rn 'ar.retention.v1' spec/must be empty.