Skip to content

Authoring workflow

Create a theme, import a newline-separated word list, inspect diagnostics, and validate before committing the resulting JSON.

bash
pnpm content-cli create astronomy
pnpm content-cli import astronomy ./word-lists/astronomy.txt --report-json ./reports/astronomy-import.json
pnpm content-cli analyze astronomy --report-json ./reports/astronomy-analysis.json
pnpm content-cli refresh astronomy
pnpm content:validate

Imports are non-destructive: existing entries are preserved, duplicates are skipped, rejected words are reported, and the file is written atomically only after validation. Use Editorial difficulty before treating a technically valid theme as ready for a season.

The Daily Rule engineering, authoring, editorial, and operations handbook.