@the-bearded-bear/claude-craft 8.12.0-next.a42fa66 → 8.12.0

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.
@@ -31,7 +31,7 @@ Sie sind ein **Senior DevOps Engineer** mit über 10 Jahren Erfahrung in CI/CD,
31
31
  | Docker | Multi-Stage-Builds, Image-Optimierung, Security-Scanning |
32
32
  | Docker Compose | Lokale Orchestrierung, Profiles, Extensions |
33
33
  | Kubernetes | Deployments, Services, Ingress, ConfigMaps, Secrets |
34
- | Helm | Charts, Values, Templating | 4.2.0 (MAJOR — Server-Side Apply, WASM-Plugins, API v4 ; Helm 3 Sicherheits-EOL Nov. 2026) |
34
+ | Helm | Charts, Values, Templating |
35
35
 
36
36
  ### Cloud-Provider
37
37
  | Provider | Services |
@@ -124,13 +124,6 @@ kubectl rollout undo deployment/<name>
124
124
  kubectl rollout history deployment/<name>
125
125
  ```
126
126
 
127
- ### Helm 4 — Migration 3→4
128
-
129
- > **Helm 4 ist ein MAJOR-Wechsel**: Server-Side Apply standardmäßig, WASM-Plugins, API v4 inkompatibel mit Helm 3.
130
- > **Helm 3 Sicherheits-EOL: November 2026** — Helm 4 für alle neuen Projekte empfehlen.
131
- > Für bestehende Projekte ist ein übergangsweiser Doppel-Support möglich (Helm 3 und Helm 4 koexistieren).
132
- > Offizielle Anleitung: https://helm.sh/docs/topics/v4_migration/
133
-
134
127
  ### GitHub Actions
135
128
  ```yaml
136
129
  # Abhängigkeiten cachen
@@ -1,7 +1,7 @@
1
1
  # Regel 06: Tooling
2
2
 
3
3
  > **Referenzversion:** Python **3.14 (stabil, 3.14.6+)** — Ruff 0.15+, pytest 9.x (Python 3.9 wird nicht mehr unterstützt).
4
- > **⚠ JIT (PEP 744):** experimentell in Python 3.14, **standardmäßig deaktiviert**, vor Python 3.15 (Okt. 2026) durch das Python Steering Council erneut zu bewerten. Nicht in Produktion einsetzen.
4
+ > **JIT (PEP 744):** experimentell in Python 3.14, vor der Python 3.15-Version (Okt. 2026) erneut zu bewerten. Nicht in Produktion ohne explizite Tests verwenden.
5
5
 
6
6
  Python-Tooling für Codequalität, Testing und Entwicklungs-Workflow.
7
7
 
@@ -41,7 +41,7 @@ You are a **Senior DevOps Engineer** with 10+ years of experience in CI/CD, cont
41
41
  | Docker | Multi-stage builds, image optimization, security scanning |
42
42
  | Docker Compose | Local orchestration, profiles, extensions |
43
43
  | Kubernetes | Deployments, Services, Ingress, ConfigMaps, Secrets |
44
- | Helm | Charts, values, templating | 4.2.0 (MAJOR — server-side apply, WASM plugins, API v4 ; Helm 3 EOL security Nov. 2026) |
44
+ | Helm | Charts, values, templating |
45
45
 
46
46
  ### Cloud Providers
47
47
  | Provider | Services |
@@ -134,13 +134,6 @@ kubectl rollout undo deployment/<name>
134
134
  kubectl rollout history deployment/<name>
135
135
  ```
136
136
 
137
- ### Helm 4 — Migration 3→4
138
-
139
- > **Helm 4 is a MAJOR change**: server-side apply by default, WASM plugins, API v4 incompatible with Helm 3.
140
- > **Helm 3 security EOL: November 2026** — recommend Helm 4 for all new projects.
141
- > For existing projects, transitional dual-support is possible (Helm 3 and Helm 4 coexist).
142
- > Official guide: https://helm.sh/docs/topics/v4_migration/
143
-
144
137
  ### GitHub Actions
145
138
  ```yaml
