You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dso-kknz): batch 3 — RED tests for shim .claude/dso-config.conf resolution
Add 2 new failing tests to test-dso-shim-plugin-root.sh verifying that
the dso shim reads dso.plugin_root from .claude/dso-config.conf (not
workflow-config.conf at repo root). Tests are intentionally RED and will
turn green when dso-tuz0 updates the shim.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CHECKPOINT 2/6: Code patterns understood ✓ - shim at .claude/scripts/dso reads dso.plugin_root from workflow-config.conf at git root (step 2); tests use assert.sh helpers, mktemp git repos in TMPDIR_BASE, and call print_summary at end
49
+
50
+
**2026-03-20T04:21:09Z**
51
+
52
+
CHECKPOINT 3/6: Tests written ✓ - added test_shim_reads_plugin_root_from_dot_claude_dso_config and test_shim_no_fallback_to_workflow_config_conf to tests/scripts/test-dso-shim-plugin-root.sh
53
+
54
+
**2026-03-20T04:21:20Z**
55
+
56
+
CHECKPOINT 4/6: Implementation complete ✓ - No shim source changes (per task constraint). Tests written are the complete implementation for this RED phase task.
57
+
58
+
**2026-03-20T04:21:27Z**
59
+
60
+
CHECKPOINT 5/6: Validation passed ✓ - test file runs, 2 new tests FAIL (RED) as required: test_shim_reads_plugin_root_from_dot_claude_dso_config (FAIL: shim doesn't read .claude/dso-config.conf) and test_shim_no_fallback_to_workflow_config_conf (FAIL: shim still reads workflow-config.conf). 7 pre-existing tests still PASS.
0 commit comments