core: regenerate CORE.md

This commit is contained in:
Cal Corum 2026-02-13 12:03:13 -06:00
parent 2354d790e3
commit 7dfe83c090

View File

@ -1,5 +1,5 @@
# Memory Core (auto-generated)
> Last updated: 2026-02-13 | Active memories: 3/315 | Next refresh: manual
> Last updated: 2026-02-13 | Active memories: 4/316 | Next refresh: manual
## Critical Solutions
@ -17,6 +17,7 @@
## 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)
- [Wave-based agent delegation avoids file contention](graph/decisions/wave-based-agent-delegation-avoids-file-contention-23bb23.md) - When delegating multiple tasks to agents that all modify the same file, run t... (cognitive-memory, agent-delegation, pattern)
- [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)