Expand description
Wizard Command - Interactive project bootstrap with deterministic factory scaffold
ggen wizard creates a closed, deterministic factory scaffold with:
- RDF-first specification layout
- Deterministic generation pipeline
- Receipts/proofs contracts
- World manifest + verifier
- Initial SPARQL + Tera stubs
- Runnable ggen sync from minute zero
§Profiles
receipts-first(default): World manifest, receipt schemas, audit trailc4-diagrams: C4 L1-L4 Mermaid diagram generationopenapi-contracts: OpenAPI spec generationinfra-k8s-gcp: Kubernetes + GCP infrastructure manifestslnctrl-output-contracts: LN_CTRL output contract schemas
§Usage
# Interactive mode
ggen wizard
# Non-interactive with profile
ggen wizard --profile receipts-first --yes
# Custom output directory
ggen wizard --output-dir ./my-projectStructs§
- Project
Metadata - Project metadata
- Wizard
Config - Wizard configuration
- Wizard
Output - Wizard output
Enums§
- Wizard
Profile - Available wizard profiles
Functions§
- wizard
- Initialize a new ggen project with interactive wizard