@promovaweb/specsfy 0.10.3 → 0.10.5
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/CHANGELOG.md +25 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,31 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.10.5] - 2026-08-27
|
|
8
|
+
|
|
9
|
+
## Correções
|
|
10
|
+
|
|
11
|
+
- Alinha os testes automatizados da importação de `MVP.md` ao fluxo atual: somente requisitos desenvolvíveis criam backlog e spec Draft; a milestone mantém proveniência e triagem, sem Inboxes ou cópia de contexto de negócio.
|
|
12
|
+
|
|
13
|
+
## Validação
|
|
14
|
+
|
|
15
|
+
- Testes unitários e cenários BDD da biblioteca de skills executados com sucesso.
|
|
16
|
+
|
|
17
|
+
## [0.10.4] - 2026-08-27
|
|
18
|
+
|
|
19
|
+
## Corrigido
|
|
20
|
+
|
|
21
|
+
- Importa do `MVP.md` somente requisitos de desenvolvimento, criando backlogs
|
|
22
|
+
e specs Draft sem gerar Inboxes automáticas.
|
|
23
|
+
- Mantém contexto de negócio, público, métricas e posicionamento no arquivo de
|
|
24
|
+
origem, enquanto `M01` registra apenas a proveniência e a triagem.
|
|
25
|
+
|
|
26
|
+
## Validação
|
|
27
|
+
|
|
28
|
+
- `python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
29
|
+
- `uv run --quiet --with behave behave tests/features --no-capture`
|
|
30
|
+
- `make verify-ebook`
|
|
31
|
+
|
|
7
32
|
## [0.10.3] - 2026-08-27
|
|
8
33
|
|
|
9
34
|
### Adicionado
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED