Add New Horizons Schemas#2436
Closed
Bwc9876 wants to merge 3 commits into
Closed
Conversation
for more information, see https://pre-commit.ci
| { | ||
| "name": "New Horizons Translation", | ||
| "description": "Describes a translation config for the New Horizons framework", | ||
| "fileMatch": [ |
Contributor
There was a problem hiding this comment.
These file match patterns seem a little too generic and I suspect they will create a lot of false positives. Can you come up with a pattern that is less generic?
| { | ||
| "name": "New Horizons System", | ||
| "description": "Describes a star system config for the New Horizons framework", | ||
| "fileMatch": [ |
Contributor
There was a problem hiding this comment.
These file match patterns seem a little too generic and I suspect they will create a lot of false positives. Can you come up with a pattern that is less generic?
5 tasks
madskristensen
pushed a commit
that referenced
this pull request
May 23, 2026
* Add AlgoVoi Compliance Receipt v1 schema The AlgoVoi compliance receipt is the categorical screening decision record emitted by an AlgoVoi-discipline screening provider at admission time (ALLOW / REFER / DENY) and retained as part of an audit chain under framework-bound retention obligations (UK MLR 2017 reg 40, EU AMLD5/6, MiCA Art 80, AMLR Art 56, DORA Art 14). The categorical outcome is load-bearing for downstream regulatory obligations -- under UK POCA 2002 s 330 a REFER carries a mandatory SAR obligation that a DENY does not -- so the schema enforces a closed enum on screen_result rather than a score/tier projection. Substrate references: - x402-foundation/x402 PR #2436 (canonicalisation discipline) - x402-foundation/x402 PR #2434 (compliance-receipt-fixture) - chopmob-cloud/algovoi-substrate (reference implementations in Python + TypeScript that produce schema-valid receipts) - chopmob-cloud/algovoi-jcs-conformance-vectors (the canonical home of this schema with examples and per-anchor-set conformance vectors) Includes 3 positive test cases (ALLOW UK+EU, REFER UK with SAR obligation, DENY across UK/EU/US sanctions) and 7 negative cases (missing required field, invalid screen_result, float timestamp, empty jurisdiction_flags, invalid DID format, unknown canon_version, extra field). * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.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.
Adds schemas for planet, star system, translation, and manifest files for the New Horizons modding tool for the game Outer Wilds.