Parent
#799. Design record: .scratch/render-execution-unit/spec.md.
What to build
Delete the CLI's template-renderer shim. It has zero production importers — the execution loop imports the expanders straight from core — and its only remaining consumers are test files, one of which is a source-text regex asserting that the shim is a wrapper.
That regex is the clearest instance of the pattern that motivated the parent review: a source-text test defending a module that nothing uses.
Acceptance criteria
Blocked by
Parent
#799. Design record:
.scratch/render-execution-unit/spec.md.What to build
Delete the CLI's template-renderer shim. It has zero production importers — the execution loop imports the expanders straight from core — and its only remaining consumers are test files, one of which is a source-text regex asserting that the shim is a wrapper.
That regex is the clearest instance of the pattern that motivated the parent review: a source-text test defending a module that nothing uses.
Acceptance criteria
pnpm run verifygreen.Blocked by