# Memory Core (auto-generated) > Last updated: 2026-02-13 | Active memories: 1/313 | Next refresh: manual ## Critical Solutions - [Paper Dynasty: Database sync workflow for prod to dev](graph/solutions/paper-dynasty-database-sync-workflow-for-prod-to-dev-4bb882.md) (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) (paper-dynasty, python, fix) - [Play lock context manager refactor - locked_play](graph/solutions/play-lock-context-manager-refactor-locked-play-1f7cd0.md) (paper-dynasty, python, fix) - [Fix for play lock never released on exception](graph/solutions/fix-for-play-lock-never-released-on-exception-5d8e1f.md) (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) (gitea, ci-cd, actions) - [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) (brave, chrome, ssl) - [Docker-in-LXC requires AppArmor unconfined on Proxmox](graph/solutions/docker-in-lxc-requires-apparmor-unconfined-on-proxmox-384eeb.md) (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) (python, circular-import, architecture) - [Nobara 43 system update failure - GUI updater hanging](graph/solutions/nobara-43-system-update-failure-gui-updater-hanging-2bc5c9.md) (nobara, fedora, dnf) - [Paper Dynasty: Fixed card generation after PostgreSQL migration](graph/solutions/paper-dynasty-fixed-card-generation-after-postgresql-migrati-a918ab.md) (paper-dynasty, postgresql, card-generation) - [Intermittent SSL errors caused by IPv6/IPv4 DNS conflicts](graph/solutions/intermittent-ssl-errors-caused-by-ipv6ipv4-dns-conflicts-62b643.md) (networking, dns, ipv6) - [PostgreSQL migration: Add default ORDER BY id to BaseModel.select()](graph/solutions/postgresql-migration-add-default-order-by-id-to-basemodelsel-478cd8.md) (paper-dynasty, postgresql, migration) - [Automated Gitea branch protection across all repositories](graph/solutions/automated-gitea-branch-protection-across-all-repositories-13c13f.md) (gitea, api, branch-protection) - [Paper Dynasty PostgreSQL Migration Complete](graph/solutions/paper-dynasty-postgresql-migration-complete-b5f56d.md) (paper-dynasty, postgresql, migration) - [Proxmox API token cannot set LXC feature flags on privileged containers](graph/solutions/proxmox-api-token-cannot-set-lxc-feature-flags-on-privileged-83f90a.md) (proxmox, api, lxc) ## Active Decisions - [Production deployment checklist for Paper Dynasty bot](graph/decisions/production-deployment-checklist-for-paper-dynasty-bot-638ac8.md) (paper-dynasty, discord-bot, deployment) - [Mantimon TCG Engine: Highly Configurable Design](graph/decisions/mantimon-tcg-engine-highly-configurable-design-c06fae.md) (mantimon-tcg, architecture, decision) - [Store DeckConfig with Decks](graph/decisions/store-deckconfig-with-decks-cfc068.md) (mantimon-tcg, architecture, decision) - [Mantimon TCG: RNG and Card Registry Design](graph/decisions/mantimon-tcg-rng-and-card-registry-design-42c14a.md) (mantimon-tcg, architecture, decision) - [Phase 4 Game Service + WebSocket Plan](graph/decisions/phase-4-game-service-websocket-plan-da0789.md) (mantimon-tcg, python, websocket) - [Card builder architecture redesign](graph/decisions/card-builder-architecture-redesign-396868.md) (paper-dynasty, architecture, card-generation) - [Phase 3 Collections+Decks plan created](graph/decisions/phase-3-collectionsdecks-plan-created-dedfc3.md) (mantimon-tcg, python, planning) - [Removed http_trigger in favor of jumbo package](graph/decisions/removed-http-trigger-in-favor-of-jumbo-package-8fc22c.md) (esb-monorepo, python, refactor) ## Key Fixes - [Successfully fixed Paper Dynasty API 502 errors via manual Pi-hole DNS cleanup](graph/fixes/successfully-fixed-paper-dynasty-api-502-errors-via-manual-p-01944b.md) (paper-dynasty, pihole, v6) - [PostgreSQL migration: get_team_by_owner returns wrong team](graph/fixes/postgresql-migration-get-team-by-owner-returns-wrong-team-c9f0d6.md) (paper-dynasty, postgresql, migration) - [PostgreSQL migration: DateTimeField defaults must be datetime objects](graph/fixes/postgresql-migration-datetimefield-defaults-must-be-datetime-03a346.md) (paper-dynasty, postgresql, migration) - [Added default ORDER BY id to BattingCardRatings.select() in list endpoints](graph/fixes/added-default-order-by-id-to-battingcardratingsselect-in-lis-6423a9.md) (paper-dynasty, python, postgresql) - [Add default ORDER BY id to GameRewards.select() list endpoint](graph/fixes/add-default-order-by-id-to-gamerewardsselect-list-endpoint-5ad98d.md) (paper-dynasty, python, postgres-migration) - [Add default ORDER BY id to PackType list endpoint](graph/fixes/add-default-order-by-id-to-packtype-list-endpoint-1679f2.md) (paper-dynasty, postgresql, migration) - [Added default ORDER BY id to notifications list endpoint](graph/fixes/added-default-order-by-id-to-notifications-list-endpoint-ad7d61.md) (paper-dynasty, postgresql, migration) - [Added default ORDER BY id to MlbPlayer.select() endpoint](graph/fixes/added-default-order-by-id-to-mlbplayerselect-endpoint-0670d2.md) (paper-dynasty, postgresql, migration) - [Added default ordering to StratPlay list endpoint](graph/fixes/added-default-ordering-to-stratplay-list-endpoint-e22444.md) (paper-dynasty, postgresql, migration) - [Added default ordering to PitchingStat list endpoint](graph/fixes/added-default-ordering-to-pitchingstat-list-endpoint-08952b.md) (paper-dynasty, postgresql, migration) ## Configurations - [Uptime Kuma deployed on LXC 227](graph/configurations/uptime-kuma-deployed-on-lxc-227-35400a.md) (uptime-kuma, monitoring, homelab) - [OpenCode agent model configuration](graph/configurations/opencode-agent-model-configuration-33fa68.md) (opencode, configuration, models) ## Patterns & Workflows - [CRITICAL: Git commit requires explicit user approval](graph/workflows/critical-git-commit-requires-explicit-user-approval-c253c9.md) (paper-dynasty, major-domo, git) - [Optional locking parameter pattern for read vs write commands](graph/code-patterns/optional-locking-parameter-pattern-for-read-vs-write-command-88bbf5.md) (paper-dynasty, python, discord-bot) - [Paper Dynasty: 2005 Live Series card update workflow (mid-season)](graph/workflows/paper-dynasty-2005-live-series-card-update-workflow-mid-seas-2937a9.md) (paper-dynasty, cardset, 2005) - [Deploy Major Domo with feature branch workflow and Docker BuildKit workaround](graph/workflows/deploy-major-domo-with-feature-branch-workflow-and-docker-bu-a88203.md) (major-domo, deployment, workflow) ## Known Issues - [Play lock never released on exception - causes permanent user lockout](graph/problems/play-lock-never-released-on-exception-causes-permanent-user-9b70e3.md) (paper-dynasty, python, discord-bot) - [Paper Dynasty bot freeze from duplicate X-Check interaction submissions](graph/problems/paper-dynasty-bot-freeze-from-duplicate-x-check-interaction-711ea5.md) (paper-dynasty, discord-bot, sqlalchemy) - [Violated git commit approval - deployed without permission](graph/problems/violated-git-commit-approval-deployed-without-permission-a62147.md) (paper-dynasty, database, git) - [Pi-hole v6 DNS sync script needs update for new TOML config format](graph/problems/pi-hole-v6-dns-sync-script-needs-update-for-new-toml-config-dc3ed1.md) (pihole, npm, dns) - [Critical: Wrong API parameter name - used 'dem_week' instead of 'demotion_week'](graph/errors/critical-wrong-api-parameter-name-used-dem-week-instead-of-d-0d5b86.md) (major-domo, python, api) - [Intermittent SSL connection failures from internal network](graph/problems/intermittent-ssl-connection-failures-from-internal-network-1d9b21.md) (networking, dns, ssl) - [Gitea API 403 Forbidden - insufficient token scopes](graph/problems/gitea-api-403-forbidden-insufficient-token-scopes-1052e9.md) (gitea, api, authentication) - [Production crash: Missing Optional import in type hint caused NameError](graph/errors/production-crash-missing-optional-import-in-type-hint-caused-ffdfef.md) (major-domo, python, production)