lightsout standards-check
Check the repo against its standards packs and report every finding, machine checks and agent review alike.
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-checklightsout standards-checkprint the enforcement ledger| flag | meaning | left out |
|---|---|---|
| --list | Print 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. |
| --all | Include findings the baseline has already accepted as known debt. | off |
| --baseline | Write the findings to the baseline file as accepted debt. | off |
| --code-checks | Run the mechanical checks only. | off |
| --agent-review | Run the agent review only. | off |