feat: add mybot CLI with update, chat, and Claude project config

- Click entrypoint: mybot update (make install / pip -e), mybot chat (claude in repo)
- Optional --dangerously-skip-permissions for Claude Code
- Makefile install; hatchling package layout
- .gitignore: venv, build artifacts, workspace (local symlinks)

Made-with: Cursor
This commit is contained in:
Zhengshou Lai
2026-04-06 13:11:10 +08:00
commit b98d35c387
121 changed files with 9962 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
workspace/