llm
Continuation guide
Safe continuation loop
- Read
/llm/project-context/. - Read
/docs/and then the most relevant guide for the task area. - Inspect current uncommitted changes before editing.
- Rebuild generated docs assets with
npm run docs:preparewhen frontend build output changes. - Avoid editing copied frontend files in
docs/static/apps/; change the source app instead.
Docs publishing contract
- Hugo source lives in
docs/. - Frontend artifacts are copied into
docs/static/apps/<app>/. - GitHub Pages should publish the Hugo output, not the raw source directory.
- Lowercase filenames are preferred for docs content and URLs.