chore: rebuild dev env from templates #1
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/template-rebuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rebuilds every template-owned file from the templates repo.
Layers applied, in order:
common/— shared floor: agent guidance, ignore files, editor/formatter config, renovate config, licence, and thepre-commit/lint/format/typecheck/testtarget contract.python/— base type: ruff, mypy, pytest, coverage config, uv-based Makefile targets, and thecode-quality+testForgejo workflows.Variants: no documentation publisher, no commitizen release plumbing.
Placeholders substituted:
<project-name>→local-tools,<package>→local_tools.uv.lockis generated here because the python layer'spyproject.tomlintroduces adevdependency group and both workflows runuv sync --frozen.src/local_tools/is untouched.Five CI rounds, all green — runs 4091, 4092, 4093, 4095, 4097. The later commits re-apply template changes made while this branch was open:
test.ymlcallingcode-quality.yml, theuv_buildpin moving to the current uv line, and the reusable job renames that resolved a caller/inner name collision.