wip: feat: workspace tmux remove

This commit is contained in:
Waylon Walker 2025-11-26 10:35:48 -06:00
parent 5301b5384c
commit 3019f0713e
4 changed files with 521 additions and 0 deletions

7
justfile Normal file
View file

@ -0,0 +1,7 @@
format:
uv run ruff format .
check:
uv run ruff check .
uv run ty check .