@agenit/cli
v2.0.0
Published
agenIT — Profile-driven AI dev co-pilot CLI (TypeScript / Ink). ASPICE-aligned V-Model workflow on top of Gemini CLI for embedded engineering teams.
Maintainers
Readme
agenIT
Profile-driven AI dev co-pilot for embedded engineering — ASPICE-aligned V-Model workflow on top of Gemini CLI.
Install
npm install -g @agenit/cliRequires Node.js 20+ and the Gemini CLI (@google/generative-ai-cli) installed and authenticated.
Usage
Launch the interactive REPL:
agenitRun a single shot:
agenit --print "explain the V-Model phases for this project"Initialize a project:
agenit initRun the full pipeline (Requirements → Architecture → Code → Testing → Audit):
agenit runCommands
| Command | Description |
| --- | --- |
| agenit | Interactive REPL |
| agenit init [dir] | Scaffold project memory + .gemini/ assets + .agenit_project marker. Verifies Gemini-CLI can see the seeded skills before returning. Pass --no-verify to skip. |
| agenit run | Run the full V-Model pipeline |
| agenit audit | Show traceability registry |
| agenit projects | List all projects in memory |
| agenit resume [id] | Resume a previous REPL session |
| agenit sessions | List recent sessions |
| agenit completions <shell> | Print shell completion script (bash / zsh / fish) |
Selected REPL slash commands (full list in /help):
| Command | Description |
| --- | --- |
| /goal <objective> | Codex-style autonomous loop. /goal start runs ticks back-to-back; the right-rail card shows turn budget + last decision live. |
| /jobs | List active background jobs (goal runner, soul-keeper, scanners). Useful when the terminal is too narrow for the right-rail. |
| /init | Re-seed .gemini/ skills + settings; verifies Gemini-CLI can see the result. |
Configuration
Place a flow.toml (or agenit.toml) in your project root, or pass --config <path>. See the project documentation for the full schema.
License
MIT — see LICENSE.
