Expand description
Prompt templates are embedded at compile time from prompts/.
Markdown prompt files carry YAML front matter (name, version,
description, references) that is metadata for humans and tooling. It
must never be sent to agents, so the accessors below strip front matter
before returning the template content.
Modules§
- examples
- Example
.zwffiles for each orchestration pattern — embedded at compile time and written to~/.zig/examples/during workflow creation or update.
Functions§
- config_
sidecar .zwfformat specification — injected as a reference sidecar into prompts that need to produce or reason about.zwffiles.- create
- System prompt for
zig workflow create— the interactive workflow design agent. - update
- System prompt for
zig workflow update— the interactive workflow revision agent.