Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
recheck |
Contributor
|
@dk5488 thanks — CLA is signed and the PR is in (Closes #500). The If the project's been useful, a star on https://github.com/traverse-framework/traverse helps others find it — optional, no pressure. |
This branch has not been deployed
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
Publish
core.consent-purpose-checkversion1.0.0(Closes #500), providing a pure, deterministic decision procedure for consent and purpose binding evaluation under caller-supplied consent records, policy version, and reference timestamp.Includes:
capabilities/core/core.consent-purpose-check/1.0.0/contract.jsonno_stdRust implementation atcapability-src/core-consent-purpose-check/contracts/governance/ecca-capability-inventory.jsonMaintainer Note: Mirror-Before-Green (.wasm Artifact)
Per
CONTRIBUTING.md#mirror-before-green, this PR originates from a contributor fork where release creation permissions ontraverse-framework/registryare not available.The WASM binary has been built locally and verified from source:
wasm32-unknown-unknown(cargo build --release --target wasm32-unknown-unknown)core-consent-purpose-check.wasmsha256:c6b7b3f10c0d2c4911391b72180837eed0470ea05ce5ab1d8d2da6d924923689(matchescontract.json#artifact.digest)artifacts/core.consent-purpose-check-1.0.0https://github.com/traverse-framework/registry/releases/download/artifacts/core.consent-purpose-check-1.0.0/core-consent-purpose-check.wasmGoverning Spec
Project Item
Definition of Done
contract.jsoncreated undercapabilities/core/core.consent-purpose-check/1.0.0/authoring.methoddeclared asllm-assistedwith test evidence and review metadata (spec 023)licensingdeclared withApache-2.0SPDX expression and maintainer-declared verification (spec 025)riskmetadata declared with pure_read effect class and deterministic classification (spec 024)capability-src/core-consent-purpose-check/(spec 018)wasm32-unknown-unknownbinary verified against declared SHA-256 digestno-event-required(spec 016/014)Validation
cargo test --manifest-path capability-src/core-consent-purpose-check/Cargo.toml(13 tests passing)cargo llvm-cov --manifest-path capability-src/core-consent-purpose-check/Cargo.toml(100% functions, 99.31% lines, 98.06% regions)cargo build --release --target wasm32-unknown-unknown --manifest-path capability-src/core-consent-purpose-check/Cargo.toml(built cleanly; SHA-256 verified)python scripts/ci/capability_validation.py <BASE_SHA> <HEAD_SHA>(passes; artifact 404 mirror note expected)bash scripts/ci/spec_alignment_check.sh <pr-body>(passed)