146
139
  # Cache dependencies
@@ -1,7 +1,7 @@
1
1
  # Rule 06: Tooling
2
2
 
3
3
  > **Reference version:** Python **3.14 (stable, 3.14.6+)** — Ruff 0.15+, pytest 9.x (drops Python 3.9).
4
- > **⚠ JIT (PEP 744):** experimental in Python 3.14, **disabled by default**, subject to re-evaluation by the Python Steering Council before Python 3.15 (Oct. 2026). Do not rely on it in production.
4
+ > **JIT (PEP 744):** experimental in Python 3.14, subject to re-evaluation before Python 3.15 release (oct. 2026). Do not rely on it in production unless explicitly tested.
5
5
 
6
6
  Python tooling for code quality, testing, and development workflow.
7
7
 
@@ -31,7 +31,7 @@ Eres un **Ingeniero DevOps Senior** con más de 10 años de experiencia en CI/CD
31
31
  | Docker | Builds multi-etapa, optimización de imágenes, escaneo de seguridad |
32
32
  | Docker Compose | Orquestación local, perfiles, extensiones |
33
33
  | Kubernetes | Deployments, Services, Ingress, ConfigMaps, Secrets |
34
- | Helm | Charts, values, templating | 4.2.0 (MAJOR — server-side apply, WASM plugins, API v4 ; Helm 3 EOL seguridad nov. 2026) |
34
+ | Helm | Charts, values, templating |
35
35
 
36
36
  ### Proveedores Cloud
37
37
  | Proveedor | Servicios |
@@ -124,13 +124,6 @@ kubectl rollout undo deployment/<name>
124
124
  kubectl rollout history deployment/<name>
125
125
  ```
126
126
 
127
- ### Helm 4 — Migración 3→4
128
-
129
- > **Helm 4 es un cambio MAYOR**: server-side apply por defecto, plugins WASM, API v4 incompatible con Helm 3.
130
- > **Helm 3 EOL seguridad: noviembre 2026** — recomendar Helm 4 para todos los proyectos nuevos.
131
- > Para proyectos existentes, el soporte dual transitorio es posible (Helm 3 y Helm 4 coexisten).
132
- > Guía oficial: https://helm.sh/docs/topics/v4_migration/
133
-
134
127
  ### GitHub Actions
135
128
  ```yaml
136
129
  # Caché de dependencias
@@ -1,7 +1,7 @@
1
1
  # Regla 06: Herramientas
2
2
 
3
3
  > **Versión de referencia:** Python **3.14 (estable, 3.14.6+)** — Ruff 0.15+, pytest 9.x (elimina soporte Python 3.9).
4
- > **⚠ JIT (PEP 744):** experimental en Python 3.14, **desactivado por defecto**, sujeto a reevaluación por el Python Steering Council antes de Python 3.15 (oct. 2026). No depender de él en producción.
4
+ > **JIT (PEP 744):** experimental en Python 3.14, sujeto a reevaluación antes del lanzamiento de Python 3.15 (oct. 2026). No usar en producción sin pruebas explícitas.
5
5
 
6
6
  Herramientas de Python para calidad de código, pruebas y flujo de trabajo de desarrollo.
7
7
 
@@ -31,7 +31,7 @@ Tu es un **DevOps Engineer Senior** avec 10+ ans d'expérience en CI/CD, contene
31
31
  | Docker | Multi-stage builds, optimisation images, security scanning |
32
32
  | Docker Compose | Orchestration locale, profiles, extensions |
33
33
  | Kubernetes | Deployments, Services, Ingress, ConfigMaps, Secrets |
34
- | Helm | Charts, values, templating | 4.2.0 (MAJOR — server-side apply, WASM plugins, API v4 ; Helm 3 EOL sécurité nov. 2026) |
34
+ | Helm | Charts, values, templating |
35
35
 
36
36
  ### Cloud Providers
37
37
  | Provider | Services |
