renaming from mybot to myclaude

This commit is contained in:
Zhengshou Lai
2026-04-06 14:04:11 +08:00
parent b98d35c387
commit 5ecf737de6
11 changed files with 55 additions and 37 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ROOT_DIR := $(shell pwd)
help:
@echo "Usage: make [target]"
@echo ""
@echo " install Editable pip install of mybot (uses uv when available)"
@echo " install Editable pip install of myclaude (uses uv when available)"
install:
@if command -v uv >/dev/null 2>&1; then \