aislop 0.8.3 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/cli.js +1193 -304
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1007 -237
- package/dist/{json-D8h2EZW6.js → json-B_2_Zt7I.js} +1 -1
- package/dist/{json-BbMwrgyd.js → json-OIzja7OM.js} +1 -1
- package/dist/mcp.js +669 -155
- package/dist/{typecheck-B1MXNAy-.js → typecheck-wVSohmOX.js} +1 -1
- package/dist/{version-BynHxO1X.js → version-CBcgcofs.js} +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -172,6 +172,7 @@ npx aislop ci # JSON output, exits 1 if score < threshold
|
|
|
172
172
|
|
|
173
173
|
```bash
|
|
174
174
|
npx aislop init # create .aislop/config.yml
|
|
175
|
+
npx aislop init --strict # enterprise-grade gate: all engines, typecheck, failBelow 85
|
|
175
176
|
npx aislop rules # list rules
|
|
176
177
|
npx aislop badge # print badge URL
|
|
177
178
|
npx aislop # interactive menu
|