Release v3.1.0: Debug workflow commands #81

Merged
lmiranda merged 2 commits from development into main 2026-01-21 22:47:22 +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

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 ### 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:46:34 +00:00
New commands for structured debugging workflow:

/debug-report (for test projects):
- Runs 5 diagnostic MCP tool tests
- Captures full project context (git remote, cwd, branch)
- Generates structured issue with hypothesis
- Creates issue in marketplace repo automatically

/debug-review (for marketplace repo):
- Lists open diagnostic issues for triage
- Maps errors to relevant code files
- MANDATORY: Reads files before proposing fixes
- Three human approval gates
- Creates feature branch, commits, PR with linking

Also includes:
- Dynamic label format detection in suggest_labels
- Rewritten labels-sync.md with explicit execution steps
- Version bump to 3.1.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 642dca7062 into main 2026-01-21 22:47:22 +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#81