sequant 1.13.1 → 1.13.2

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
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "sequant",
3
+ "description": "Structured workflow system for Claude Code - GitHub issue resolution with spec, exec, test, and QA phases",
4
+ "version": "1.13.2",
5
+ "author": {
6
+ "name": "admarble",
7
+ "email": "github@admarble.com"
8
+ }
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sequant",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
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",