specweave 1.0.589 → 1.0.590

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,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "1.0.586",
3
+ "version": "1.0.590",
4
4
  "description": "SpecWeave - Spec-Driven Development Framework. PM-led planning, intelligent model selection, living documentation, multi-tool support.",
5
5
  "owner": {
6
6
  "name": "Anton Abyzov",
@@ -12,7 +12,7 @@
12
12
  "description": "SpecWeave unified plugin — increment lifecycle, living docs, PM-led planning, GitHub/JIRA/ADO sync, docs generation, release management, diagrams, AI media",
13
13
  "source": "./plugins/specweave",
14
14
  "category": "development",
15
- "version": "1.0.586",
15
+ "version": "1.0.590",
16
16
  "author": {
17
17
  "name": "Anton Abyzov",
18
18
  "email": "anton.abyzov@gmail.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "1.0.589",
3
+ "version": "1.0.590",
4
4
  "description": "100+ domain-expert AI skills — PM, Architect, Frontend, QA, Security and more. Skills learn your team's patterns permanently. Spec-first planning, autonomous execution, multi-agent teams, synced to GitHub/JIRA. Claude Code, Cursor, Copilot & more.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,10 +10,12 @@
10
10
  "scripts": {
11
11
  "preinstall": "node scripts/check-node-version.js || exit 0",
12
12
  "preuninstall": "node scripts/preuninstall.cjs",
13
- "version": "node scripts/build/auto-changelog.js && git add CHANGELOG.md",
13
+ "version": "node scripts/build/auto-changelog.js && node scripts/build/stamp-plugin-version.cjs && git add CHANGELOG.md plugins/specweave/.claude-plugin/plugin.json .claude-plugin/marketplace.json",
14
14
  "postversion": "echo '✅ Version bumped with CHANGELOG entry'",
15
15
  "clean": "rm -rf dist/",
16
- "build": "tsc && npm run build:dashboard && npm run copy:locales && npm run copy:plugins && npm run copy:hook-deps && npm run copy:adapters",
16
+ "build": "tsc && npm run build:dashboard && npm run copy:locales && npm run copy:plugins && npm run copy:hook-deps && npm run copy:adapters && npm run stamp:plugin-version",
17
+ "stamp:plugin-version": "node scripts/build/stamp-plugin-version.cjs",
18
+ "validate:versions": "node scripts/validation/validate-versions.cjs",
17
19
  "build:dashboard": "npx vite build --config src/dashboard/client/vite.config.ts",
18
20
  "copy:adapters": "node scripts/build/copy-adapters.js",
19
21
  "rebuild": "npm run clean && npm run build",
@@ -21,7 +23,7 @@
21
23
  "copy:plugins": "node scripts/build/copy-plugin-js.js",
22
24
  "copy:hook-deps": "node scripts/build/copy-hook-dependencies.js",
23
25
  "dev": "tsc --watch",
24
- "prepublishOnly": "npm run rebuild",
26
+ "prepublishOnly": "npm run rebuild && npm run validate:versions",
25
27
  "test:unit": "vitest run tests/unit --coverage",
26
28
  "test:unit:fast": "vitest run --config vitest.unit.config.ts",
27
29
  "test:integration": "vitest run tests/integration --coverage",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw",
3
3
  "description": "SpecWeave unified plugin. Provides increment planning (PM, Architect, Tech Lead agents), specification generation, TDD workflow, living docs sync, brownfield support, GitHub/JIRA/ADO bidirectional sync, documentation generation, release management, architecture diagrams, and AI media generation.",
4
- "version": "1.0.586",
4
+ "version": "1.0.590",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"