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.
package/package.json
CHANGED
|
@@ -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)
|