Skip to main content
aislop init scaffolds the project files that turn a one-off scan into a repeatable quality gate.

Usage

The command writes:

Strict mode

Use --strict when you want a higher default bar immediately.
Strict mode writes an enterprise-grade baseline:

Default workflow shape

The generated workflow uses the set-and-forget CLI path:

After running init

  1. Review .aislop/config.yml.
  2. Commit the config and workflow files.
  3. Run aislop scan locally.
  4. Push a branch and let aislop ci enforce the threshold.
Use Config File to understand every generated key before tightening the gate.