mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
9d0a2226bb
Revert to namespaced step IDs for execution (preserving unique log entries and state keys per iteration) but copy each step's result back to the unprefixed key immediately after it completes. This preserves backward compatibility (same namespaced key format, same log IDs) while fixing both the condition evaluation bug and inter-step references within multi-step loop bodies.