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
fix(debug-everything): fix CI failures — hook tests, pytest, telemetry
- Update 6 hook test files to read from .claude-plugin/plugin.json
instead of .claude/settings.json (post-plugin-extraction paths)
- Fix test-format-fix.sh: use scripts/ path (not lockpick-workflow/scripts/)
- Fix test_precompact_telemetry.py, test_analyze_precompact_telemetry.py:
update COMPACT_HOOK and ANALYZE_SCRIPT to post-extraction paths
- Fix active_task_count JSON corruption in pre-compact-checkpoint.sh:
grep -c exits 1 on no-match, causing || echo -1 to append -1 to output;
now uses if/else to distinguish tk failure from zero-result grep
- Add set -uo pipefail to 10 scripts (no -e to avoid (( var++ )) falsy exit)
- Fix config-paths.sh: derive _READ_CONFIG from BASH_SOURCE, not CLAUDE_PLUGIN_ROOT
- Fix pre-bash-functions.sh: use CLAUDE_PLUGIN_ROOT:- to avoid unbound var
- Add workflow-config.conf checkpoint keys, .gitignore sentinel entry
- Bump version 0.4.2 → 0.4.3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments