Skip to content

Agent Engineering Rules v3.0.1

Choose a tag to compare

@aaarslan aaarslan released this 29 Aug 23:05
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
v3.0.1
bdb0b87

Install AER once from npm

npm install --global @aaarslan/aer

aer init --host claude --dry-run
aer init --host claude
aer doctor

Global 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@latest

Update an already managed repository using the installed CLI version:

aer update --dry-run
aer update

aer 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/aer

For an exact reproducible one-shot execution:

npm exec --yes --package=@aaarslan/aer@3.0.1 -- aer init --host claude --dry-run

What changed

  • Published the zero-dependency aer CLI as the public npm package @aaarslan/aer@3.0.1.
  • Preserved the Node.js >=24 requirement 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.