pome compile-seeds turns the ## Seed State prose or JSON block in a task
markdown file into a compiled .seed.json sidecar. Hosted runs rely on these
sidecars for faster, deterministic seed loading.
The compiler calls Anthropic directly with ANTHROPIC_API_KEY; seed compilation
is no longer routed through the Pome control plane.
Usage
Arguments
Options
Behavior
- Walks the target path for
.mdtask files. - Reads each file’s
## Seed Statesection and compiles it to<task>.seed.jsonalongside the markdown file. - Skips recompilation when the sidecar hash matches unless
--forceis set. - Uses the local compiler path and the relevant twin schema for the seed shape.