spec-first-claude 0.6.0-beta.6 → 0.6.0-beta.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-first-claude",
3
- "version": "0.6.0-beta.6",
3
+ "version": "0.6.0-beta.7",
4
4
  "description": "Spec-first workflow kit for Claude Code — AI-driven development with specs, not guesswork",
5
5
  "bin": {
6
6
  "spec-first-claude": "bin/cli.js"
@@ -8,6 +8,21 @@
8
8
 
9
9
  ---
10
10
 
11
+ ## 0.6.0-beta.7 (2026-04-13)
12
+
13
+ ### Script de sync entre kits (interno, não afeta o user)
14
+
15
+ Criado `scripts/sync-kits.js` no repo SFW (não entra no pacote publicado). Mantém o
16
+ kit Copilot (`.github/`) sincronizado com o kit Claude (`.claude/`) aplicando renames
17
+ automaticamente (`.claude/` → `.github/`, `/extract` → `/sf-extract`, etc.).
18
+
19
+ Fluxo agora: editar apenas em `spec-first-claude`, rodar `npm run sync-kits`, commit
20
+ dos 2 kits juntos. CI pode usar `npm run check-kits` pra detectar drift.
21
+
22
+ **Sem impacto pro usuário do kit Claude** — conteúdo idêntico ao beta.6.
23
+
24
+ ---
25
+
11
26
  ## 0.6.0-beta.6 (2026-04-13)
12
27
 
13
28
  ### Fixes detectados no smoke test de `beta.5`