-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
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
--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.- CLI docs and examples match runtime behavior.
Source
Derived from PR #3 (PRODUCTION_REVIEW_ISSUES_2026-03-20.md).
Reactions are currently unavailable