Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions chezmoi/.chezmoiexternal.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@
executable = true
refreshPeriod = "168h"
{{- end }}

[".local/bin/lean-ctx"]
type = "archive-file"
url = "{{ gitHubLatestReleaseAssetURL "yvgude/lean-ctx" (printf "lean-ctx-%s-%s.tar.gz" .arch .os) }}"
path = "lean-ctx"
executable = true
refreshPeriod = "168h"
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail

npm install -g @caveman-ai/cli
caveman setup --install

if command -v codebase-memory-mcp >/dev/null; then
codebase-memory-mcp install --yes
codebase-memory-mcp config set auto_index true
Expand All @@ -16,12 +13,6 @@ if command -v claude >/dev/null; then
fi
{{- end }}

if command -v lean-ctx >/dev/null; then
if command -v opencode >/dev/null; then
lean-ctx wrap opencode
fi
fi

agents=(universal)
if command -v claude >/dev/null; then
agents+=(claude-code)
Expand Down
13 changes: 6 additions & 7 deletions chezmoi/.chezmoitemplates/opencode.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,19 @@
},
"plugin": [
"openslimedit",
"context-mode",
"@dietrichgebert/ponytail",
"@zilliz/memsearch-opencode"
],
"mcp": {
"context-mode": {
"type": "local",
"command": ["npx", "--yes", "context-mode"],
"enabled": true
"codebase-memory-mcp": {
"command": ["codebase-memory-mcp"],
"enabled": true,
"type": "local"
},
"playwright": {
"type": "local",
"command": ["npx", "--yes", "@playwright/mcp"],
"enabled": true
"enabled": true,
"type": "local"
}
}
}
16 changes: 0 additions & 16 deletions chezmoi/private_dot_agents/skills/lean-ctx/SKILL.md

This file was deleted.

1 change: 0 additions & 1 deletion chezmoi/private_dot_claude/skills/symlink_lean-ctx

This file was deleted.