From 88536842324bded4c2dfbdfd3e308277c9831af4 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Feb 2026 21:26:59 -0600 Subject: [PATCH] store: [major-domo] fix: scorebug stale data, win probability parsing, and read-failure tolerance (closes #39, #40) --- ...e-data-win-probability-parsing-a-c9577d.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 graph/fixes/major-domo-fix-scorebug-stale-data-win-probability-parsing-a-c9577d.md diff --git a/graph/fixes/major-domo-fix-scorebug-stale-data-win-probability-parsing-a-c9577d.md b/graph/fixes/major-domo-fix-scorebug-stale-data-win-probability-parsing-a-c9577d.md new file mode 100644 index 00000000000..5fc1f4b28f9 --- /dev/null +++ b/graph/fixes/major-domo-fix-scorebug-stale-data-win-probability-parsing-a-c9577d.md @@ -0,0 +1,30 @@ +--- +id: c9577d44-73d0-4c06-b313-bc90cb625489 +type: fix +title: "[major-domo] fix: scorebug stale data, win probability parsing, and read-failure tolerance (closes #39, #40)" +tags: [major-domo, automation, commit, configuration, creation, debugging, deployment, feature, fix, testing, tooling, session-log] +importance: 0.7 +confidence: 0.8 +created: "2026-02-21T03:26:59.641676+00:00" +updated: "2026-02-21T03:26:59.641676+00:00" +--- + +Commits made: 2 + - fix: scorebug stale data, win probability parsing, and read-failure tolerance (closes #39, #40) + - docs: add release workflow section to CLAUDE.md +Files edited (7): + - /mnt/NV2/Development/major-domo/discord-app-v2/CLAUDE.md + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/gameplay/scorebug.py + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/gameplay/scorecard_tracker.py + - /mnt/NV2/Development/major-domo/discord-app-v2/services/scorebug_service.py + - /mnt/NV2/Development/major-domo/discord-app-v2/tasks/live_scorebug_tracker.py + - /mnt/NV2/Development/major-domo/discord-app-v2/tests/test_scorebug_bugs.py + - /mnt/NV2/Development/major-domo/discord-app-v2/utils/scorebug_helpers.py +Errors encountered (1): + - String to replace not found in file. +String: # Add win probability bar + embed.add_field( + name='Win Probability', + +Work types: automation, commit, configuration, creation, debugging, deployment, feature, fix, testing, tooling +Session size: 263 messages, 75 tool calls