Follow-up to PR #56 (template variables).
When a runbook step uses inline generators ({{uuid}}/{{ts}}/{{rand}}), the generated values are currently invisible after the fact — a run that used a fresh UUID is not reproducible/auditable from the report.
Proposal: record each {{...}} token → actual generated value used in runbook.results.md (per step), so a non-deterministic run still has an auditable record of what was generated.
Deferred per the design spec (docs/superpowers/specs/active/2026-08-05-template-vars-design.md §16).
Follow-up to PR #56 (template variables).
When a runbook step uses inline generators (
{{uuid}}/{{ts}}/{{rand}}), the generated values are currently invisible after the fact — a run that used a fresh UUID is not reproducible/auditable from the report.Proposal: record each
{{...}}token → actual generated value used inrunbook.results.md(per step), so a non-deterministic run still has an auditable record of what was generated.Deferred per the design spec (
docs/superpowers/specs/active/2026-08-05-template-vars-design.md§16).