core: regenerate CORE.md
This commit is contained in:
parent
71f086146b
commit
4e771437ec
26
CORE.md
26
CORE.md
@ -1,5 +1,5 @@
|
||||
# Memory Core (auto-generated)
|
||||
> Last updated: 2026-02-28 | Active memories: 225/670 | Next refresh: daily (systemd timer)
|
||||
> Last updated: 2026-03-01 | Active memories: 235/694 | Next refresh: daily (systemd timer)
|
||||
|
||||
## Critical Solutions
|
||||
|
||||
@ -16,39 +16,39 @@
|
||||
|
||||
## 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)
|
||||
- [SBA Scout Rust Phase 4: Async TUI with Dashboard and Gameday screens](graph/decisions/sba-scout-rust-phase-4-async-tui-with-dashboard-and-gameday-bc4abc.md) - Branch:** `feat/rust-rewrite` | **Commit:** `6d2b11a` (sba-scout, rust, tui)
|
||||
- [SBA Scout Rust rewrite Phase 2 complete — API client, sync, and CSV importers](graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md) - Phase 2 (API Client + Sync + CSV Import) committed as `3c70ecc` on branch `fe... (sba-scout, rust, migration)
|
||||
- [SBA Scout Rust rewrite Phase 1 complete — foundation layer implemented](graph/decisions/sba-scout-rust-rewrite-phase-1-complete-foundation-layer-imp-c9add1.md) - Phase 1 (Foundation) committed as `2005307` on branch `feat/rust-rewrite`. (sba-scout, rust, migration)
|
||||
- [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)
|
||||
- [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)
|
||||
|
||||
## 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)
|
||||
- [[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)
|
||||
- [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)
|
||||
- [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)
|
||||
|
||||
## 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)
|
||||
- [SBA Database API - Server & Deployment Details](graph/configurations/sba-database-api-server-deployment-details-9e9497.md) - Dev server: 10.10.0.42:814 (ssh sba-db → cd container-data/dev-sba-database). (major-domo, deployment, infrastructure)
|
||||
- [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)
|
||||
- [Cognitive Memory MCP (read-only) deployed to Discord Coordinator LXC 301](graph/configurations/cognitive-memory-mcp-read-only-deployed-to-discord-coordinat-5c4a03.md) - Deployed a read-only instance of the cognitive memory MCP server to LXC 301 (... (cognitive-memory, discord-coordinator, mcp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user