alpha
Login
or
Join now
snowytrees.dev
/
project-manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Integrated repository, worktree, git stacker, and project manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
project-manager
/
src
/
project_manager
/
project
/
cli
/
wt
/
at
master
5 files
Jordan Isaacs
rename core project create/delete modules to add/remove
6w ago
d46f9e41
__init__.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago
add.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago
attach.py
style: ruff format pass over src/ and tests/ Mechanical run of `uv run ruff format src tests`. No behavior change — just line wrapping and trailing-comma normalization that the project hadn't been applying. Listed in `.git-blame-ignore-revs` (added next commit) so `git blame` skips this revision.
2 months ago
detach.py
style: ruff format pass over src/ and tests/ Mechanical run of `uv run ruff format src tests`. No behavior change — just line wrapping and trailing-comma normalization that the project hadn't been applying. Listed in `.git-blame-ignore-revs` (added next commit) so `git blame` skips this revision.
2 months ago
remove.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago