Uh oh!
There was an error while loading. Please reload this page.
feat(cli): add searchable template wizard - #174
Merged
ulises-jeremias merged 2 commits intoJul 16, 2026
Conversation
ulises-jeremiasforce-pushed
the
feat/issue-162-interactive-template-wizard
branch
from
July 16, 2026 16:15
b56102e to
6624b48Compare3 tasks
Co-authored-by: Cursor <cursoragent@cursor.com>
ulises-jeremiasforce-pushed
the
feat/issue-162-interactive-template-wizard
branch
from
July 16, 2026 16:21
6624b48 to
9cc5617Compareulises-jeremias
changed the base branch from
feat/issue-160-catalog-slug-resolution
to
mainJuly 16, 2026 16:21
Co-authored-by: Cursor <cursoragent@cursor.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
questionary.autocompleteflowCloses#162
CNA reference
packages/create-awesome-node-app/src/options.tspackages/create-awesome-node-app/src/templates.tsTest plan
uv run ruff check packages/create-awesome-python-app/src/create_awesome_python_app/catalog.py packages/create-awesome-python-app/src/create_awesome_python_app/cli.py packages/create-awesome-python-app/tests/test_catalog_resolve.pyuv run pytest packages/create-awesome-python-app/tests/test_catalog_resolve.py -quv run pyright packages/create-awesome-python-app/src/create_awesome_python_app/cli.py packages/create-awesome-python-app/src/create_awesome_python_app/catalog.pyReview notes
This PR is stacked on #173 because #162 depends on catalog slug resolution from #160/#161. After #173 merges, this PR should be retargeted to
main.Made with Cursor