Type: Documentation Milestone Runtime Impact: None Integrity Contract Change: None
- Documented and named the existing deterministic Regulatory Export Mode as the compliance-layer capstone on top of frozen Phase 3.4.1 integrity contracts (no runtime changes).
- Added formal release notes:
docs/version_history/RELEASE_NOTES_v3.5.0.md. - Added regulator overview and Annex-level traceability matrix:
docs/compliance/REGULATOR_COMPLIANCE_OVERVIEW_ART53.mddocs/compliance/ARTICLE53_TRACEABILITY_MATRIX.md
Type: Feature / Governance Layer Runtime Impact: Additive (optional export path + schema gate) Integrity Contract Change: None (root projection unchanged)
- Added Phase 3.6 governance schemas:
docs/compliance/schemas/risk_assessment_report.schema.jsondocs/compliance/schemas/cybersecurity_audit_record.schema.jsondocs/compliance/schemas/admt_governance.schema.json
- Added ADR-036 accountability invariants:
docs/architecture/ADR-036-accountability-governance-invariants.md
- Added cross-regime traceability mapping (EU Article 53 + CPPA 2026):
docs/compliance/CROSS_REGIME_TRACEABILITY_ART53_CPPA.md
- Extended
tools/regulatory_export.pywith optional governance export:--governance-export
- Added lightweight CI compliance-schema validation gate:
scripts/validation/validate_compliance_schemas.py
Type: Feature / Governance Hardening Runtime Impact: Additive (verification mode + determinism gates) Integrity Contract Change: None (bundle-root projection unchanged)
- Added governance export verification mode:
tools/regulatory_export.py --verify-governance-export
- Added governance export determinism hardening coverage:
- repeated-run byte-stability tests
- explicit governance verification tests
- cross-runtime parity harness:
tools/check_governance_export_cross_runtime.py
- Added cross-runtime governance parity gate in CI:
.github/workflows/determinism-gate.yml
- Added schema version discipline policy:
docs/compliance/SCHEMA_VERSION_POLICY.md
- Enforced governance schema metadata guardrails in CI validation:
- required
$schema_version(semver) - required top-level
additionalProperties: false
- required
- Locked ADR-036 status and invariants for additive/deterministic/verifiable governance exports.
Security & Bug Fixes:
- Fixed CVE-2026-0994 by bumping protobuf to 6.34.0 (baf69e04)
- Hardened workflow token permissions across all GitHub Actions workflows (baf69e04)
- Fixed duplicate
permissions:block in quality-gate workflow (aa555e0a) - Fixed InputMetadata positional args bug in lux_depth_v3 orchestrator (0fe68a41)
- Resolved silent metadata corruption where
Truewas incorrectly assigned toimage_size_bytes - Changed to keyword-based construction for safer dataclass initialization
- Resolved silent metadata corruption where
Dependency Updates:
- virtualenv: 20.35.4 → 20.36.1 (cc8b3bae)
Known Issues:
- Issue #761: quality-gate workflow contains local-only git commit (optional cleanup, non-urgent)
- Enhanced
.github/copilot-instructions.mdwith best practice sections following GitHub Copilot coding agent guidelines:- Added Repository Structure section with visual directory tree
- Added Getting Started section with prerequisites and setup instructions
- Added Troubleshooting section with common issues and solutions
- Added Additional Resources section with links to internal documentation
- Added Code Examples section with practical snippets for common tasks
- Standardized README anchors and terminology for the tooling sections, including consistent tone-mapping language and nested table-of-contents links.
- Reconciled README guidance so the table of contents, section anchors, and terminology match the merged tooling pull requests.
- Added integrated comprehensive dataset for Picacho Lane project under Client Deliverables.