Skip to content

fix(parity): add aep/v0.4 to canonical enum; skip test files in parity check - #207

Merged
telleroutlook merged 1 commit into
mainfrom
fix/schema-parity-v04
Aug 12, 2026
Merged

fix(parity): add aep/v0.4 to canonical enum; skip test files in parity check#207
telleroutlook merged 1 commit into
mainfrom
fix/schema-parity-v04

Conversation

@telleroutlook

Copy link
Copy Markdown
Contributor

Fixes the schema-parity CI failure (issue #206).

  • Adds to the enum in — wasmagent-js and trace-pipeline production code already use this version
  • Skips test files (, ) in — tests intentionally reference invalid/future versions to validate rejection logic

Verified locally: 0 violations against current wasmagent-js and trace-pipeline main.

…y check

wasmagent-js (emitter.ts, types.ts) and trace-pipeline (quality_gate.py)
already use aep/v0.4 in production code. The canonical enum in
aep-record.schema.json was capped at v0.3, causing the schema-parity CI
to fail with 14 false violations.

Two changes:
1. Add "aep/v0.4" to the schema_version enum in aep-record.schema.json
2. Skip test files (test_*.py, *.test.ts) in check-schema-parity.py —
   tests intentionally reference invalid/future versions to validate
   rejection logic; they should not be parity-checked.

After this fix: 0 violations (verified locally against current
wasmagent-js and trace-pipeline main).
@telleroutlook
telleroutlook merged commit d8900aa into main Aug 12, 2026
5 checks passed
@telleroutlook
telleroutlook deleted the fix/schema-parity-v04 branch August 12, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant