refacil-sdd-ai 1.0.2 → 1.0.4

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/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -171,8 +171,8 @@ function help() {
171
171
  help Muestra esta ayuda
172
172
 
173
173
  Flujo completo:
174
- 1. npm install --save-dev refacil-sdd-ai
175
- 2. npx refacil-sdd-ai init
174
+ 1. npm install -g refacil-sdd-ai
175
+ 2. refacil-sdd-ai init
176
176
  3. REINICIAR sesion de Claude Code o Cursor
177
177
  4. Ejecutar: /refacil:setup (instala OpenSpec + genera AGENTS.md)
178
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "refacil-sdd-ai",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "SDD-AI: Specification-Driven Development with AI — metodologia de desarrollo con IA usando OpenSpec, Claude Code y Cursor",
5
5
  "bin": {
6
6
  "refacil-sdd-ai": "./bin/cli.js"