Skip to content

Quality

The quality section defines how bijux-cli changes are validated, reviewed, and documented before release.

Visual Summary

flowchart LR
    strategy["test strategy"] --> invariants["invariants"]
    invariants --> review["review checklist"]
    review --> docs["documentation standards"]
    docs --> governance["change and dependency governance"]

Quality Scope

  • test layering and execution expectations
  • invariant checks that protect command contracts
  • review checklist criteria for safe merges
  • documentation and evidence standards
  • known limitations and risk-tracking practices

Code Anchors

  • crates/bijux-cli/tests/
  • crates/bijux-cli/src/contracts/
  • crates/bijux-cli/src/interface/cli/dispatch.rs
  • makes/docs.mk

Pages In This Section