CLI verbs
ahamie create | dev | build | deploy | ui add | publish | install | login | logout | run | eval | factory run | triggers list | db migrate | db studio | secrets set | secrets list | doctorcreate
Section titled “create”ahamie create my-brainDelegates to pnpm create ahamie.
ahamie dev [--port 3000] [--proxy-port 7787]Boots the proxy as a child process, prints the listen URL, generates a per-launch bearer token in AHAMIE_PROXY_TOKEN if unset.
ahamie buildDelegates to tsup.
deploy
Section titled “deploy”ahamie deployv1: Helm chart. v2: Terraform.
ui add
Section titled “ui add”ahamie ui add agent-run-tree run-console approval-inboxCalls pnpm exec shadcn add with the registered Ahamie primitive.
publish / install
Section titled “publish / install”ahamie publish --manifest ./src/manifests/my-app.tsahamie install --hash <sha256>Local registry today; @ahamie/marketplace at v2.
login / logout
Section titled “login / logout”Better-Auth machine-token flow (v1 implements PKCE device flow).
ahamie run --id daily-summary [--shadow]Manually invoke an automation. --shadow records but does not dispatch deliveries.
ahamie eval --suite summarizer.suiteahamie eval --file ./src/evals/custom.suite.tsLoads the suite, runs both partitions, exits non-zero on failure.
factory run
Section titled “factory run”ahamie factory run --file ./src/factories/summarizer.factory.tsRuns the software-factory outer loop with a tabu list across iterations.
triggers list
Section titled “triggers list”ahamie triggers listLists every registered trigger family in the current process (built-ins + connector augmentations).
db migrate / db studio
Section titled “db migrate / db studio”ahamie db migrate [--url postgres://…]ahamie db studiosecrets
Section titled “secrets”ahamie secrets set --name slack-prod-webhook --purpose connector --org $ORG_IDahamie secrets list --org $ORG_IDdoctor
Section titled “doctor”ahamie doctorPreflight checks: missing eval suites, default-allow egress, unrotated credentials, missing ahamie.config.ts, etc.