aboutsummaryrefslogtreecommitdiffstats
path: root/.claude/skills/nvim-plugin/examples/engine.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(claude): drop external store, track .claude per-repoThomas Vanbesien4 days1-0/+54
Match the claude-config submodule's "drop the external store" refactor (c43c238). A project's `.claude/` no longer lives in an external store under the submodule's `projects/<encoded-cwd>/.claude/` symlinked into `$PWD/.claude` and wired by a `Setup` hook — it belongs in that project's own repo. For these dotfiles that is `~/.claude/`, now tracked here. - drop `claude-adopt-project` from the `dotfiles` helper: remove `_adopt_claude_project` and its only-caller `_ask`, the subcommand case, the usage string, and the bash completion entry - track `.claude/` (CLAUDE.md + the commit/nvim-plugin skills), formerly the deleted store's contents - rewrite the store/symlink/Setup-hook prose in `.claude/CLAUDE.md` and README.md, and note that the dotfiles git env shadows nested repos - bump the `.config/claude` submodule pointer to c43c238