Uh oh!
There was an error while loading. Please reload this page.
feat(core): wire refresh mode through scaffold pipeline - #177
Merged
Conversation
ulises-jeremiasforce-pushed
the
feat/issue-164-custom-options-prompts
branch
from
July 16, 2026 16:37
11b3b7d to
8ea6297Compareulises-jeremiasforce-pushed
the
feat/issue-165-refresh-pin-wiring
branch
from
July 16, 2026 16:37
8b19cbf to
14e8a22Compareulises-jeremiasforce-pushed
the
feat/issue-164-custom-options-prompts
branch
from
July 16, 2026 16:44
8ea6297 to
cbdc138Compareulises-jeremiasforce-pushed
the
feat/issue-165-refresh-pin-wiring
branch
from
July 16, 2026 16:44
14e8a22 to
c75dd09CompareCo-authored-by: Cursor <cursoragent@cursor.com>
ulises-jeremiasforce-pushed
the
feat/issue-165-refresh-pin-wiring
branch
from
July 16, 2026 16:52
c75dd09 to
48b4985Compareulises-jeremias
changed the base branch from
feat/issue-164-custom-options-prompts
to
mainJuly 16, 2026 16:52
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
--refreshvalues (always,stale,manual) like CNAcreate_python_app,scaffold_project, anddownload_repository--no-cacheuse the explicitrefresh=alwayspath, not just env fallback--pinbehavior covered with a regression testCloses#165
CNA reference
packages/create-awesome-node-app/src/index.tsrefresh validationpackages/create-node-app-core/paths.ts/git.tsrefresh option plumbingTest plan
uv run ruff check packages/create-awesome-python-app/src/create_awesome_python_app/cli.py packages/create-awesome-python-app/tests/test_cli.py packages/create-python-app-core/src/create_python_app_core/api.py packages/create-python-app-core/src/create_python_app_core/installer.py packages/create-python-app-core/tests/test_api.py packages/create-python-app-core/tests/test_installer.pyuv run pytest packages/create-awesome-python-app/tests/test_cli.py packages/create-python-app-core/tests/test_api.py packages/create-python-app-core/tests/test_installer.py -quv run pyright packages/create-awesome-python-app/src/create_awesome_python_app/cli.py packages/create-python-app-core/src/create_python_app_core/api.py packages/create-python-app-core/src/create_python_app_core/installer.pyReview notes
This PR is stacked on #176.
Made with Cursor