feat/workspace-tmux-remove (#3)

Reviewed-on: #3
Co-authored-by: Waylon S. Walker <waylon@waylonwalker.com>
Co-committed-by: Waylon S. Walker <waylon@waylonwalker.com>
This commit is contained in:
Waylon Walker 2025-11-26 12:46:08 -06:00 committed by Waylon Walker
parent dd7742cf18
commit 8ba6fe6f8a
6 changed files with 910 additions and 216 deletions

7
justfile Normal file
View file

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