feat(cli): package project as installable command

This commit is contained in:
Logic
2026-03-21 15:10:32 +08:00
parent 013bfed484
commit 380da813c5
11 changed files with 49974 additions and 285 deletions

3
.gitignore vendored
View File

@@ -3,3 +3,6 @@
.claude/
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/