61 lines
11 KiB
Markdown
61 lines
11 KiB
Markdown
# Memory Core (auto-generated)
|
|
> Last updated: 2026-03-01 | Active memories: 166/496 | Next refresh: daily (systemd timer)
|
|
|
|
## Critical Solutions
|
|
|
|
- [N8N + Claude Code Automated Server Monitoring System](graph/solutions/n8n-claude-code-automated-server-monitoring-system-62ee21.md) - Built automated server health monitoring with N8N and Claude Code headless mode. (n8n, claude-code, automation)
|
|
- [Docker MCP Gateway secrets workaround for headless Docker Engine (no Docker Desktop)](graph/solutions/docker-mcp-gateway-secrets-workaround-for-headless-docker-en-d82c52.md) - `docker mcp secret set` requires Docker Desktop's `docker-pass` CLI plugin (l... (docker-mcp-gateway, mcp, secrets)
|
|
- [Expanded health monitoring to 6 servers with per-server SSH user support](graph/solutions/expanded-health-monitoring-to-6-servers-with-per-server-ssh-e32b20.md) - Expanded CT 302 health check coverage from 3 to 6 monitored servers. (monitoring, claude-runner-monitoring, homelab)
|
|
- [Cognitive Memory v3.0: Rich Edges + Hybrid Embeddings + MCP Server](graph/solutions/cognitive-memory-v30-rich-edges-hybrid-embeddings-mcp-server-9ea720.md) - Major upgrade to cognitive-memory skill. (cognitive-memory, mcp, architecture)
|
|
- [Proxmox 7 to 8 upgrade completed successfully](graph/solutions/proxmox-7-to-8-upgrade-completed-successfully-f79b6b.md) - Successfully upgraded Proxmox from PVE 7.4-20 (kernel 5.13.19) to PVE 8.4.16... (proxmox, homelab, upgrade)
|
|
- [Agent Swarm Orchestrator: architecture decisions and lessons learned](graph/solutions/agent-swarm-orchestrator-architecture-decisions-and-lessons-99f446.md) - Built a lightweight orchestration system using Claude Code native primitives. (orchestrator, swarm, claude-code)
|
|
- [Gitea Actions composite action auth fix - DEFAULT_ACTIONS_URL=self + REQUIRE_SIGNIN_VIEW=false](graph/solutions/gitea-actions-composite-action-auth-fix-default-actions-urls-499462.md) - Problem: act_runner fails to clone composite actions from cal/gitea-actions w... (gitea, ci-cd, actions)
|
|
- [Gitea Actions runner can't clone self-hosted composite actions - auth + cache fix](graph/solutions/gitea-actions-runner-cant-clone-self-hosted-composite-action-53328f.md) - Problem: Gitea Actions runner fails to clone composite actions from cal/gitea... (gitea, ci-cd, actions)
|
|
- [CORE.md auto-load via MEMORY.md symlinks](graph/solutions/coremd-auto-load-via-memorymd-symlinks-5cb26f.md) - Solved unreliable CORE.md loading at session start. (cognitive-memory, claude-code, automation)
|
|
- [Jellyfin DB corruption recovery - full procedure](graph/solutions/jellyfin-db-corruption-recovery-full-procedure-1e0f47.md) - Jellyfin DB corruption recovery - SQLite Error 11 'database disk image is mal... (jellyfin, watchstate, sqlite)
|
|
|
|
## Active Decisions
|
|
|
|
- [Extracted cognitive-memory app from skill dir to standalone project](graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md) - Moved all application code (~6K lines) from `~/.claude/skills/cognitive-memor... (cognitive-memory, architecture, extraction)
|
|
- [Cognitive memory data dir moved to XDG-compliant path (~/.local/share/cognitive-memory/)](graph/decisions/cognitive-memory-data-dir-moved-to-xdg-compliant-path-locals-dc9c26.md) - Moved default data directory from hardcoded `~/.claude/memory/` to XDG Base D... ([\\\"cognitive-memory\\\", xdg, architecture)
|
|
- [Skill organization: scoped user skills over symlinks](graph/decisions/skill-organization-scoped-user-skills-over-symlinks-6cc417.md) - When skills need to be shared across multiple projects but not all projects,... (claude-code, skills, organization)
|
|
- [Auto-edge creation on memory_store in MCP server](graph/decisions/auto-edge-creation-on-memory-store-in-mcp-server-ee85bf.md) - Implemented auto-edge creation in `mcp_server.py` that runs after every `memo... (cognitive-memory, edges, mcp)
|
|
- [Multi-graph support: named, segregated memory namespaces for cognitive memory](graph/decisions/multi-graph-support-named-segregated-memory-namespaces-for-c-b1ba1b.md) - Implemented multi-graph support for cognitive memory (Gitea issue #1). ([\\\\\\\"cognitive-memory\\\\\\\", multi-graph, architecture)
|
|
- [Removed CORE.md auto-loading from sessions — rely on MCP recall instead](graph/decisions/removed-coremd-auto-loading-from-sessions-rely-on-mcp-recall-42c9a0.md) - Removed the MEMORY.md symlink mechanism that auto-loaded CORE.md (~3K tokens)... ([\\\\\\\"cognitive-memory\\\\\\\", core-md, optimization)
|
|
- [Cognitive memory multi-graph support and scheduled tasks system issues opened on Gitea](graph/decisions/cognitive-memory-multi-graph-support-and-scheduled-tasks-sys-dc6b6c.md) - Both filed on `cal/claude-memory` Gitea repo. (cognitive-memory, scheduled-tasks, systemd)
|
|
- [Migrated Gitea operations from tea CLI to gitea-mcp MCP server](graph/decisions/migrated-gitea-operations-from-tea-cli-to-gitea-mcp-mcp-serv-d32609.md) - Previously, all Gitea operations in Claude Code sessions used the `tea` CLI v... (gitea, mcp, claude-code)
|
|
- [Migrated from Docker MCP Gateway (LXC 303) back to local MCP servers](graph/decisions/migrated-from-docker-mcp-gateway-lxc-303-back-to-local-mcp-s-670b71.md) - LXC 303 (10.10.0.231) was running Docker MCP Gateway serving n8n and Gitea MC... (mcp, docker-mcp-gateway, claude-code)
|
|
- [Resume: Migrated from Google Slides to RenderCV (YAML-to-PDF)](graph/decisions/resume-migrated-from-google-slides-to-rendercv-yaml-to-pdf-b7a4e7.md) - Cal's professional resume was previously maintained in Google Slides and expo... (resume, rendercv, migration)
|
|
|
|
## Key Fixes
|
|
|
|
- [Fix: Partial UUID prefix matching in cognitive memory client (git-style)](graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md) - Users had to type full UUIDs when referencing memories or edges via the client. (cognitive-memory, fix, uuid)
|
|
- [Claude Code MCP user-scope config is ~/.claude.json, not ~/.claude/.mcp.json](graph/fixes/claude-code-mcp-user-scope-config-is-claudejson-not-claudemc-f01c17.md) - Confusion about where Claude Code stores user-scoped MCP server configurations. (claude-code, mcp, configuration)
|
|
- [[claude-config] Reorganize skills: scope guards, archive deploy, restructure z-image](graph/fixes/claude-config-reorganize-skills-scope-guards-archive-deploy-e0de27.md) - Commits made: 1 (claude-config, automation, commit)
|
|
- [[claude-config] Update config, SKILL.md multi-graph docs, remove migrated app code from skill layer](graph/fixes/claude-config-update-config-skillmd-multi-graph-docs-remove-42a4cb.md) - Commits made: 1 (claude-config, automation, commit)
|
|
- [[claude-config] Implement Phase 2: API client, sync pipeline, and CSV card importers](graph/fixes/claude-config-implement-phase-2-api-client-sync-pipeline-and-8677cf.md) - Commits made: 9 (claude-config, automation, commit)
|
|
- [Fix: Stale MCP config pointed to non-existent cognitive-memory binary](graph/fixes/fix-stale-mcp-config-pointed-to-non-existent-cognitive-memor-6665d4.md) - `~/.claude/.mcp.json` and `~/.claude/.mcp-full.json` both pointed to a non-ex... (cognitive-memory, mcp, configuration)
|
|
- [[esb-monorepo] Session: automation, configuration, creation, debugging, deployment, feature, fix](graph/fixes/esb-monorepo-session-automation-configuration-creation-debug-87046d.md) - Files edited (1): (esb-monorepo, automation, configuration)
|
|
- [[claude-config] Implement Phase 2: API client, sync pipeline, and CSV card importers](graph/fixes/claude-config-implement-phase-2-api-client-sync-pipeline-and-c15ce1.md) - Commits made: 6 (claude-config, automation, commit)
|
|
- [MCP manager was writing to wrong config path - ~/.claude/.mcp.json instead of project .mcp.json](graph/fixes/mcp-manager-was-writing-to-wrong-config-path-claudemcpjson-i-b3c2d4.md) - The mcp-manager skill's `mcp_control.py` was reading/writing `~/.claude/.mcp.... (mcp, claude-code, mcp-manager)
|
|
- [[rust] Add test scaffold and mark Phase 1 tasks complete](graph/fixes/rust-add-test-scaffold-and-mark-phase-1-tasks-complete-ed3e8f.md) - Commits made: 1 (rust, automation, commit)
|
|
|
|
## Configurations
|
|
|
|
- [CT 302 claude-runner provisioned for server diagnostics](graph/configurations/ct-302-claude-runner-provisioned-for-server-diagnostics-5da446.md) - VMID:** 302, **IP:** 10.10.0.148, **Hostname:** claude-runner (proxmox, homelab, monitoring)
|
|
- [n8n-mcp server setup for Claude Code via mcp-manager](graph/configurations/n8n-mcp-server-setup-for-claude-code-via-mcp-manager-1d8200.md) - Added `n8n-mcp` (czlonkowski/n8n-mcp v2.35.3) as an on-demand MCP server mana... (n8n, mcp, claude-code)
|
|
- [Path references updated across 6 files after cognitive-memory extraction](graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md) - After moving app code from `~/.claude/skills/cognitive-memory/` to `/mnt/NV2/... (cognitive-memory, configuration, claude-code)
|
|
- [Gitea MCP server (official gitea/gitea-mcp v0.8.1) installed locally](graph/configurations/gitea-mcp-server-official-giteagitea-mcp-v081-installed-loca-e967ba.md) - Installed the official `gitea/gitea-mcp` binary as a user-scoped MCP server f... (gitea, mcp, claude-code)
|
|
- [Docker MCP Gateway deployed on LXC 303 (mcp-gateway, 10.10.0.231)](graph/configurations/docker-mcp-gateway-deployed-on-lxc-303-mcp-gateway-10100231-12689c.md) - VMID:** 303 (docker, mcp, mcp-gateway)
|
|
- [Docker MCP Gateway LXC 303 setup with persistent config and secrets](graph/configurations/docker-mcp-gateway-lxc-303-setup-with-persistent-config-and-1a8753.md) - LXC:** 303, **IP:** 10.10.0.231, **SSH alias:** `mcp-gateway` (docker-mcp-gateway, mcp, homelab)
|
|
- [Custom Gitea MCP server added to Docker MCP Gateway via custom catalog](graph/configurations/custom-gitea-mcp-server-added-to-docker-mcp-gateway-via-cust-2c9312.md) - Gitea MCP is NOT in the default Docker MCP catalog (317 servers, no Gitea). (gitea, mcp, docker-mcp-gateway)
|
|
- [Dotfiles symlink repo at cal/dotfiles on Gitea](graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md) - Created `~/dotfiles/` repository with symlink-managed configs. (dotfiles, symlink, workstation)
|
|
- [z-image restructured as proper Python package with uv tool install](graph/configurations/z-image-restructured-as-proper-python-package-with-uv-tool-i-002fc4.md) - Location: `~/.claude/skills/z-image/` (embedded in skills directory) (z-image, python, uv)
|
|
- [Local Gitea MCP server setup via @boringstudio_org/gitea-mcp (npm stdio)](graph/configurations/local-gitea-mcp-server-setup-via-boringstudio-orggitea-mcp-n-d56855.md) - `@boringstudio_org/gitea-mcp` v1.8.0 via `npx` (stdio transport) (gitea, mcp, claude-code)
|
|
|
|
## Key Procedures
|
|
|
|
- [Self-managing n8n server health monitor with sub-workflows](graph/procedures/self-managing-n8n-server-health-monitor-with-sub-workflows-226839.md) - Master + sub-workflow pattern in n8n for server health monitoring via CT 302... (n8n, homelab, monitoring)
|
|
- [Add a new server to n8n health monitoring](graph/procedures/add-a-new-server-to-n8n-health-monitoring-f3a41c.md) - To add a new server to the automated health monitoring system, only one file... (n8n, monitoring, homelab)
|
|
- [Cognitive-memory has no test suite — use inline smoke tests](graph/procedures/cognitive-memory-has-no-test-suite-use-inline-smoke-tests-21be13.md) - The cognitive-memory project at `/mnt/NV2/Development/cognitive-memory/` has... (cognitive-memory, testing, workflow)
|