Skip to content

chore: add conformance evidence tooling and release gates#4

Merged
greyllmmoder merged 1 commit intomainfrom
codex/chore-audit-conformance-gates
Apr 5, 2026
Merged

chore: add conformance evidence tooling and release gates#4
greyllmmoder merged 1 commit intomainfrom
codex/chore-audit-conformance-gates

Conversation

@greyllmmoder
Copy link
Copy Markdown
Owner

Summary

  • add scripts/conformance_report.py to generate audit-ready conformance evidence (markdown + JSON)
  • add docs/ISO_IEC_24778_TRACEABILITY.md with implementation-to-test traceability mapping
  • add CI conformance gate and artifact upload in .github/workflows/ci.yml
  • add .github/workflows/release-gate.yml to enforce quality + conformance + build checks for release events
  • add smoke test for conformance script
  • update README/checklist/manifest/gitignore to include the new conformance workflow artifacts

Testing

  • python3 -m pytest -q
  • python3 -m ruff check .
  • python3 -m mypy --strict aztec_py
  • python3 -m build
  • python3 scripts/conformance_report.py --report conformance_report.md --json conformance_report.json --matrix-report compat_matrix_report.md

Notes / Risks

  • no encoder algorithm behavior changes
  • decode checks remain skip-safe without Java/ZXing unless --strict-decode is used

@greyllmmoder greyllmmoder merged commit e86ad20 into main Apr 5, 2026
16 checks passed
@greyllmmoder greyllmmoder deleted the codex/chore-audit-conformance-gates branch April 5, 2026 08:19
greyllmmoder added a commit that referenced this pull request Apr 5, 2026
…-gates

chore: add conformance evidence tooling and release gates
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