Streamline Copier questions and update template metadata - #70
Open
phinate wants to merge 1 commit into
Open
Conversation
- Simplify copier.yml to focused set of questions - Remove typing question (ty is always included) - Add min_python_version as choice (3.11, 3.12, 3.13) - Add include_docs boolean for optional MkDocs scaffolding - Validate python_name as valid Python identifier - Add _tasks for post-generation: git init, uv sync, pre-commit install - Update template CI to test new copier variables Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
phinate
force-pushed
the
pr10-copier-streamline
branch
from
March 19, 2026 13:03
79bdb7b to
8a31767
Compare
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 free
to 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
copier.ymlto focused set of questions:project_name,project_short_description,python_name,full_name,email,license,min_python_version,include_docs,org,urltypingquestion (ty is always included — no opt-out)cocquestion (Code of Conduct always included)min_python_versiona choice (3.11, 3.12, 3.13) instead of free-textpython_nameas a valid Python identifier_tasksfor post-generation:git init,uv sync,uv run pre-commit installTest plan
copier copy . /tmp/test-projectasks exactly the questions listed abovemin_python_version: 3.12results inrequires-python = ">=3.12"and correct CI matrixcopier updateon a previously generated project applies changes cleanly🤖 Generated with Claude Code