Skip to main content

Operations

This repo is intentionally lightweight.

Local workflow

pnpm install
pnpm compass:generate
pnpm start

Build workflow

pnpm build

Private repository access

Set GITHUB_TOKEN when project sources point at private repositories.

$env:GITHUB_TOKEN = "..."
pnpm compass:generate

Generated files

The generator writes to:

data/generated/
docs/generated/
ai/

If generated output is wrong, fix the source metadata or the generator. Do not hand-edit generated files unless you are deliberately replacing the generation process.