Command reference
Run these commands from the repository root unless noted.
Install and local app
Section titled “Install and local app”bun installbun run devbun run setupbun run aggregatebun run dev is the one-command local app start. bun run setup is optional
and can read or write local machine state while wiring telemetry and hooks.
Scheduler
Section titled “Scheduler”bun run scheduler:statusbun run scheduler:runbun run scheduler:agents:runbun run scheduler:trend-finder:runbun run scheduler:dream:runbun run scheduler:systemd:checkbun run scheduler:systemd:renderEach scoped job has a matching :status command.
The systemd commands validate or render all four Linux service/timer pairs but
never install or activate them. See
Local services lifecycle.
OpenAI account runtime
Section titled “OpenAI account runtime”bun run auth:openai -- loginbun run auth:openai -- statusbun run auth:openai -- refreshbun run auth:openai -- reauthbun run auth:openai -- logoutbun run codex:smoke -- --model gpt-5.6-sol --jsonThese commands operate the script-only subscription runtime used by Dream and Trend Finder. They are separate from Hermes and browser provider setup.
Trend Finder
Section titled “Trend Finder”bun run trend-finder:export-briefbun run trend-finder:backtest -- --helpbun run trend-finder:mcpbun run apify:smoke -- --jsonBacktests and MCP reads are local script workflows. The scoped scheduler job remains the normal collector path.
Knowledge Graph and Dream
Section titled “Knowledge Graph and Dream”bash scripts/setup-graphify-brain.shbun run graph:policy:checkbun run install-dreambun run uninstall-dreamPublic demo
Section titled “Public demo”bun run demo:build:pagesbun run demo:scan:pagesbun run demo:preview:pagesDocumentation site
Section titled “Documentation site”bun run docs:devbun run docs:checkbun run docs:scanbun run docs:buildbun run docs:previewbun run docs:test:e2ebun run docs:release-checkThe docs package also works independently from docs-site/ with bun run check, bun run build, and bun run preview.
Repository validation
Section titled “Repository validation”bun run testbun run lintbun run typecheckbun run typecheck:scriptsbun run format:checkbun run buildbun run budget:checkbun run runtime:check-privateUse Testing and release to choose the focused and broad gates appropriate to a change.