Author Markdown in `checklists/<pack>/<checklist>/checklist.md` and import/export via `/api/v1/workspace/markdown/*`.
Import JSONL
●
JSONL import updates existing rows by slug_id/address_id and can insert missing rows after confirmation.
Scripts
●
Runs scripts from `checklists/<pack>/<checklist>/scripts` via `/api/v1/workspace/scripts` endpoints. Runtime stdout/stderr logs are written under `checklists/<pack>/<checklist>/logs`. `Start` uses manifest `start_args`; `Stop` uses `stop_args` when provided.
Report generation
Uses the selected checklist/instance above. Writes beneath the server's configured reports directory; local defaults use checklists/<pack>/<checklist>/reports. Templates are optional for both formats.
JSONL sidecar uses address_id for row identity unless slug-only IDs are enabled; instance_id is omitted.