Skip to content

Commit 6d7ec63

Browse files
author
Test
committed
refactor(0df8-1c8c): extract _classify_hypotheses() from analyze_session in skill-trace-analyze.py (merge worktree-20260416-132321)
2 parents b66ed14 + ea2f51d commit 6d7ec63

62 files changed

Lines changed: 6920 additions & 6068 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.test-index

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,45 @@ plugins/dso/README.md:tests/skills/test-nextjs-starter-docs.sh
180180
CLAUDE.md:tests/skills/test-nextjs-starter-docs.sh
181181
plugins/dso/docs/designs/dso-nextjs-starter-plugin-install.md:tests/scripts/test-dso-nextjs-starter-plugin-install.sh [test_plugin_consent_doc_has_required_sections]
182182
plugins/dso/scripts/create-dso-app.sh:tests/scripts/test-create-dso-app.sh
183+
184+
# --- bridge/ subpackage modules (c43c-12c8, 5ee9-8591, 9f0d-860d) ---
185+
plugins/dso/scripts/bridge-inbound.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_integration.py,tests/scripts/test_bridge_inbound_comment.py,tests/scripts/test_bridge_inbound_field_coverage.py
186+
plugins/dso/scripts/bridge-outbound.py:tests/scripts/test_bridge_outbound.py,tests/scripts/test_bridge_outbound_comment.py
187+
plugins/dso/scripts/bridge/_atomic.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_outbound.py
188+
plugins/dso/scripts/bridge/_comments_inbound.py:tests/scripts/test_bridge_inbound_comment.py,tests/scripts/test_bridge_inbound.py
189+
plugins/dso/scripts/bridge/_flap.py:tests/scripts/test_bridge_status.py,tests/scripts/test_bridge_inbound.py
190+
plugins/dso/scripts/bridge/_handle_destructive_guard.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_integration.py
191+
plugins/dso/scripts/bridge/_handle_edit.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_field_coverage.py
192+
plugins/dso/scripts/bridge/_handle_links.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_integration.py
193+
plugins/dso/scripts/bridge/_handle_status.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_status.py
194+
plugins/dso/scripts/bridge/_handle_type.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_field_coverage.py
195+
plugins/dso/scripts/bridge/_inbound_api.py:tests/scripts/test_bridge_inbound.py,tests/scripts/test_bridge_inbound_integration.py
196+
plugins/dso/scripts/bridge/_inbound_utils.py:tests/scripts/test_bridge_inbound.py
197+
plugins/dso/scripts/bridge/_outbound_api.py:tests/scripts/test_bridge_outbound.py,tests/scripts/test_bridge_outbound_comment.py
198+
plugins/dso/scripts/bridge/_outbound_handlers.py:tests/scripts/test_bridge_outbound.py,tests/scripts/test_bridge_outbound_comment.py
199+
200+
# --- ticket_reducer/ subpackage modules (f046-3235) ---
201+
plugins/dso/scripts/ticket-reducer.py:tests/scripts/test_ticket_reducer.py,tests/scripts/test_ticket_reducer_conflict.py,tests/scripts/test_ticket_reducer_edit.py,tests/scripts/test_ticket_reducer_strategy.py
202+
plugins/dso/scripts/ticket_reducer/_cache.py:tests/scripts/test_ticket_reducer.py
203+
plugins/dso/scripts/ticket_reducer/_processors.py:tests/scripts/test_ticket_reducer.py,tests/scripts/test_ticket_reducer_conflict.py,tests/scripts/test_ticket_reducer_edit.py,tests/scripts/test_ticket_reducer_strategy.py
204+
plugins/dso/scripts/ticket_reducer/_sort.py:tests/scripts/test_ticket_reducer.py
205+
plugins/dso/scripts/ticket_reducer/_state.py:tests/scripts/test_ticket_reducer.py
206+
207+
# --- analyze_tool/ subpackage modules (c43c-12c8) ---
208+
plugins/dso/scripts/analyze-tool-use.py:tests/scripts/test-skill-trace-analyze.sh,tests/scripts/test-skill-trace-analyze-shim.sh
209+
plugins/dso/scripts/analyze_tool/_constants.py:tests/scripts/test-skill-trace-analyze.sh
210+
plugins/dso/scripts/analyze_tool/_detectors.py:tests/scripts/test-skill-trace-analyze.sh
211+
plugins/dso/scripts/analyze_tool/_log_io.py:tests/scripts/test-skill-trace-analyze.sh
212+
plugins/dso/scripts/analyze_tool/_models.py:tests/scripts/test-skill-trace-analyze.sh
213+
plugins/dso/scripts/analyze_tool/_report.py:tests/scripts/test-skill-trace-analyze.sh
214+
plugins/dso/scripts/analyze_tool/_similarity.py:tests/scripts/test-skill-trace-analyze.sh
215+
216+
# --- ticket_graph/ subpackage modules (c43c-12c8) ---
217+
plugins/dso/scripts/ticket_graph/_blockers.py:tests/scripts/test_ticket_graph.py
218+
plugins/dso/scripts/ticket_graph/_cache.py:tests/scripts/test_ticket_graph.py
219+
plugins/dso/scripts/ticket_graph/_graph.py:tests/scripts/test_ticket_graph.py
220+
plugins/dso/scripts/ticket_graph/_hierarchy.py:tests/scripts/test_ticket_graph.py
221+
plugins/dso/scripts/ticket_graph/_links.py:tests/scripts/test_ticket_graph.py
222+
plugins/dso/scripts/ticket_graph/_loader.py:tests/scripts/test_ticket_graph.py
223+
plugins/dso/scripts/ticket_graph/_status.py:tests/scripts/test_ticket_graph.py
183224
INSTALL.md:tests/test-install-doc-contract.sh [test_install_doc_contract]

plugins/dso/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dso",
3-
"version": "1.12.29",
3+
"version": "1.12.30",
44
"description": "Workflow infrastructure plugin for Claude Code projects",
55
"commands": "./commands/",
66
"skills": "./skills/",

0 commit comments

Comments
 (0)