Summary
The CLI currently exposes solverforge console, but the command is not actually available yet.
Problem
A public user-facing command exists only to report that the feature is unavailable.
Why This Matters
The CLI surface should reflect supported behavior, not placeholders.
Proposed Work
- Either implement a minimal supported
solverforge console workflow, or remove/gate the command until it exists.
- Align help output and generated docs with the true support level.
Acceptance Criteria
solverforge console is either functional and supported, or no longer exposed as a normal user-facing command.
- Help output does not present unfinished functionality as if it were complete.
Source
Derived from PR #3 (PRODUCTION_REVIEW_ISSUES_2026-03-20.md).
Summary
The CLI currently exposes
solverforge console, but the command is not actually available yet.Problem
A public user-facing command exists only to report that the feature is unavailable.
Why This Matters
The CLI surface should reflect supported behavior, not placeholders.
Proposed Work
solverforge consoleworkflow, or remove/gate the command until it exists.Acceptance Criteria
solverforge consoleis either functional and supported, or no longer exposed as a normal user-facing command.Source
Derived from PR #3 (
PRODUCTION_REVIEW_ISSUES_2026-03-20.md).