sequant 1.13.2 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sequant",
3
3
  "description": "Structured workflow system for Claude Code - GitHub issue resolution with spec, exec, test, and QA phases",
4
- "version": "1.13.2",
4
+ "version": "1.13.3",
5
5
  "author": {
6
6
  "name": "admarble",
7
7
  "email": "github@admarble.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sequant",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "Quantize your development workflow - Sequential AI phases with quality gates",
5
5
  "type": "module",
6
6
  "bin": {
@@ -62,8 +62,9 @@ Quality loop (`--quality-loop` or `-q`) provides automatic fix iterations when p
62
62
  - Labels include: `complex`, `refactor`, `breaking`, `major` (auto-enabled)
63
63
  - Labels include: `enhancement`, `feature` (new functionality)
64
64
  - Issue involves multiple files or components
65
- - Issue title contains: "add", "implement", "create", "refactor", "update"
65
+ - Issue title contains: "add", "implement", "create", "refactor", "update", "overhaul", "redesign", "improve", "rework", "revamp", "migrate", "convert", "design", "build", "develop"
66
66
  - Issue is NOT a simple bug fix with `bug` or `fix` label only
67
+ - **Default: recommend quality loop unless explicitly trivial** — most issues benefit from retry capability
67
68
 
68
69
  **Skip quality loop recommendation only when:**
69
70
  - Simple bug fix (only `bug` or `fix` label, no other labels)