@promovaweb/specsfy 0.10.4 → 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 +10 -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,16 @@ 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
|
+
|
|
7
17
|
## [0.10.4] - 2026-08-27
|
|
8
18
|
|
|
9
19
|
## Corrigido
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED