don-cheli-sdd 1.30.1 → 1.32.0
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/CHANGELOG.md +21 -0
- package/README.es.md +100 -473
- package/README.md +102 -485
- package/README.pt.md +102 -474
- package/VERSION +1 -1
- package/package.json +1 -1
- package/scripts/.claude/don-cheli/VERSION +1 -1
- package/scripts/.claude/don-cheli/scripts/instalar.sh +1 -1
- package/scripts/generar-config.sh +1 -1
- package/scripts/instalar.sh +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ Todos los cambios notables en Don Cheli SDD Framework.
|
|
|
4
4
|
|
|
5
5
|
Formato basado en [Conventional Commits](https://www.conventionalcommits.org/).
|
|
6
6
|
|
|
7
|
+
## [1.32.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.31.0...v1.32.0) (2026-04-09)
|
|
8
|
+
|
|
9
|
+
### Nuevas Funcionalidades
|
|
10
|
+
|
|
11
|
+
* Don Cheli Runtime con Sandcastle — ejecución aislada en Docker ([815ddcc](https://github.com/doncheli/don-cheli-sdd/commit/815ddcc43a0adb3f1d53350a7f27fed463932f58))
|
|
12
|
+
* merge runtime TypeScript a main + destacar orquestador en READMEs ([435ad2c](https://github.com/doncheli/don-cheli-sdd/commit/435ad2c631dcadd9318e9064523b096a546ef73b))
|
|
13
|
+
* runtime ejecuta comandos /dc:* reales + auto-install Docker ([b160cd1](https://github.com/doncheli/don-cheli-sdd/commit/b160cd1b5bbd61fa04cba592d2a39cf6a0a31ef4))
|
|
14
|
+
* runtime local mode — Claude Code CLI sin Docker ni API key ([aeac610](https://github.com/doncheli/don-cheli-sdd/commit/aeac6107373541b37f2539db191b798fa860d936))
|
|
15
|
+
* runtime local mode — Claude Code CLI sin Docker ni API key ([63e421e](https://github.com/doncheli/don-cheli-sdd/commit/63e421ee2abe15f98bf953ea0cdd8ef4c101094e))
|
|
16
|
+
|
|
17
|
+
### Documentación
|
|
18
|
+
|
|
19
|
+
* agregar drawers por IDE en READMEs (OpenCode, Claude, Antigravity, Cursor, Codex/Qwen) ([7de8edf](https://github.com/doncheli/don-cheli-sdd/commit/7de8edf384cb1d52921508feba114dfaf320ebc7))
|
|
20
|
+
* simplificar READMEs — de ~500 a 186 líneas, enfocado en /dc:auto ([f0d134f](https://github.com/doncheli/don-cheli-sdd/commit/f0d134fd89cfeb133725604341b3c6e4152df782))
|
|
21
|
+
|
|
22
|
+
## [1.31.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.30.1...v1.31.0) (2026-04-08)
|
|
23
|
+
|
|
24
|
+
### Nuevas Funcionalidades
|
|
25
|
+
|
|
26
|
+
* 28 slash commands para OpenCode — paridad con /dc:* de Claude Code ([dd85490](https://github.com/doncheli/don-cheli-sdd/commit/dd8549010fcde5748fe7e538471355f32ee51469))
|
|
27
|
+
|
|
7
28
|
## [1.30.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.30.0...v1.30.1) (2026-04-08)
|
|
8
29
|
|
|
9
30
|
### Correcciones
|