core: regenerate CORE.md
This commit is contained in:
parent
5467aff5cc
commit
47d2dc281c
5
CORE.md
5
CORE.md
@ -1,21 +1,22 @@
|
||||
# Memory Core (auto-generated)
|
||||
> Last updated: 2026-02-13 | Active memories: 3/314 | Next refresh: manual
|
||||
> Last updated: 2026-02-13 | Active memories: 3/315 | 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)
|
||||
- [Fix for play lock never released on exception](graph/solutions/fix-for-play-lock-never-released-on-exception-5d8e1f.md) - Implemented 3-layer defense against stuck play locks: (1) Added release_play_... (paper-dynasty, python, discord-bot)
|
||||
- [Gitea Actions runner offline - must use internal URL not public domain](graph/solutions/gitea-actions-runner-offline-must-use-internal-url-not-publi-f46835.md) - Problem: Gitea Actions runner showing as 'Offline' in admin UI, jobs stuck in... (gitea, ci-cd, actions)
|
||||
- [Stdlib-only YAML frontmatter parsing for markdown memory files](graph/solutions/stdlib-only-yaml-frontmatter-parsing-for-markdown-memory-fil-312bc2.md) - Built a complete YAML frontmatter parser/serializer using only Python stdlib... (cognitive-memory, python, architecture)
|
||||
- [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)
|
||||
|
||||
## Active Decisions
|
||||
|
||||
- [Agent delegation requires careful review of edge cases](graph/decisions/agent-delegation-requires-careful-review-of-edge-cases-a3f466.md) - When delegating implementation tasks to engineer agents, they reliably handle... (cognitive-memory, agent-delegation, code-review)
|
||||
- [Production deployment checklist for Paper Dynasty bot](graph/decisions/production-deployment-checklist-for-paper-dynasty-bot-638ac8.md) - CRITICAL: Always verify bot startup in production logs after deployment. (paper-dynasty, discord-bot, deployment)
|
||||
- [Mantimon TCG Engine: Highly Configurable Design](graph/decisions/mantimon-tcg-engine-highly-configurable-design-c06fae.md) - The game engine must be extremely configurable to support 'free play' mode wh... (mantimon-tcg, architecture, decision)
|
||||
- [Store DeckConfig with Decks](graph/decisions/store-deckconfig-with-decks-cfc068.md) - When a deck is created, the DeckConfig used for validation should be persiste... (mantimon-tcg, architecture, decision)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user