@kognai/init
v0.5.0
Published
Scaffold a Kognai sovereign vault — npx kognai-init
Maintainers
Readme
@kognai/init
Scaffold a Kognai sovereign vault on a fresh machine.
npx @kognai/initCreates ./.kognai/ with the constitutional bootstrap files an agent reads on
every session: SOUL.md, IDENTITY.md, AGENTS.md, USER.md, MEMORY.md,
.env.example, and one example agent under agents/coder/.
Options
| Flag | Default | Effect |
|-----------------|--------------|-------------------------------------------------------|
| --dir <path> | ./.kognai | Target directory for the vault |
| --dry-run | off | Print the file list without writing anything |
| --force | off | Overwrite an existing vault without prompting |
| --help, -h | — | Show usage |
If <dir>/SOUL.md already exists, the installer prompts before overwriting.
After install
cd ./.kognai
cat SOUL.md # who your agent is
cat IDENTITY.md # Name / Vibe — edit these first
cp .env.example .env # add your ANTHROPIC_API_KEY etc.What this is not
This is the first-time scaffolder. To configure the model vault path
(local Ollama vs cloud), use npx kognai after install — that's a separate tool.
License
MIT
