feat: Node corpus generator pipeline skeleton (#40) #413
No reviewers
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core!413
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/40-generator-skeleton"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build-time Node generator that turns cited YAML facts into the engine's committed, byte-stable CC0 NDJSON corpus, proven on the sanctoral shapes (Epic #38).
npm run verify= determinism (build-twice byte-diff) + freshness (committed matches a fresh build); wired as a CIcorpus-verifyjob.Reviewed adversarially; serializer hardened against integer-key reordering, validator set to strict (keyword-typo detection) with the over-strict sub-checks relaxed for the frozen schemas.
Closes #40.
@ -41,0 +53,4 @@working-directory: tools/generator- name: Verify corpus is reproducible and the committed copy is freshrun: npm run verifyworking-directory: tools/generatorCodeQL / Workflow does not contain permissions
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {{contents: read}}
Show more details