summaryrefslogtreecommitdiffstats
path: root/.claude
Commit message (Collapse)AuthorAgeFilesLines
* misc(claude): remove custom lua_ls pluginThomas Vanbesien9 days5-97/+5
| | | | | | | It was there just so that the LSP doesn't use the current directory (where Claude Code runs) as the working directory (which is annoying since the working tree is $HOME and I don't want to litter it with .luarc.json kind of files).
* misc(claude): set model to fableThomas Vanbesien9 days1-1/+2
|
* misc(claude): send notification when Claude is waiting for user inputThomas Vanbesien10 days1-0/+11
|
* misc(claude): add instruction to use commands' long-form optionsThomas Vanbesien10 days1-0/+2
|
* misc(claude): set effort level to highThomas Vanbesien10 days1-1/+1
|
* feat: add wikilink mdformat extensionThomas Vanbesien12 days1-1/+1
|
* misc(claude): add permissionsThomas Vanbesien2026-06-021-1/+2
|
* misc(claude): add permissionThomas Vanbesien2026-06-021-1/+2
|
* misc: remove passmenuThomas Vanbesien2026-05-291-2/+2
| | | | | The menu is blurry on one screen when using multiple screens. Also I don't even use it, I prefer just using `pass` in the terminal.
* misc(claude): add instructions to not run trivial scriptsThomas Vanbesien2026-05-281-0/+7
|
* misc(claude): add instruction to use emojisThomas Vanbesien2026-05-221-0/+4
|
* misc(claude): change effort level to highThomas Vanbesien2026-05-211-1/+2
| | | | | From the original "very high" which seems to mess up Opus 4.7. I hope to get better results with making Claude think less maybe.
* misc(claude): add global instruction to ask before making changesThomas Vanbesien2026-05-211-0/+5
|
* refactor(claude): shorter global CLAUDE.mdThomas Vanbesien2026-05-211-9/+12
|
* docs(claude): add diagnostics & linters rulesThomas Vanbesien2026-05-191-0/+7
| | | | | | - Never silence warnings/diagnostics; fix root cause or feed the tool real config instead of muting. - Don't re-propose a rejected/conceded approach.
* fix: root Claude Code lua_ls at ~/.config/nvimThomas Vanbesien2026-05-195-2/+95
| | | | | | | | | | | | | | - lua-lsp rooted lua_ls at $HOME: ignored .luarc.json, flooded 'Undefined global vim', no IntelliSense on the nvim config. - New local marketplace/plugin lua-lsp-local@local-lsp: .lsp.json sets workspaceFolder=~/.config/nvim, Neovim runtime as workspace.library, diagnostics.libraryFiles=Disable. - Disable official lua-lsp (enabledPlugins) so one server owns .lua. - Verified by probe: rootUri now file:///home/tvanbesi/.config/nvim, flood gone. - Annotate the intentional open_floating_preview monkey-patch (clears the now-correct duplicate-set-field). - README: validate/add/install/disable repro + plugin-update workflow.
* misc: instruct using git mv for tracked file renamesThomas Vanbesien2026-05-191-0/+2
|
* misc: don't commit before user testsThomas Vanbesien2026-05-191-0/+2
|
* misc: prefer multi-line bash commandsThomas Vanbesien2026-05-191-0/+5
|
* feat(claude): track CLAUDE.md, settings, agents, hooks, skillsThomas Vanbesien2026-05-1813-0/+369