core: regenerate CORE.md

This commit is contained in:
Cal Corum 2026-02-23 00:00:47 -06:00
parent 05ed276d12
commit 2af2336a85

19
CORE.md
View File

@ -1,5 +1,5 @@
# Memory Core (auto-generated)
> Last updated: 2026-02-22 | Active memories: 202/543 | Next refresh: daily (systemd timer)
> Last updated: 2026-02-23 | Active memories: 201/556 | Next refresh: daily (systemd timer)
## Critical Solutions
@ -20,25 +20,25 @@
- [n8n Server Health Monitor refactored to master + sub-workflow pattern](graph/decisions/n8n-server-health-monitor-refactored-to-master-sub-workflow-7fdc5c.md) - Refactored the monolithic "Server Health Monitor - Claude Code" n8n workflow... (n8n, monitoring, homelab)
- [Proxmox guest cleanup: removed 14 VMs/LXCs before Phase 2 upgrade](graph/decisions/proxmox-guest-cleanup-removed-14-vmslxcs-before-phase-2-upgr-76f14c.md) - Removed 14 unused/duplicate guests before PVE 8->9 upgrade. (proxmox, homelab, infrastructure)
- [Switched embedding model from nomic-embed-text to qwen3-embedding:8b](graph/decisions/switched-embedding-model-from-nomic-embed-text-to-qwen3-embe-8ff29b.md) - Upgraded Ollama embedding model from nomic-embed-text (137M params, 768d, F16... (cognitive-memory, ollama, embedding)
- [Paper Dynasty card-creation needs a dedicated API query CLI tool](graph/decisions/paper-dynasty-card-creation-needs-a-dedicated-api-query-cli-78c597.md) - The `card-creation` project has a `pd-cards` CLI for card generation workflow... (paper-dynasty, cli, tooling)
- [CalVer versioning for all Major Domo and Paper Dynasty services](graph/decisions/calver-versioning-for-all-major-domo-and-paper-dynasty-servi-18d507.md) - Switched all 4 services (MD bot, MD database, PD bot, PD database) from manua... (major-domo, paper-dynasty, ci-cd)
- [Utilize custom agents and skills more across all projects](graph/decisions/utilize-custom-agents-and-skills-more-across-all-projects-9e502d.md) - Decision to start leveraging custom agents (.claude/agents/) and skills (.cla... (claude-code, agents, skills)
- [discord-bots VM (10.10.0.33) flagged for decommission review](graph/decisions/discord-bots-vm-1010033-flagged-for-decommission-review-0a0aa4.md) - No production workloads remain. (proxmox, homelab, cleanup)
- [Git remote naming: origin=Gitea, github=GitHub](graph/decisions/git-remote-naming-origingitea-githubgithub-58ecb6.md) - Standardized git remote naming across all 19 repos: Gitea (git.manticorum.com... (git, infrastructure, convention)
- [Cognitive Memory SKILL.md updated to emphasize proactive edge creation](graph/decisions/cognitive-memory-skillmd-updated-to-emphasize-proactive-edge-91c40e.md) - Updated `~/.claude/skills/cognitive-memory/SKILL.md` with three targeted chan... (cognitive-memory, edges, skill-documentation)
- [Semantic search enabled by default for memory recall](graph/decisions/semantic-search-enabled-by-default-for-memory-recall-e94ae9.md) - Changed `recall()` default from `semantic=False` to `semantic=True`. (cognitive-memory, decision, semantic-search)
## Key Fixes
- [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)
- [pd-cards retrosheet --season-pct defaults to 1.0, overrides retrosheet_data.py config](graph/fixes/pd-cards-retrosheet-season-pct-defaults-to-10-overrides-retr-ff4f4a.md) - The `pd-cards retrosheet process` command defaults `--season-pct` to `1.0`. (paper-dynasty, cli, pd-cards)
- [PD API /players endpoint: filter by cardset uses "cardset_id" not "cardset"](graph/fixes/pd-api-players-endpoint-filter-by-cardset-uses-cardset-id-no-a4100b.md) - When querying the Paper Dynasty API `/players` endpoint, using the query para... (paper-dynasty, api, debugging)
- [Fix: UTC/CST timezone ambiguity in transaction freeze/thaw scheduling — utils/timezone.py](graph/fixes/fix-utccst-timezone-ambiguity-in-transaction-freezethaw-sche-4579c9.md) - major-domo / discord-app-v2 (major-domo, timezone, transaction-freeze)
- [Fix: 7 security issues in major-domo-v2 - hardcoded key, URL encoding, error leaks, bare excepts, guild guard, md5](graph/fixes/fix-7-security-issues-in-major-domo-v2-hardcoded-key-url-enc-04acc9.md) - Commit:** `f4be20a` on `fix/security-issues` branch, merged into `next-release` (major-domo, security, discord-bot)
- [Fix: Race condition in cognitive-memory _save_state loses last_reflection timestamp when daily+weekly timers collide](graph/fixes/fix-race-condition-in-cognitive-memory-save-state-loses-last-59268a.md) - REFLECTION.md showed "Last reflection: never" despite the weekly reflect time... (cognitive-memory, fix, race-condition)
- [Fix: Server Health Monitor n8n workflow - SSH auth and script paths](graph/fixes/fix-server-health-monitor-n8n-workflow-ssh-auth-and-script-p-d5822f.md) - Name: "Server Health Monitor - Claude Code" (n8n, homelab, monitoring)
- [Restic backup stale lock fix and Discord alerting](graph/fixes/restic-backup-stale-lock-fix-and-discord-alerting-9f55a3.md) - Restic backup on nobara-desktop had a stale lock from 2025-12-09 that prevent... (homelab, restic, backup)
- [Fix: Win percentage orientation bug - sheet gives leading team's win%, not home team's](graph/fixes/fix-win-percentage-orientation-bug-sheet-gives-leading-teams-4c2c50.md) - The Google Sheet Scorebug tab outputs: (major-domo, scorebug, win-probability)
- [[homelab] Session: automation, configuration, creation, debugging, deployment, fix, tooling](graph/fixes/homelab-session-automation-configuration-creation-debugging-632ce9.md) - Files edited (1): (homelab, automation, configuration)
- [[major-domo] fix: scorebug stale data, win probability parsing, and read-failure tolerance (closes #39, #40)](graph/fixes/major-domo-fix-scorebug-stale-data-win-probability-parsing-a-c9577d.md) - Commits made: 2 (major-domo, automation, commit)
- [Fix: Scorebug tracker read-failure tolerance prevents false channel hiding](graph/fixes/fix-scorebug-tracker-read-failure-tolerance-prevents-false-c-096020.md) - major-domo / discord-app-v2 (major-domo, scorebug, live-scorebug-tracker)
- [Fix: Scorebug win probability orientation — C8=winning team, D8=percentage](graph/fixes/fix-scorebug-win-probability-orientation-c8winning-team-d8pe-8ce81b.md) - major-domo / discord-app-v2 (major-domo, scorebug, win-probability)
- [[major-domo] Session: configuration, creation, deployment, feature, fix, tooling](graph/fixes/major-domo-session-configuration-creation-deployment-feature-125cef.md) - Files edited (1): (major-domo, configuration, creation)
## Configurations
@ -52,10 +52,3 @@
- [Added pihole1, sba-bots, foundry to n8n health monitoring (9 servers total)](graph/configurations/added-pihole1-sba-bots-foundry-to-n8n-health-monitoring-9-se-ffeb78.md) - Added 3 new servers to CT 302 `config.yaml` for automated health monitoring,... (n8n, monitoring, homelab)
- [MCP server user-scope config: ~/.claude.json + one-time /mcp enable](graph/configurations/mcp-server-user-scope-config-claudejson-one-time-mcp-enable-a24884.md) - User MCP servers go in `~/.claude.json`** under the `mcpServers` key (claude-code, mcp, configuration)
- [Resume Project: RenderCV, resume-tailoring skill, and PDF reader MCP setup](graph/configurations/resume-project-rendercv-resume-tailoring-skill-and-pdf-reade-ad83bb.md) - Install:** `uv tool install "rendercv[full]"` (resume, rendercv, skills)
## 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)
- [Bulk codebase audit and Gitea issue creation across multiple repos with parallel agents](graph/procedures/bulk-codebase-audit-and-gitea-issue-creation-across-multiple-d3f80a.md) - Conducted a full codebase audit across 5 repos (major-domo-v2, major-domo-dat... (gitea, tea-cli, code-review)
- [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)
- [Gitea issue management: comment before closing, close on merge to main](graph/procedures/gitea-issue-management-comment-before-closing-close-on-merge-29c1f2.md) - When fixing issues on a feature or release branch that has NOT yet merged to... (major-domo, gitea, workflow)