@guilhermefsousa/open-spec-kit 0.0.7 → 0.0.8
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": "@guilhermefsousa/open-spec-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "CLI para spec-driven development com suporte a Claude Code e GitHub Copilot",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"zod": "^3.24.0"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
|
-
"node": ">=
|
|
33
|
+
"node": ">=20.0.0"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"spec-driven-development",
|
|
@@ -60,8 +60,9 @@ The setup supports two Confluence layouts:
|
|
|
60
60
|
|
|
61
61
|
**1b.** List DIRECT children of `ROOT_ID` (1 MCP call). Save the list.
|
|
62
62
|
|
|
63
|
-
**1c.** In the list, find
|
|
64
|
-
- If
|
|
63
|
+
**1c.** In the list, find a page whose title CONTAINS "Demandas" (case-insensitive, partial match). This allows variations like "Demandas", "TFB — Demandas", "Demandas v2", etc. Save as `DEMANDAS_ID`.
|
|
64
|
+
- If multiple matches → use the first one. Log: "Múltiplas páginas com 'Demandas' encontradas. Usando: {title} ({id})."
|
|
65
|
+
- If not found → **STOP**: "Pasta Demandas/ não encontrada. O PO precisa criá-la como filha da página raiz."
|
|
65
66
|
|
|
66
67
|
**1d.** Check demand label. If no `novo` label, add `novo`. Then change to `processando`.
|
|
67
68
|
|