From 9173bf87a32fc2e9c9e1d10f3a861955dfe37760 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 13 Feb 2026 11:37:23 -0600 Subject: [PATCH] core: regenerate CORE.md --- CORE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CORE.md b/CORE.md index f3e194c210f..81a965be725 100644 --- a/CORE.md +++ b/CORE.md @@ -1,8 +1,10 @@ # Memory Core (auto-generated) -> Last updated: 2026-02-13 | Active memories: 1/313 | Next refresh: manual +> Last updated: 2026-02-13 | Active memories: 3/314 | Next refresh: manual ## Critical Solutions +- [Integration Test Alpha](graph/solutions/integration-test-alpha-f34acb.md) - Alpha content about socket_keepalive configuration for Redis timeout handling. (alpha, beta, redis) +- [CACHE_ENABLED env var for Major Domo API](graph/solutions/cache-enabled-env-var-for-major-domo-api-f8d1d7.md) - Added CACHE_ENABLED environment variable to toggle Redis caching on/off witho... (major-domo, redis, caching) - [Paper Dynasty: Database sync workflow for prod to dev](graph/solutions/paper-dynasty-database-sync-workflow-for-prod-to-dev-4bb882.md) - Created automated workflow to sync production PostgreSQL database (akamai) to... (paper-dynasty, postgresql, database) - [Fix: pitcher error ratings silently failed due to unpacked range() in list membership](graph/solutions/fix-pitcher-error-ratings-silently-failed-due-to-unpacked-ra-b66c47.md) - In dice.py sa_fielding_roll(), pitcher (P position) error checks used range()... (paper-dynasty, python, fix) - [Play lock context manager refactor - locked_play](graph/solutions/play-lock-context-manager-refactor-locked-play-1f7cd0.md) - Created command_logic/play_context.py with locked_play async context manager. (paper-dynasty, python, fix) @@ -11,8 +13,6 @@ - [Brave ERR_SSL_UNRECOGNIZED_NAME fix for local reverse proxy with Cloudflare DNS](graph/solutions/brave-err-ssl-unrecognized-name-fix-for-local-reverse-proxy-82d410.md) - Chromium-based browsers (Brave, Chrome, Edge) fail with ERR_SSL_UNRECOGNIZED_... (brave, chrome, ssl) - [Docker-in-LXC requires AppArmor unconfined on Proxmox](graph/solutions/docker-in-lxc-requires-apparmor-unconfined-on-proxmox-384eeb.md) - When creating a Proxmox LXC container to run Docker, the container needs AppA... (proxmox, docker, lxc) - [Circular import fix: move shared utilities to standalone module](graph/solutions/circular-import-fix-move-shared-utilities-to-standalone-modu-1c7958.md) - When two modules import from each other, create a standalone module for share... (python, circular-import, architecture) -- [Nobara 43 system update failure - GUI updater hanging](graph/solutions/nobara-43-system-update-failure-gui-updater-hanging-2bc5c9.md) - GUI updater (dnf/PackageKit) hanging on Nobara 43 (Fedora 43 based) during sy... (nobara, fedora, dnf) -- [Paper Dynasty: Fixed card generation after PostgreSQL migration](graph/solutions/paper-dynasty-fixed-card-generation-after-postgresql-migrati-a918ab.md) - Problem**: After migrating Paper Dynasty database from SQLite to PostgreSQL,... (paper-dynasty, postgresql, card-generation) ## Active Decisions