Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 659 Bytes

File metadata and controls

16 lines (11 loc) · 659 Bytes

Summary

How tested

  • cargo fmt, cargo clippy -D warnings, cargo test (if Rust changed)
  • cargo deny check / cargo audit (if dependencies or lockfiles changed)
  • lake build and lake exe test_rbac, test_tenant, test_attest (if Lean changed)
  • ruff check, pytest tests/ (if Python changed)

Checklist

  • No secrets or credentials committed
  • TRACEABILITY.md updated if formal spec ↔ code mapping changed
  • docs/README.md or README.md updated if user-facing workflows or layout changed materially