Zhengshou Lai
ab597d1d02
refactor: rename source dir to bin, reorganize templates, remove personal info
...
- Rename myclaude/ source directory → bin/
- Update all Python imports (myclaude.* → bin.*) and mock patch paths
- Update pyproject.toml: entry point and packages config
- Move workspace_template/ → templates/workspace/ for future extensibility
- Migrate .claude/skills/ to global ~/.claude/skills/ and remove local copies
- Remove SessionStart hook (sync-global.sh) from settings.local.json
- Remove unrelated script rename_funcs_to_snake.py
- Remove personal info (name, org, paths) from CLAUDE.md, README.md, settings
- Update .gitignore with standard Python/runtime exclusions
- Clean .DS_Store, __pycache__, .mypy_cache, .pytest_cache, .ruff_cache,
.playwright-mcp runtime files
2026-04-26 09:37:13 +08:00
Zhengshou Lai
bb39b80d06
refactor: clean up outdated references and orphan files
...
- Fix __init__.py docstring: Mybot → Myclaude
- Remove stale .gitignore entries (workspace/, knowledge/)
- Delete orphan package-lock.json from Python project
- Update README: project structure, commands, env vars
- Replace all myclaude chat references with myclaude
- Update defaultWorkingDirectory examples to ~/workspace
- Add MYCLAUDE_WORKSPACE_ROOT documentation
2026-04-23 08:55:15 +08:00
Zhengshou Lai
6caf471eb3
docs: move git-proxy-clone to appendix with proper setup instructions
...
- Remove git-proxy-clone from skills table (it's a custom local skill)
- Add appendix section explaining FastGithub setup
- Include copy-paste prompt for Claude to create the skill
- Add manual alias configuration as fallback
2026-04-10 10:26:00 +08:00
Zhengshou Lai
21a7f032bf
feat(install): symlink myclaude to ~/.local/bin, make uninstall, docs
...
- Makefile: uv sync or venv pip install -e, then ln -sf to ~/.local/bin/myclaude
- Add scripts/rm_user_local_myclaude.py for safe unlink on make uninstall
- README: install path, shell completion guarded by command -v
- Track uv.lock for reproducible uv sync
Made-with: Cursor
2026-04-10 08:23:14 +08:00
Zhengshou Lai
7d37914cbf
docs: update README with improved installation and configuration guide
2026-04-09 23:17:07 +08:00
Zhengshou Lai
38ac5bd7b5
docs: add PATH configuration for metabot and myclaude commands
2026-04-07 09:50:23 +08:00
Zhengshou Lai
eb609d8118
docs: add Feishu event subscription configuration to README
2026-04-07 09:47:05 +08:00
Zhengshou Lai
3b7a10ee00
docs: add Claude authentication tip about using cc-switch config
2026-04-07 09:43:18 +08:00
Zhengshou Lai
ba8d63ab1a
docs: clarify Kimi and Kimi Code pricing models
2026-04-07 09:40:40 +08:00
Zhengshou Lai
2d9a20046f
docs: restructure README for clarity
...
- Reorganize sections: Quick Start -> Usage Guide -> Advanced Config
- Move Skill installation to Advanced Config section
- Update Workspace management to emphasize telling Claude to do it
- Simplify language and remove redundant content
- Keep video tutorial and project structure sections
2026-04-07 09:35:16 +08:00
Zhengshou Lai
9226df44b6
docs: add skill installation guide to README
...
- Add manual installation (project-level and global)
- Add automatic installation via npx skills
- Include recommended skill sources and URLs
- Add table of recommended skills with install commands
2026-04-07 09:31:39 +08:00
Zhengshou Lai
5cacbbc82e
docs: fix bots.json configuration example
...
- Correct file location to metabot/bots.json
- Update JSON structure to feishuBots array format
- Add defaultWorkingDirectory configuration
2026-04-07 09:28:27 +08:00
Zhengshou Lai
643a128697
docs: add comprehensive README with installation guides
2026-04-07 09:25:33 +08:00