AEGIS

Install

Aegis installs into a project you already have, or into an empty directory you are about to fill. Either way it takes one command.

Prerequisites

Node.js 22.18 or newer — check with node --version. .tool-versions pins it for asdf users.

Python 3.8.2 or newer - check with python --version.

Install the CLI

npm install -g aegis@0.1.4 --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873

No authentication is required to install from this registry.

Install the workbench

npx aegis init

Commands

Command What it does
aegis init Place capabilities and scaffold the corpus skeleton into the current or target project. Greenfield or brownfield-aware.
aegis update Replace template-owned content with the latest from the pack. Never touches project-owned content.
aegis uninstall Remove only what the lock file recorded from the original init.
aegis serve Build whatever's missing (spec site, web workbench) and run the workbench on one port.
aegis help [command] This list, or the full options for one command.