Summary
The CLI advertises a generic list-variable scaffold path that intentionally errors at runtime.
Problem
solverforge new --list is presented to users even though the generic list template is still “coming soon”.
Why This Matters
Advertised scaffolding flows should exist, or they should not appear as available options.
Proposed Work
- Implement the generic list scaffold, or
- Hide/remove the
--list path until the template is actually supported.
Acceptance Criteria
solverforge new --list either succeeds with a supported template or is not presented as an available option.
- CLI docs and examples match runtime behavior.
Source
Derived from PR #3 (PRODUCTION_REVIEW_ISSUES_2026-03-20.md).
Summary
The CLI advertises a generic list-variable scaffold path that intentionally errors at runtime.
Problem
solverforge new --listis presented to users even though the generic list template is still “coming soon”.Why This Matters
Advertised scaffolding flows should exist, or they should not appear as available options.
Proposed Work
--listpath until the template is actually supported.Acceptance Criteria
solverforge new --listeither succeeds with a supported template or is not presented as an available option.Source
Derived from PR #3 (
PRODUCTION_REVIEW_ISSUES_2026-03-20.md).