sequant 1.13.1 → 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.
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
3
|
+
"name": "sequant",
|
|
4
|
+
"description": "Sequant plugin marketplace - structured workflow system for Claude Code",
|
|
5
|
+
"owner": {
|
|
6
|
+
"name": "admarble",
|
|
7
|
+
"email": "github@admarble.com"
|
|
8
|
+
},
|
|
9
|
+
"plugins": [
|
|
10
|
+
{
|
|
11
|
+
"name": "sequant",
|
|
12
|
+
"description": "Structured workflow system for Claude Code - GitHub issue resolution with spec, exec, test, and QA phases. Includes 16 skills for planning, implementation, testing, code review, and quality assurance.",
|
|
13
|
+
"version": "1.13.0",
|
|
14
|
+
"author": {
|
|
15
|
+
"name": "admarble",
|
|
16
|
+
"email": "github@admarble.com"
|
|
17
|
+
},
|
|
18
|
+
"source": "./",
|
|
19
|
+
"category": "workflow"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sequant",
|
|
3
|
-
"version": "1.13.
|
|
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": {
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"files": [
|
|
18
18
|
"dist",
|
|
19
19
|
"templates",
|
|
20
|
-
"stacks"
|
|
20
|
+
"stacks",
|
|
21
|
+
".claude-plugin"
|
|
21
22
|
],
|
|
22
23
|
"scripts": {
|
|
23
24
|
"build": "tsc",
|
|
@@ -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)
|