Phase 1: project bootstrap #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Set up pyproject.toml with CLI entry point, runtime dependencies (cyclopts, lxml), uv venv, Tryke test scaffold, Woodpecker CI pipeline stub, and cliff.toml for changelog generation.
Findings: repo is bare (only concept.md + ROADMAP.md). Sibling projects (wuming, cang) use uv_build backend, src/ layout, nox-uv for session orchestration, tryke for tests, ruff for linting, ty for type checking, git-cliff with gitmoji convention.
Plan: