From 72eca65e83d8323bb6e3cb77650bd993e2cae5c4 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Feb 2026 13:31:37 -0600 Subject: [PATCH] =?UTF-8?q?store:=20[major-domo]=20fix:=20batch=20quick-wi?= =?UTF-8?q?ns=20=E2=80=94=204=20issues=20resolved=20(closes=20#37,=20#27,?= =?UTF-8?q?=20#25,=20#38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...wins-4-issues-resolved-closes-37-ed8f50.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 graph/fixes/major-domo-fix-batch-quick-wins-4-issues-resolved-closes-37-ed8f50.md diff --git a/graph/fixes/major-domo-fix-batch-quick-wins-4-issues-resolved-closes-37-ed8f50.md b/graph/fixes/major-domo-fix-batch-quick-wins-4-issues-resolved-closes-37-ed8f50.md new file mode 100644 index 00000000000..3bfdfe2cf93 --- /dev/null +++ b/graph/fixes/major-domo-fix-batch-quick-wins-4-issues-resolved-closes-37-ed8f50.md @@ -0,0 +1,44 @@ +--- +id: ed8f5008-9c2a-4305-8378-722bc4f8556d +type: fix +title: "[major-domo] fix: batch quick-wins — 4 issues resolved (closes #37, #27, #25, #38)" +tags: [major-domo, commit, configuration, creation, debugging, deployment, feature, fix, refactoring, testing, tooling, session-log] +importance: 0.7 +confidence: 0.8 +created: "2026-02-20T19:31:37.720409+00:00" +updated: "2026-02-20T19:31:37.720409+00:00" +--- + +Commits made: 1 + - fix: batch quick-wins — 4 issues resolved (closes #37, #27, #25, #38) +Files edited (23): + - /home/cal/.claude/plans/sequential-brewing-lemon.md + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/admin/__init__.py + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/draft/picks.py + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/league/__init__.py + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/teams/__init__.py + - /mnt/NV2/Development/major-domo/discord-app-v2/commands/transactions/__init__.py + - /mnt/NV2/Development/major-domo/discord-app-v2/config.py + - /mnt/NV2/Development/major-domo/discord-app-v2/models/custom_command.py + - /mnt/NV2/Development/major-domo/discord-app-v2/models/draft_data.py + - /mnt/NV2/Development/major-domo/discord-app-v2/models/help_command.py +Errors encountered (5): + - Exit code 1 +2597 +--- +F401 [*] `views.embeds.EmbedColors` imported but unused + --> bot.py:21:41 + | +19 | from api.client import get_global_client, cl + - Exit code 1 +F401 `discord` imported but unused + --> commands/admin/__init__.py:9:8 + | + 7 | from typing import List, Tuple, Type + 8 | + 9 | import di + - Exit code 1 +F401 `config._config` imported but unused; consider using `importlib.util.find_spec` to test for availability + --> tests/conftest.py:43:2 +Work types: commit, configuration, creation, debugging, deployment, feature, fix, refactoring, testing, tooling +Session size: 430 messages, 156 tool calls