specweave 0.34.23 → 1.0.0-rc.1

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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/plugins/specweave/.claude-plugin/plugin.json +1 -1
  3. package/plugins/specweave-ado/.claude-plugin/plugin.json +1 -1
  4. package/plugins/specweave-alternatives/.claude-plugin/plugin.json +1 -1
  5. package/plugins/specweave-backend/.claude-plugin/plugin.json +1 -1
  6. package/plugins/specweave-confluent/.claude-plugin/plugin.json +1 -1
  7. package/plugins/specweave-cost-optimizer/.claude-plugin/plugin.json +1 -1
  8. package/plugins/specweave-diagrams/.claude-plugin/plugin.json +1 -1
  9. package/plugins/specweave-docs/.claude-plugin/plugin.json +1 -1
  10. package/plugins/specweave-figma/.claude-plugin/plugin.json +1 -1
  11. package/plugins/specweave-frontend/.claude-plugin/plugin.json +1 -1
  12. package/plugins/specweave-github/.claude-plugin/plugin.json +1 -1
  13. package/plugins/specweave-infrastructure/.claude-plugin/plugin.json +1 -1
  14. package/plugins/specweave-jira/.claude-plugin/plugin.json +1 -1
  15. package/plugins/specweave-kafka/.claude-plugin/plugin.json +1 -1
  16. package/plugins/specweave-kafka-streams/.claude-plugin/plugin.json +1 -1
  17. package/plugins/specweave-kubernetes/.claude-plugin/plugin.json +1 -1
  18. package/plugins/specweave-ml/.claude-plugin/plugin.json +1 -1
  19. package/plugins/specweave-mobile/.claude-plugin/plugin.json +1 -1
  20. package/plugins/specweave-n8n/.claude-plugin/plugin.json +1 -1
  21. package/plugins/specweave-payments/.claude-plugin/plugin.json +1 -1
  22. package/plugins/specweave-plugin-dev/.claude-plugin/plugin.json +1 -1
  23. package/plugins/specweave-release/.claude-plugin/plugin.json +1 -1
  24. package/plugins/specweave-testing/.claude-plugin/plugin.json +1 -1
  25. package/plugins/specweave-ui/.claude-plugin/plugin.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "0.34.23",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Spec-driven development framework for Claude Code. AI-native workflow with living documentation, intelligent agents, and multilingual support (9 languages). Enterprise-grade traceability with permanent specs and temporary increments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw",
3
3
  "description": "SpecWeave framework. Provides increment planning (PM, Architect, Tech Lead agents), specification generation, TDD workflow, living docs sync, and brownfield support. Essential for all SpecWeave projects.",
4
- "version": "0.25.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-ado",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Azure DevOps integration for SpecWeave - sync increments with ADO work items, track progress, and manage project workflows",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-alternatives",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Technology stack alternatives analysis using BMAD method - Best, Most Appropriate, Design decisions for architecture choices",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-backend",
3
3
  "description": "Backend API development for Node.js, Python, and .NET stacks. Includes Express, NestJS, FastAPI, Django, Flask, ASP.NET Core, and Entity Framework Core. Focus on REST APIs, authentication, database operations, and background services.",
4
- "version": "0.22.14",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-confluent",
3
3
  "description": "Confluent Cloud integration for SpecWeave - Schema Registry, ksqlDB, Kafka Connect, Flink, stream processing, and enterprise Kafka features",
4
- "version": "0.22.14",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-cost",
3
3
  "description": "Cloud cost optimization and analysis for AWS, Azure, GCP, and serverless platforms. Provides cost analysis, optimization recommendations, pricing comparisons, budget alerts, and serverless cost modeling with 2024/2025 pricing.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
7
7
  "email": "anton.abyzov@gmail.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-diagrams",
3
3
  "description": "Architecture diagram generation with Mermaid following C4 Model conventions. Creates C4 Context/Container/Component diagrams, sequence diagrams, ER diagrams, and deployment diagrams. SpecWeave-aware for HLD/LLD documentation.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-docs",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Documentation generation and management - Docusaurus, spec-driven docs, API documentation, living documentation",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-figma",