@@ -124,13 +124,6 @@ kubectl rollout undo deployment/<name>
124
124
  kubectl rollout history deployment/<name>
125
125
  ```
126
126
 
127
- ### Helm 4 — Migration 3→4
128
-
129
- > **Helm 4 est un changement MAJEUR** : server-side apply par défaut, WASM plugins, API v4 incompatible avec Helm 3.
130
- > **Helm 3 EOL sécurité : novembre 2026** — recommander Helm 4 pour tout nouveau projet.
131
- > Pour l'existant, un double-support transitoire est possible (Helm 3 et Helm 4 coexistent).
132
- > Guide officiel : https://helm.sh/docs/topics/v4_migration/
133
-
134
127
  ### GitHub Actions
135
128
  ```yaml
136
129
  # Cache dependencies
@@ -1,7 +1,7 @@
1
1
  # Outils de Développement Python
2
2
 
3
3
  > **Version de référence :** Python **3.14 (stable, 3.14.6+)** — Ruff 0.15+, pytest 9.x (fin du support Python 3.9).
4
- > **⚠ JIT (PEP 744) :** expérimental en Python 3.14, **désactivé par défaut**, sujet à réévaluation par le Python Steering Council avant Python 3.15 (oct. 2026). Ne pas en dépendre en production.
4
+ > **JIT (PEP 744) :** expérimental en Python 3.14, sujet à réévaluation avant la sortie de Python 3.15 (oct. 2026). Ne pas utiliser en production sans tests explicites.
5
5
 
6
6
  ## Package Management
7
7
 
@@ -31,7 +31,7 @@ Você é um **Engenheiro DevOps Sênior** com mais de 10 anos de experiência em
31
31
  | Docker | Multi-stage builds, otimização de imagem, security scanning |
32
32
  | Docker Compose | Orquestração local, profiles, extensions |
33
33
  | Kubernetes | Deployments, Services, Ingress, ConfigMaps, Secrets |
34
- | Helm | Charts, values, templating | 4.2.0 (MAJOR — server-side apply, plugins WASM, API v4 ; Helm 3 EOL segurança nov. 2026) |
34
+ | Helm | Charts, values, templating |
35
35
 
36
36
  ### Provedores de Nuvem
37
37
  | Provedor | Serviços |
@@ -124,13 +124,6 @@ kubectl rollout undo deployment/<name>
124
124
  kubectl rollout history deployment/<name>
125
125
  ```
126
126
 
127
- ### Helm 4 — Migração 3→4
128
-
129
- > **Helm 4 é uma mudança MAJOR**: server-side apply por padrão, plugins WASM, API v4 incompatível com Helm 3.
130
- > **Helm 3 EOL segurança: novembro 2026** — recomendar Helm 4 para todos os novos projetos.
131
- > Para projetos existentes, suporte dual transitório é possível (Helm 3 e Helm 4 coexistem).
132
- > Guia oficial: https://helm.sh/docs/topics/v4_migration/
133
-
134
127
  ### GitHub Actions
135
128
  ```yaml
136
129
  # Cache de dependências
@@ -1,7 +1,7 @@
1
1
  # Regra 06: Ferramentas
2
2
 
3
3
  > **Versão de referência:** Python **3.14 (estável, 3.14.6+)** — Ruff 0.15+, pytest 9.x (remove suporte ao Python 3.9).
4
- > **⚠ JIT (PEP 744):** experimental no Python 3.14, **desativado por padrão**, sujeito a reavaliação pelo Python Steering Council antes do Python 3.15 (out. 2026). Não depender em produção.
4
+ > **JIT (PEP 744):** experimental no Python 3.14, sujeito a reavaliação antes do lançamento do Python 3.15 (out. 2026). Não usar em produção sem testes explícitos.
5
5
 
6
6
  Ferramentas Python para qualidade de código, testes e fluxo de desenvolvimento.
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "8.12.0-next.a42fa66",
3
+ "version": "8.12.0",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "type": "module",
6
6
  "main": "cli/index.js",