adsensei
v0.3.1
Published
CLI for the AnD department — scaffold new projects and check them against the AnD standard, token-free.
Readme
adsensei
CLI for the AnD department — scaffold new projects from the AnD standard and check existing ones for drift. Deterministic, token-free.
Install
Requires Node.js 20+. Install globally from npm:
npm install -g adsenseiThen check it:
adsensei --version
adsensei --help- Update later:
npm install -g adsensei - Uninstall:
npm uninstall -g adsensei
Usage
adsensei doctor # check your environment + a project against the standard
adsensei analyze . # report how far a project has drifted from the standard
adsensei --version| Command | What it does |
|---------|--------------|
| adsensei doctor | Environment + project health check against the standard |
| adsensei analyze [path] | Drift report for an existing project |
| adsensei watch [path] | Real-time convention guard — reruns the QA gate (Semgrep + Pint/ESLint on save, Larastan + Deptrac debounced) as you code; live counterpart of the pre-commit block |
| adsensei version | Show the CLI version (also adsensei --version) |
| adsensei new <app> | Scaffold a new project from the standard |
| adsensei upgrade | Pull the latest standard into a project |
| adsensei update | Update the adsensei CLI itself to the latest published version (npm i -g adsensei@latest) |
| adsensei add <module> | Add a standard module to a project |
