Documentation
¶
Overview ¶
Command catalog emits the complete specification-workflow-spec catalog as JSON: spec types, resolved workflows, tool integrations, and pipelines.
Consumers (the ProductBuildersHQ website, VisionStudio) use this export to generate pages and navigation deterministically from the library data.
go run ./cmd/catalog # JSON to stdout go run ./cmd/catalog -o out.json
The output is deterministic: entries are sorted and no timestamps are included, so the same library version always produces the same bytes.
Click to show internal directories.
Click to hide internal directories.