docs: remap ASPF fingerprint design anchors to live code#409
Open
docs: remap ASPF fingerprint design anchors to live code#409
Conversation
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.
Motivation
identity_space.py/IdentityProjection) that are not part of the live codepath, which risks introducing orphan abstractions during implementation work.Description
docs/aspf_fingerprint_contract.mdand bumpeddoc_revisionto2to remap identity guidance to existing code anchors.Current-state map (live codepath anchors)section that lists the exact files and symbols to edit:src/gabion/analysis/aspf_core.py(AspfOneCell,AspfCanonicalIdentityContract),src/gabion/analysis/type_fingerprints.py(fingerprint_to_aspf_path,fingerprint_identity_payload), andsrc/gabion/analysis/evidence_keys.py(fingerprint_identity_layers).Remapping gatesection requiring proposals to explicitly map to those touchpoints and prohibiting new semantic-core wrappers (for exampleidentity_space.py,IdentityProjection, orcanonical_site_identity) unless a temporary adapter is justified with lifecycle metadata per policy.Testing
mise exec -- python -m scripts.policy_check --ambiguity-contract, but the run failed due to local environment/tooling bootstrap issues (mise.tomltrust / tool resolution and missing installed package in the resolved interpreter).mise trust /workspace/gabion/mise.tomlwhich completed, butmise execstill failed due to offline/toolchain resolution and a missinggabionmodule in the resolved Python; running.venv/bin/python -m scripts.policy_checkalso failed because no.venvexists in this environment.Codex Task