lightsoutAlpha

lightsout standards-check

Check the repo against its standards packs and report every finding, machine checks and agent review alike.

records snapshots
lightsout standards-check

When to reach for it

Run it to see where the repo stands against its packs, before a refactor or after one. `--list` prints the enforcement ledger instead: which rules are blocking, which advisory, which off.

How to run it

lightsout standards-check
lightsout standards-checkprint the enforcement ledger
flagmeaningleft out
--listPrint the enforcement ledger — blocking, advisory, off — and check nothing.required
--cwd <path>Repository to check.The process working directory.
--path <subdir>Check only this subdirectory.The whole repository.
--allInclude findings the baseline has already accepted as known debt.off
--baselineWrite the findings to the baseline file as accepted debt.off
--code-checksRun the mechanical checks only.off
--agent-reviewRun the agent review only.off

Related commands