Release 0.3.0: Core-DP conformance harness, requirements enrichment, and governance fixes#15
Merged
Conversation
…and governance fixes - Add the Core-DP 0.1.0-lab applicability profile: schemas, conformance vectors, EPCIS/CBV fixtures, and requirement index - Add an executable conformance harness (run-conformance.js, npm run conformance:core-dp) validating vectors against schemas and their declared semantic checks, cross-referenced against requirement IDs - Enrich core-dp-requirements.json with rationale, owner, testability statement, and evidence output per requirement - Add npm run check:domains script wrapper - Fix a conflict between rfc-process.md and GOVERNANCE.md's RFC process by pointing the former to the latter as authoritative for states/timing - Fix a stale localloop.github.io domain reference in an audit doc - Move governance/audit docs (previously untracked, outside any repo) into docs/governance/ and docs/audit/
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
0.1.0-labapplicability profile: schemas, conformance vectors, EPCIS/CBV fixtures, requirement indexprofiles/core-dp/conformance/run-conformance.js,npm run conformance:core-dp) — validates all vectors against schemas and their declared semantic checks, cross-referenced against requirement IDs; never makes live calls, reports skip rather than fabricating a pass for anything that needs a live backendcore-dp-requirements.jsonenriched with rationale, owner, testability statement, and evidence output per requirementrfc-process.mdnow points toGOVERNANCE.md§2 as authoritative for RFC states/timing; corrected a stalelocalloop.github.ioreferencedocs/governance/anddocs/audit/Companion PR in
localloop-backendimplements the endpoints/module this profile specifies against.Test plan
npm test(schema validation) clean — 15 examples, 46 artifacts, Core-DP vectors against 20 schemasnpm run conformance:core-dp— 58/58 vectors pass, 0 fail, 0 skipbash scripts/check-domains.shclean