core: regenerate CORE.md
This commit is contained in:
parent
c6d4b2d706
commit
9c85bf7efb
10
CORE.md
10
CORE.md
@ -1,5 +1,5 @@
|
||||
# Memory Core (auto-generated)
|
||||
> Last updated: 2026-02-28 | Active memories: 218/664 | Next refresh: daily (systemd timer)
|
||||
> Last updated: 2026-02-28 | Active memories: 225/670 | Next refresh: daily (systemd timer)
|
||||
|
||||
## Critical Solutions
|
||||
|
||||
@ -7,12 +7,12 @@
|
||||
- [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)
|
||||
- [Break circular imports by extracting shared models to models.py](graph/solutions/break-circular-imports-by-extracting-shared-models-to-models-b235f9.md) (python, circular-imports, architecture)
|
||||
- [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)
|
||||
- [Rust CSV importer integration tested — matches Python DB exactly](graph/solutions/rust-csv-importer-integration-tested-matches-python-db-exact-ad48fe.md) - The Rust CSV card importer (`api/importer.rs`) had unit tests for parse helpe... (sba-scout, rust, importer)
|
||||
- [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)
|
||||
|
||||
## Active Decisions
|
||||
|
||||
@ -24,21 +24,21 @@
|
||||
- [FullCard Migration: card_layout.py ported to card-creation repo](graph/decisions/fullcard-migration-card-layoutpy-ported-to-card-creation-rep-c76233.md) (paper-dynasty, card-creation, card_layout)
|
||||
- [FullCard migration: database-side schema + router changes](graph/decisions/fullcard-migration-database-side-schema-router-changes-09bb95.md) (paper-dynasty, database, db_engine)
|
||||
- [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)
|
||||
- [SBA Scout Rust: two separate databases for Rust vs Python apps](graph/decisions/sba-scout-rust-two-separate-databases-for-rust-vs-python-app-71261e.md) - The Rust rewrite maintains its own independent SQLite database, separate from... (sba-scout, rust, database)
|
||||
- [No re-exports when refactoring imports — update call sites directly](graph/decisions/no-re-exports-when-refactoring-imports-update-call-sites-dir-30d490.md) (python, refactoring, architecture)
|
||||
- [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)
|
||||
- [Fix: Float/Decimal type mismatch in card builders (card-creation repo)](graph/fixes/fix-floatdecimal-type-mismatch-in-card-builders-card-creatio-52e4aa.md) (paper-dynasty, card-creation, card_builder)
|
||||
- [Fix: Rust sync excluded IL/MiL teams due to active_only=true](graph/fixes/fix-rust-sync-excluded-ilmil-teams-due-to-active-onlytrue-5c1148.md) - The Rust `sync_teams()` function in `api/sync.rs` was calling: (sba-scout, rust, sync)
|
||||
- [[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)
|
||||
- [Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool](graph/fixes/fix-sqlite-pragma-foreign-keys-is-per-connection-not-per-poo-49a800.md) - Project:** sba-scout (Rust) (sba-scout, rust, sqlx)
|
||||
- [[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)
|
||||
- [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)
|
||||
- [[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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user