forgegit 1.5.1 → 1.5.2

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 (3) hide show
  1. package/MANUAL.md +11 -9
  2. package/README.md +5 -0
  3. package/package.json +1 -1
package/MANUAL.md CHANGED
@@ -35,15 +35,17 @@ tag v1.0.0 y 7 helpers en .forge/commands/.
35
35
  ## Estructura del proyecto
36
36
 
37
37
  MiProyecto/
38
- ├── forge.cmd Menu + CLI
39
- ├── init.cmd Bootstrap
40
- ├── config.cmd Configuracion
41
- ├── .forge/
42
- ├── commands/ 6 helpers
43
- ├── lib/ Modulos internos
44
- ├── templates/ Fuentes .tpl
45
- └── serve-static.js
46
- └── (tus archivos)
38
+ |-- forge.cmd Menu + CLI (unico .cmd visible)
39
+ |-- .forge/
40
+ | |-- init.cmd Bootstrap
41
+ | |-- config.cmd Configuracion
42
+ | |-- commands/ 7 helpers
43
+ | |-- lib/ Modulos internos
44
+ | |-- templates/ Fuentes .tpl
45
+ | +-- serve-static.js
46
+ |-- versiones/ Snapshots
47
+ |-- audits/ Reportes diff
48
+ +-- (tus archivos)
47
49
 
48
50
  ## Actualizar
49
51
 
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Universal Git bootstrap kit for Windows.
4
4
 
5
+ > **¿Vas a trabajar con IA (ChatGPT, DeepSeek, Claude, Gemini, Cursor)?**
6
+ > Lee primero [WORKFLOW.md](WORKFLOW.md) para entender las reglas de
7
+ > trabajo, el formato quirúrgico de instrucciones, y los comandos de
8
+ > rescate.
9
+
5
10
  ## What it is
6
11
 
7
12
  forgeGit is a small toolkit that eliminates the repetitive setup work
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgegit",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Universal Git bootstrap kit for Windows",
5
5
  "bin": {
6
6
  "forge": "./tools/bin/forge.cmd"