aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* feat(claude): track the memory store as a submoduleHEADkdeThomas Vanbesien12 hours1-1/+2
| | | | | | | | | | | | | | | The Claude memory store is now its own git repo, tracked here as the `.config/claude-memory` submodule rather than being Syncthing-synced. - Add the `.config/claude-memory` submodule, with `ignore = dirty` to keep the store's constant churn out of `git status`. - Set `CLAUDE_MEMORY_DIRS` so the wrapper resolves the sibling store. - Add `dotfiles commit claude-memory`: snapshot and push the store via `claude memory`, then commit the bumped pointer here. - Bump the `claude-config` pointer for the new `claude memory` interface. Verified: `claude memory status` / `git` target the store repo even with the dotfiles git env exported.
* refactor(claude): track config as the claude-config submoduleThomas Vanbesien15 hours1-13/+8
| | | | | | | | | | The Claude Code config now lives in its own repo on tvcloud (`claude-config`), registered here as the `.config/claude` submodule rather than being Syncthing-synced and partly duplicated in the tree. Drop the pieces that moved with it: the in-tree `claude-wrapper`, its `claude` alias in bashrc, and the `_sync_claude` step in the `dotfiles` script. README now points at the submodule for the details.
* docs: move README to project root and rewrite itThomas Vanbesien38 hours1-0/+66