
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
@evolith/cli
Advanced tools
Welcome to the official Evolith CLI. This tool is designed to automate the adoption of Evolith standards, architecture, and governance in satellite repositories.
You can install the tool globally via NPM:
npm install -g @evolith/cli
Or run it on demand using npx:
npx @evolith/cli init
initInteractively initializes a satellite repository, setting up bilingual documentation rules, base templates, and required agents.
Supports interactive mode (wizard) and batch mode via --config evolith.setup.json.
agentsInstalls and configures agents in your repository (e.g., bmad, architecture, qa).
evolith agents install
validateVerifies that the repository complies with Evolith structure and rules (Mermaid, stable anchors, bilingual parity). Ideal for use in your CI/CD pipelines:
evolith validate --format json
daemonStarts the background watcher and the MCP (Model Context Protocol) server to integrate with IDEs like VSCode or assistants like Antigravity.
evolith daemon start
sdlcOrchestrates the generation of artifacts and transitions (Handoffs) between the lifecycle phases (Discovery, Design, Construction).
evolith sdlc init discovery
evolith sdlc handoff to-ddd --from backlog.json
evolith sdlc generate domain --from ddd-model.md
upgradeDownloads the latest upstream Evolith rules, templates, and guidelines and intelligently applies them to the satellite without overwriting custom code (idempotent).
A typical workflow with the Evolith CLI in a satellite repository:
Initialize the environment: Go to your project directory (or create it) and run the initialization command. This will set up the base rules, directory structures, and templates:
npx @evolith/cli init
Install the required agents: To add capabilities like QA validation or architecture design, install the preconfigured agents:
evolith agents install
Validate your repository (CI/CD): You can continuously validate (e.g., in a pre-commit hook or pipeline) that bilingual documentation, Mermaid diagrams, and links are correct:
evolith validate --format json
To learn about implementation details, technical decisions, and the domain model behind the CLI and the broader SDK, see the following architecture documentation:
This CLI strictly adheres to the policies established in Evolith's AGENTS.md.
FAQs
Evolith Smart CLI - Governance, standards validation, and AI agent integration for satellite repositories
The npm package @evolith/cli receives a total of 0 weekly downloads. As such, @evolith/cli popularity was classified as not popular.
We found that @evolith/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.