@nathanramorim/forge-sdd 1.3.9 → 1.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,7 @@ Uma árvore de aproximadamente 40 arquivos baseada na **Metodologia Forge-SDD**,
70
70
 
71
71
  ## Como interagir com os Agentes
72
72
 
73
- A Metodologia Forge-SDD v1.3.9 oferece **7 comandos universais** que funcionam de forma idêntica em todos os agentes suportados.
73
+ A Metodologia Forge-SDD v1.4.1 oferece **7 comandos universais** que funcionam de forma idêntica em todos os agentes suportados.
74
74
 
75
75
  ### 🛠️ Comandos Universais (Prompts)
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nathanramorim/forge-sdd",
3
- "version": "1.3.9",
3
+ "version": "1.4.1",
4
4
  "description": "CLI que scaffolda estruturas Forge-SDD em segundos",
5
5
  "homepage": "https://github.com/nathanramorim/homebrew-forge-sdd",
6
6
  "repository": {