## Goal A developer should be able to run `npx aegis` and have a working server in 30 seconds. No cloning, no config, no setup. ## Requirements - [ ] Add `bin` field to package.json - [ ] CLI entry point that starts the server - [ ] Auto-detect tmux (install prompt if missing) - [ ] Auto-detect claude CLI (install prompt if missing) - [ ] Sensible defaults (port 9100, no auth, no telegram) - [ ] Print helpful startup message with API examples - [ ] Publish to npm as `aegis-bridge` (since `aegis` is taken on npm for other packages) ## Stretch - [ ] `npx aegis init` → creates config file - [ ] `npx aegis create "Build a login page"` → creates session from CLI
Goal
A developer should be able to run
npx aegisand have a working server in 30 seconds. No cloning, no config, no setup.Requirements
binfield to package.jsonaegis-bridge(sinceaegisis taken on npm for other packages)Stretch
npx aegis init→ creates config filenpx aegis create "Build a login page"→ creates session from CLI