@nathanramorim/forge-sdd 1.5.0 → 1.5.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,6 +86,7 @@ A Metodologia Forge-SDD v1.4.3
86
86
  | `/discovery` | Processo de Discovery (Produto + Engenharia Sênior). | Copilot, Claude, Gemini |
87
87
  | `/c4-architecture` | Gera diagramas C4 Model em Mermaid. | Copilot, Claude, Gemini |
88
88
  | `/split-features` | Quebra um plano de discovery em múltiplas features. | Copilot, Claude, Gemini |
89
+ | `/install-skill` | Instala uma skill via URL do GitHub/Raw. | Copilot, Claude, Gemini |
89
90
 
90
91
  ### ♊ Gemini (Google AI Studio / CLI)
91
92
  Peça pelo nome do comando ou por uma frase de ação (ex: "rodar o status" ou "iniciar próxima tarefa"). O Gemini carrega automaticamente suas habilidades de Orquestrador, Builder, etc., localizadas em `.gemini/`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nathanramorim/forge-sdd",
3
- "version": "1.5.0",
3
+ "version": "1.5.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": {