Enable pyright-lsp plugin and reformat settings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-17 16:12:03 -06:00
parent a5d019eb3f
commit 2744630382
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,10 @@
{
"notifications_disabled": true,
"allowed_working_directories": [
"/mnt/NV2/Development/claude-home",
"/mnt/media"
]
}
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true
},
"notifications_disabled": true,
"allowed_working_directories": [
"/mnt/NV2/Development/claude-home",
"/mnt/media"
]
}

View File

@ -19,7 +19,8 @@ When a topic comes up, load `{tech}/CONTEXT.md` + `{tech}/troubleshooting.md`. F
| vm, proxmox, kvm, hypervisor | `vm-management/` |
| nginx, proxy, dns, firewall, ssh, ssl, pihole | `networking/` |
| monitoring, alert, uptime kuma, discord health check | `monitoring/` |
| productivity, n8n, workflow, automation, ko-fi | `productivity/` |
| productivity,
n8n, workflow, automation, ko-fi | `productivity/` |
| openclaw, ai assistant, autonomous agent | `productivity/openclaw/` |
| jellyfin, plex, media server, watchstate | `media-servers/` |
| yt-dlp, playwright, media download, web scraping | `media-tools/` |