spec-first-copilot 0.8.0-beta.3 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-first-copilot",
3
- "version": "0.8.0-beta.3",
3
+ "version": "0.8.0",
4
4
  "description": "Spec-first workflow kit for GitHub Copilot — AI-driven development with specs, not guesswork",
5
5
  "bin": {
6
6
  "spec-first-copilot": "bin/cli.js"
@@ -8,6 +8,35 @@
8
8
 
9
9
  ---
10
10
 
11
+ ## 0.8.0 (2026-05-11) — Brownfield onboarding estável
12
+
13
+ Promoção de `0.8.0-beta.3` para estável. Consolida 3 betas:
14
+
15
+ - **beta.1**: Skill `/sf-onboard` (clone + 7 readers paralelos + Analyzer Opus
16
+ → TRD + `docs/` + `projetos.yaml`), TRD §1.6 Padrões Observados, ADRs
17
+ inferidas com flag, `.context.md` tipo `onboard`, multi-repo via re-execução
18
+ - **beta.2**: Passo 0 do `/sf-onboard` verifica auth git pré-clone
19
+ (SSH agent + ssh-T, HTTPS credential helper + GH CLI + ls-remote) com 6
20
+ mensagens de erro específicas
21
+ - **beta.3**: Working directory blindado — regra inviolável #7 + seção dedicada
22
+ em `rules.md`, bloco no topo de `copilot-instructions.md`, aviso reforçado
23
+ no `/sf-onboard` pós-clone. Repos em `projetos/` são alvo de trabalho, não
24
+ ambiente
25
+
26
+ ### Resumo da feature
27
+
28
+ Fecha o ciclo do SFW: além de greenfield (`/sf-start`) e features novas,
29
+ agora suporta **brownfield** — assumir aplicações que já existem. Cartógrafo
30
+ descritivo: lê código, gera base documental sem PRD nem ambiguidades. Coders
31
+ de features futuras seguem padrões observados.
32
+
33
+ ### Migração
34
+
35
+ Não-breaking. Projetos em `0.7.0` continuam funcionando. Pra trazer a skill
36
+ nova em projeto existente: `spec-first-copilot update`.
37
+
38
+ ---
39
+
11
40
  ## 0.8.0-beta.3 (2026-05-11) — Working directory blindado
12
41
 
13
42
  Esclarecimento crítico em brownfield (e em qualquer cenário com múltiplos