Skip to content

fix(cmd): keep direct Forge actions picker-free#238

Merged
barrettruth merged 1 commit intomainfrom
fix/direct-create-without-picker
Apr 13, 2026
Merged

fix(cmd): keep direct Forge actions picker-free#238
barrettruth merged 1 commit intomainfrom
fix/direct-create-without-picker

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

@barrettruth barrettruth commented Apr 13, 2026

Problem

Some direct :Forge command paths still depended on the picker layer. :Forge pr create and :Forge issue create could prompt for templates, and :Forge pr ci exposed a list-based picker workflow through the Ex command surface. That conflicted with the intended contract that :Forge stays action-oriented while interactive list workflows live behind the picker UI.

Solution

Keep direct create flows non-interactive and remove the remaining picker-backed PR CI verb from the command grammar. PR and issue creation now fall back to normal compose behavior instead of prompting for template selection, and :Forge pr ci is no longer a valid Ex command. Interactive CI and per-PR checks remain available through the picker surface and nested picker actions.

@barrettruth barrettruth merged commit 9164d98 into main Apr 13, 2026
1 check passed
@barrettruth barrettruth deleted the fix/direct-create-without-picker branch April 13, 2026 19:52
@barrettruth barrettruth changed the title fix(create): keep direct create flows picker-free fix(cmd): keep direct Forge actions picker-free Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant