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.
- package/bin/cli.js +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
|
|
175
|
-
2.
|
|
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