The example stacks under examples/ are now documented here as first-class
guides for the canonical docs site.
Start with the default example, then branch into project activation, encryption, or wrappers depending on the workflow you need.
- Default example: base stacks, inheritance, structured values,
executable stacks, and command substitution with
test.env - Project example: project-scoped path layouts driven by the active stack name
- Encryption example: key generation, encrypted nodes, and decryptable values in versioned stack files
- Wrappers: launcher scripts that always run a command inside a
known stack, including the
bin/helloexample
examples/default/: foundational stack examples and derived valuesexamples/project/: project-oriented stack activationexamples/encryption/: encrypted values and key stacksexamples/wrappers/: wrapper stacks and launcher patterns