We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b41a89 + f04870e commit 84f400eCopy full SHA for 84f400e
plugins/dso/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dso",
3
- "version": "0.26.3",
+ "version": "0.26.4",
4
"description": "Workflow infrastructure plugin for Claude Code projects",
5
"commands": "./commands/",
6
"skills": "./skills/",
plugins/dso/scripts/classify-task.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-set -euo pipefail
# classify-task.sh — Classify tasks for /dso:sprint batch planning.
#
# Uses weighted profile scoring via classify-task.py to select the best
0 commit comments