forgegit 1.5.10 → 1.5.11
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/.forge/config.cmd +1 -1
- package/README.md +22 -22
- package/WORKFLOW.md +1 -1
- package/package.json +1 -1
- package/tests/test.cmd +1 -1
- package/tools/pack.cmd +1 -1
- package/tools/release.cmd +1 -1
package/.forge/config.cmd
CHANGED
|
@@ -4,7 +4,7 @@ REM Configuration - edit these values to customize
|
|
|
4
4
|
REM Called from init.cmd via: call config.cmd
|
|
5
5
|
REM ============================================================
|
|
6
6
|
|
|
7
|
-
set "FG_VERSION=1.5.
|
|
7
|
+
set "FG_VERSION=1.5.11"
|
|
8
8
|
set "TAG_INITIAL=v1.0.0"
|
|
9
9
|
set "TAG_MESSAGE=Primera version estable"
|
|
10
10
|
set "BRANCH_MAIN=main"
|
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Universal Git bootstrap kit for Windows.
|
|
4
4
|
|
|
5
|
-
>
|
|
5
|
+
> **¿Vas a trabajar con IA (ChatGPT, DeepSeek, Claude, Gemini, Cursor)?**
|
|
6
6
|
> Lee primero [WORKFLOW.md](WORKFLOW.md) para entender las reglas de
|
|
7
|
-
> trabajo, el formato
|
|
7
|
+
> trabajo, el formato quirúrgico de instrucciones, y los comandos de
|
|
8
8
|
> rescate.
|
|
9
9
|
|
|
10
10
|
## What it is
|
|
@@ -87,25 +87,25 @@ forge help Show help
|
|
|
87
87
|
|
|
88
88
|
```
|
|
89
89
|
forgeGit/
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
90
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ forge.cmd Menu + CLI (unico .cmd visible)
|
|
91
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ .forge/ Infraestructura oculta
|
|
92
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ init.cmd Bootstrap (17 pasos)
|
|
93
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ config.cmd Configuration values
|
|
94
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ lib/ Internal modules
|
|
95
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ templates/ Source templates (.tpl)
|
|
96
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ commands/ 8 helpers generados
|
|
97
|
+
ââ€â€š ââ€â€Ã¢â€â‚¬Ã¢â€â‚¬ serve-static.js Servidor Node
|
|
98
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ MANUAL.md Full user manual
|
|
99
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ WORKFLOW.md AI workflow rules
|
|
100
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ README.md This file
|
|
101
|
+
ââ€Å“ââ€â‚¬Ã¢â€â‚¬ tools/ Author tools
|
|
102
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ install.cmd Install forge globally
|
|
103
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ uninstall.cmd Uninstall forge
|
|
104
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ restore.cmd Restore PATH from backup
|
|
105
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ pack.cmd Build clean distribution
|
|
106
|
+
ââ€â€š ââ€Å“ââ€â‚¬Ã¢â€â‚¬ release.cmd Build ZIP + open GitHub
|
|
107
|
+
ââ€â€š ââ€â€Ã¢â€â‚¬Ã¢â€â‚¬ bin/forge.cmd Global command
|
|
108
|
+
ââ€â€Ã¢â€â‚¬Ã¢â€â‚¬ tests/ Automated tests (16/16)
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
## Requirements
|
|
@@ -117,7 +117,7 @@ forgeGit/
|
|
|
117
117
|
|
|
118
118
|
## Status
|
|
119
119
|
|
|
120
|
-
- Version: 1.5.
|
|
120
|
+
- Version: 1.5.11
|
|
121
121
|
- Published: npm + GitHub Release
|
|
122
122
|
- Tests: 16/16 passing
|
|
123
123
|
- Platform: Windows only (Linux/Mac planned as Node.js CLI)
|
package/WORKFLOW.md
CHANGED
|
@@ -435,7 +435,7 @@ Elegir v, escribir SI.
|
|
|
435
435
|
|-- .forge/
|
|
436
436
|
| |-- init.cmd Bootstrap
|
|
437
437
|
| |-- config.cmd Configuracion
|
|
438
|
-
| |-- commands/
|
|
438
|
+
| |-- commands/ 8 helpers
|
|
439
439
|
| |-- lib/ Modulos internos
|
|
440
440
|
| |-- templates/ Fuentes .tpl
|
|
441
441
|
| +-- serve-static.js Servidor Node.js
|
package/package.json
CHANGED
package/tests/test.cmd
CHANGED
package/tools/pack.cmd
CHANGED
package/tools/release.cmd
CHANGED