@promovaweb/specsfy 0.11.1 → 0.11.2
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 +16 -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,22 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.11.2] - 2026-08-31
|
|
8
|
+
|
|
9
|
+
### Corrigido
|
|
10
|
+
|
|
11
|
+
- Declara no especialista de componentes React a relação recíproca com o
|
|
12
|
+
especialista de experiência de interface.
|
|
13
|
+
- Restaura os contratos Python e BDD do catálogo de especialistas após a
|
|
14
|
+
publicação do roteamento obrigatório para componentes de UI.
|
|
15
|
+
|
|
16
|
+
### Validação
|
|
17
|
+
|
|
18
|
+
- `cd specialists && python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
19
|
+
- `cd specialists && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
20
|
+
- `cd skills && python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
21
|
+
- `cd skills && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
22
|
+
|
|
7
23
|
## [0.11.1] - 2026-08-31
|
|
8
24
|
|
|
9
25
|
### Adicionado
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED