CLI Reference
Commands implemented by @forbocai/node
CLI Reference (v0.6.3)
The CLI binary is shipped by @forbocai/node as forbocai.
Top-Level Commands
versiondoctorstatusconfig set <key> <value>config get <key>config listcortex init [model]npc create|state|update|process|chatmemory list|recall|store|clear|exportbridge validate|rules|presetsoul export|import|list|chatghost run|status|results|stop|history
Config and Environment
CLI config file: ~/.forbocai.json
Supported env vars:
FORBOCAI_API_URLFORBOCAI_API_KEY
Resolution precedence is env var first, then config file.
Common Commands
Notes
memory clear <npcId>prompts for confirmation before API-side deletion.npc processandnpc chatrequire API connectivity and a configured key when the target API enforces auth.npc stateoperates on the currently active in-memory NPC state in the CLI process.
