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 aggregateScheduler
Section titled “Scheduler”bun run scheduler:statusbun run scheduler:runbun run scheduler:agents:runbun run scheduler:trend-finder:runbun run scheduler:dream:runEach scoped job has a matching :status command.
Public 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:previewThe 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:scripts