| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(claude): track the memory store as a submoduleHEADkde | Thomas Vanbesien | 12 hours | 1 | -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 submodule | Thomas Vanbesien | 15 hours | 1 | -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 it | Thomas Vanbesien | 38 hours | 1 | -0/+66 |
