Agent Engineering Rules v3.0.1
Install AER once from npm
npm install --global @aaarslan/aer
aer init --host claude --dry-run
aer init --host claude
aer doctorGlobal installation is only a distribution convenience. AER-managed configuration, generated content, ownership state, and markers remain exclusively inside the selected repository. No global agent settings, consumer CI, hooks, services, daemons, telemetry, or install scripts are added.
CLI lifecycle
Upgrade the installed CLI:
npm install --global @aaarslan/aer@latestUpdate an already managed repository using the installed CLI version:
aer update --dry-run
aer updateaer update does not upgrade the globally installed CLI.
Remove AER from a repository and remove the global CLI:
aer uninstall --dry-run
aer uninstall
npm uninstall --global @aaarslan/aerFor an exact reproducible one-shot execution:
npm exec --yes --package=@aaarslan/aer@3.0.1 -- aer init --host claude --dry-runWhat changed
- Published the zero-dependency
aerCLI as the public npm package@aaarslan/aer@3.0.1. - Preserved the Node.js
>=24requirement and project-local ownership model. - Added deterministic version/help behavior and complete provider-free release validation.
- Added isolated packed-install coverage on Linux and Windows.
- Verified the public npm package through a fresh isolated Windows installation and clean-project lifecycle smoke test.
- Shipped 95 audited files containing the CLI, required Claude and Codex distributions, license, and user documentation.
See the v3.0.1 changelog for complete details.