Commit Graph
11 Commits
Author SHA1 Message Date
Zhengshou Lai 152db75e15 chore(skills): remove deprecated skills and update permissions
- Delete update-mykb-files and update-mykb-memories skills
- Update update-mywebpage skill to use lowercase mywebpage path
- Sync settings.local.json permissions
2026-04-17 00:02:30 +08:00
Zhengshou Lai 596da55753 chore: update local settings 2026-04-09 23:18:44 +08:00
Zhengshou Lai e693198727 minors 2026-04-09 14:06:07 +08:00
Zhengshou Lai 1bead9a6d8 chore: persist memories and excerpts under knowledge/ instead of .claude/
Move documented and skill paths to knowledge/memories and knowledge/files
(project root, mappable to @knowledge) to reduce sandbox issues on .claude/.
Update CLAUDE.md memory protocol, update-mykb-* skills, and settings.local.json
bootstrap check for core.json.

Made-with: Cursor
2026-04-09 10:36:00 +08:00
Zhengshou Lai d63ce56e3f update skills 2026-04-09 10:31:29 +08:00
Zhengshou Lai 18943a7399 update skills 2026-04-09 10:31:13 +08:00
Zhengshou Lai 2b3296b6a5 update skills 2026-04-09 10:27:34 +08:00
Zhengshou Lai 790a16d030 chore(claude): version skills and local settings; add rag-files/rag-memories
- Adjust .gitignore to track .claude/settings.local.json and .claude/skills/** while keeping other .claude content local.

- Add rag-files (knowledge retrieval + .claude/files notes), rag-memories, and mywebpage-update skills with PDF/Excel references.

- Fix settings.local.json hooks (SessionStart schema) for Claude Code.

- Update CLAUDE.md for rag-files paths and memory/file pool notes.

- Remove tracked .claude/plans and sessions placeholders no longer used.

Made-with: Cursor
2026-04-09 10:11:54 +08:00
Zhengshou Lai 0b8a60b919 cleanup: remove old framework files and update CLAUDE.md
- Remove legacy agent/, todo/, souls/, insights/, conversations/ folders
- Remove outdated skills (coding.md, debugging.md, architecture.md)
- Remove old memory files (core.json, current_mode.json)
- Update CLAUDE.md with workspace structure and knowledge retrieval principles
- Add .claude/ and .obsidian/ to .gitignore
2026-04-08 22:20:36 +08:00
Zhengshou Lai 5ecf737de6 renaming from mybot to myclaude 2026-04-06 14:04:11 +08:00
Zhengshou Lai b98d35c387 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
2026-04-06 13:11:10 +08:00