Release v3.1.0: Debug workflow commands + hook fix #83

Merged
lmiranda merged 2 commits from development into main 2026-01-21 23:00:12 +00:00
Owner

Release v3.1.0

Merges development into main.

New Features

  • /debug-report - Diagnostic reporting for test projects
  • /debug-review - Issue investigation with human approval gates
  • Dynamic label format detection in suggest_labels
  • Rewritten labels-sync.md with explicit execution steps

Fixes

  • Removed broken doc-guardian Stop hook that errored on every session end

Version Changes

  • Marketplace: 3.0.1 → 3.1.0
  • projman plugin: 3.0.0 → 3.1.0

See CHANGELOG.md for full details.

🤖 Generated with Claude Code

## Release v3.1.0 Merges development into main. ### New Features - `/debug-report` - Diagnostic reporting for test projects - `/debug-review` - Issue investigation with human approval gates - Dynamic label format detection in suggest_labels - Rewritten labels-sync.md with explicit execution steps ### Fixes - Removed broken doc-guardian Stop hook that errored on every session end ### Version Changes - Marketplace: 3.0.1 → 3.1.0 - projman plugin: 3.0.0 → 3.1.0 See CHANGELOG.md for full details. 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 2 commits 2026-01-21 22:57:20 +00:00
The Stop hook referenced a non-existent "internal queue" for tracking
documentation drift. Each hook runs in isolation with no way to pass
data between invocations, so the queue concept couldn't work.

The hook was causing errors on every session end:
"Stop hook error: Prompt hook condition was not met..."

Changes:
- Removed the Stop hook entirely
- Updated PostToolUse hook to report drift immediately when found
  (instead of referencing non-existent queue)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 306143882a into main 2026-01-21 23:00:12 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#83