mix jido_ai.quality (Jido AI v2.2.0)

Copy Markdown View Source

Maintainers only.

Runs the final stable quality checkpoint for backlog closure.

By default this task runs:

  • Fast gate: mix precommit
  • Full gate: mix test --exclude flaky, mix doctor --summary, mix docs, mix coveralls
  • Traceability closure: every matrix row has a feat(story): ST-... commit

Options

--traceability-file PATH   Matrix file path (default: specs/stories/00_traceability_matrix.md)
--git-log-file PATH        Use fixture git-log subjects from file instead of local git history
--allow-missing IDS        Comma-separated story IDs allowed to be missing in commit history
--skip-fast                Skip fast gate command set
--skip-full                Skip full gate command set
--traceability-only        Run traceability closure check only

Examples

mix jido_ai.quality
mix jido_ai.quality --traceability-only
mix jido_ai.quality --allow-missing ST-QAL-001