cyberneticlibrary

Run standard CI checks

cicommandsetup L21
Flip451/SoTOHE-core
What it does

run canonical CI checks for track (cargo make ci)

Best for

Pre-review validation that all checks pass and track artifacts are complete.

Inputs
  • · current directory with Cargo.toml
  • · track artifacts
Outputs
  • · pass/fail result
  • · failing check names
  • · artifact completeness status
Requires
  • · cargo
  • · make
Preconditions
  • · Rust toolchain installed
  • · Makefile configured for ci target
Failure modes
  • · cargo make not found
  • · spec.md or plan.md incomplete
  • · CI timeout
Trust signals
  • · runs standardized cargo make ci
  • · checks both code and track metadata
  • · recommends next action based on result