3
3
  "description": "Comprehensive Figma design-to-code automation. Import Figma designs via API/MCP, convert components to React/Vue/Angular, extract design tokens, generate responsive layouts, and sync design systems. Focus on accelerating frontend development from Figma designs.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
7
7
  "email": "anton.abyzov@gmail.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-frontend",
3
3
  "description": "Frontend development for React, Vue, and Angular projects. Includes Next.js 14+ App Router support, design system architecture (Atomic Design), and UI component best practices. Focus on modern frontend patterns and performance.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
7
7
  "email": "anton.abyzov@gmail.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-github",
3
3
  "description": "GitHub Issues integration for SpecWeave increments. Bidirectional sync between SpecWeave increments and GitHub Issues. Automatically creates issues from increments, tracks progress, and closes issues on completion. Uses GitHub CLI (gh) for seamless integration.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-infra",
3
3
  "description": "Cloud infrastructure provisioning and monitoring. Includes Hetzner Cloud provisioning, Prometheus/Grafana setup, distributed tracing (Jaeger/Tempo), and SLO implementation. Focus on cost-effective, production-ready infrastructure.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-jira",
3
3
  "description": "JIRA integration for SpecWeave increments. Bidirectional sync between SpecWeave increments and JIRA epics/stories. Automatically creates JIRA issues from increments, tracks progress, and updates status.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-kafka",
3
3
  "description": "Apache Kafka event streaming integration with MCP servers, CLI tools (kcat), Terraform modules, and comprehensive observability stack",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-kafka-streams",
3
3
  "description": "Kafka Streams library integration for SpecWeave - Stream processing with Java/Kotlin, topology patterns, state stores, windowing, joins, and testing frameworks",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-k8s",
3
3
  "description": "Kubernetes deployment and management for SpecWeave projects. Generate K8s manifests, Helm charts, and GitOps workflows. Includes security policies (NetworkPolicy, RBAC) and best practices for production deployments.",
4
- "version": "0.22.14",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-ml",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Complete ML/AI workflow integration for SpecWeave - from experiment tracking to production deployment. Includes 13 comprehensive skills covering the full ML lifecycle: pipeline orchestration, experiment tracking, model evaluation, explainability, deployment, feature engineering, AutoML, computer vision, NLP, time series forecasting, anomaly detection, data visualization, and model registry.",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-mobile",
3
- "version": "0.22.14",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Comprehensive React Native and Expo development support for mobile app development. Includes environment setup, debugging, performance optimization, native modules, and testing strategies.",
5
5
  "author": {
6
6
  "name": "SpecWeave Team"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-n8n",
3
3
  "description": "n8n workflow automation integration with Kafka - Event-driven workflows, Kafka triggers, producers, consumers, and workflow patterns for no-code/low-code event processing",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-payments",
3
3
  "description": "Payment processing integration for Stripe, PayPal, and billing automation. Includes checkout flows, subscription lifecycle management, PCI DSS compliance guidance, and recurring billing. Focus on production-ready payment systems.",
4
- "version": "0.22.14",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-plugin-dev",
3
3
  "description": "Claude Code plugin and skill development toolkit. Plugin creation, testing, publishing. Skill creation, validation, packaging. Agent development, CLI command integration, and marketplace publishing.",
4
- "version": "0.35.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
7
7
  "email": "anton.abyzov@gmail.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-release",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Comprehensive release management for single-repo, multi-repo, and monorepo architectures. Detects existing release strategies, aligns versions across repositories, manages Release Candidates (RC), and integrates with CI/CD workflows. Supports semantic versioning, coordinated releases, and brownfield strategy detection.",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sw-testing",
3
3
  "description": "Comprehensive testing tools for modern web applications. Includes Playwright E2E testing, Vitest unit testing, test generation, and coverage analysis. Focus on test-driven development and quality assurance.",
4
- "version": "0.24.0",
4
+ "version": "1.0.0-rc.1",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
7
7
  "email": "anton.abyzov@gmail.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sw-ui",
3
- "version": "0.24.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Browser automation and UI tools - Element inspection, automated testing, Playwright integration",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",