don-cheli-sdd 1.15.3 → 1.16.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 (165) hide show
  1. package/.agent/skills/doncheli-audit-trail/SKILL.md +1 -1
  2. package/.agent/skills/doncheli-data-policy/SKILL.md +1 -1
  3. package/.agent/skills/doncheli-drift/SKILL.md +3 -3
  4. package/.agent/skills/doncheli-estimate/SKILL.md +1 -1
  5. package/.agent/skills/doncheli-spec-score/SKILL.md +2 -2
  6. package/.agent/skills/doncheli-tea/SKILL.md +2 -2
  7. package/.agent/skills/doncheli-tech-debt/SKILL.md +1 -1
  8. package/.agent/skills/doncheli-visual-test/SKILL.md +1 -1
  9. package/.agent/skills/doncheli-voice/SKILL.md +3 -3
  10. package/.agent/skills/doncheli-webhook/SKILL.md +2 -2
  11. package/.agent/workflows/doncheli-start.md +1 -1
  12. package/AGENTS.md +2 -2
  13. package/ARCHITECTURE.md +5 -5
  14. package/CHANGELOG.md +28 -0
  15. package/CLAUDE.md +4 -4
  16. package/README.es.md +40 -6
  17. package/README.md +40 -6
  18. package/README.pt.md +40 -6
  19. package/VERSION +1 -1
  20. package/bin/don-cheli.js +80 -0
  21. package/comandos/bucle-completar.md +1 -1
  22. package/comandos/bucle.md +2 -2
  23. package/comandos/especdev/actualizar.md +1 -1
  24. package/comandos/especdev/aplicar.md +1 -1
  25. package/comandos/especdev/archivar.md +1 -1
  26. package/comandos/especdev/audit-trail.md +2 -2
  27. package/comandos/especdev/auditar-seguridad.md +1 -1
  28. package/comandos/especdev/avance-rapido.md +2 -2
  29. package/comandos/especdev/capturar.md +1 -1
  30. package/comandos/especdev/context-health.md +3 -3
  31. package/comandos/especdev/continuar.md +1 -1
  32. package/comandos/especdev/data-policy.md +1 -1
  33. package/comandos/especdev/debate.md +1 -1
  34. package/comandos/especdev/destilar.md +1 -1
  35. package/comandos/especdev/diagnostico.md +2 -2
  36. package/comandos/especdev/doctor.md +2 -2
  37. package/comandos/especdev/drift.md +2 -2
  38. package/comandos/especdev/estado.md +4 -4
  39. package/comandos/especdev/estimar.md +2 -2
  40. package/comandos/especdev/explorar.md +2 -2
  41. package/comandos/especdev/guardian.md +3 -3
  42. package/comandos/especdev/historial.md +1 -1
  43. package/comandos/especdev/incorporar.md +1 -1
  44. package/comandos/especdev/iniciar.md +6 -6
  45. package/comandos/especdev/memorizar.md +2 -2
  46. package/comandos/especdev/migrar.md +2 -2
  47. package/comandos/especdev/minar-referencias.md +2 -2
  48. package/comandos/especdev/planning.md +2 -2
  49. package/comandos/especdev/poc.md +2 -2
  50. package/comandos/especdev/pr-review.md +1 -1
  51. package/comandos/especdev/pseudocodigo.md +1 -1
  52. package/comandos/especdev/rapido.md +1 -1
  53. package/comandos/especdev/retro.md +1 -1
  54. package/comandos/especdev/tea.md +3 -3
  55. package/comandos/especdev/tech-debt.md +2 -2
  56. package/comandos/especdev/uat.md +1 -1
  57. package/comandos/especdev/validar.md +2 -2
  58. package/comandos/especdev/visual-test.md +6 -6
  59. package/comandos/especdev/voice.md +3 -3
  60. package/comandos/especdev/webhook.md +9 -9
  61. package/comandos/historias-generar.md +2 -2
  62. package/ganchos/parar.md +1 -1
  63. package/ganchos/post-herramienta.md +1 -1
  64. package/ganchos/pre-herramienta.md +2 -2
  65. package/habilidades/arnes-agente/HABILIDAD.md +3 -3
  66. package/habilidades/auto-correccion/HABILIDAD.md +1 -1
  67. package/habilidades/brainstorming/HABILIDAD.md +1 -1
  68. package/habilidades/cambio-carpeta/HABILIDAD.md +2 -2
  69. package/habilidades/code-rag/HABILIDAD.md +7 -7
  70. package/habilidades/contabilidad-tokens/HABILIDAD.md +2 -2
  71. package/habilidades/deteccion-loops/HABILIDAD.md +1 -1
  72. package/habilidades/devlog/HABILIDAD.md +1 -1
  73. package/habilidades/documentacion-viva/HABILIDAD.md +1 -1
  74. package/habilidades/extensiones-presets/HABILIDAD.md +6 -6
  75. package/habilidades/integracion-mcp/HABILIDAD.md +1 -1
  76. package/habilidades/mapa-arquitectonico/HABILIDAD.md +1 -1
  77. package/habilidades/memoria-persistente/HABILIDAD.md +2 -2
  78. package/habilidades/optimizador-contexto/HABILIDAD.md +1 -1
  79. package/habilidades/orquestacion-autonoma/HABILIDAD.md +1 -1
  80. package/habilidades/permisos-seguridad/HABILIDAD.md +1 -1
  81. package/habilidades/persona/HABILIDAD.md +3 -3
  82. package/habilidades/planning-equipo/HABILIDAD.md +4 -4
  83. package/habilidades/routing-modelos/HABILIDAD.md +1 -1
  84. package/habilidades/salud-habilidades/HABILIDAD.md +3 -3
  85. package/habilidades/trazabilidad/HABILIDAD.md +1 -1
  86. package/locales/en.json +2 -2
  87. package/locales/es.json +2 -2
  88. package/locales/pt.json +2 -2
  89. package/package.json +21 -8
  90. package/plantillas/especdev/WORKFLOW.md +3 -3
  91. package/prompt.md +1 -1
  92. package/reglas/en/hooks-parar.md +1 -1
  93. package/reglas/en/i18n.md +2 -2
  94. package/reglas/en/reglas-trabajo-globales.md +4 -4
  95. package/reglas/hooks-parar.md +1 -1
  96. package/reglas/i18n.md +2 -2
  97. package/reglas/pt/hooks-parar.md +1 -1
  98. package/reglas/pt/i18n.md +2 -2
  99. package/reglas/pt/reglas-trabajo-globales.md +4 -4
  100. package/reglas/reglas-trabajo-globales.md +4 -4
  101. package/scripts/.claude/commands/bucle-completar.md +1 -1
  102. package/scripts/.claude/commands/bucle.md +2 -2
  103. package/scripts/.claude/commands/especdev/actualizar.md +1 -1
  104. package/scripts/.claude/commands/especdev/aplicar.md +1 -1
  105. package/scripts/.claude/commands/especdev/archivar.md +1 -1
  106. package/scripts/.claude/commands/especdev/auditar-seguridad.md +1 -1
  107. package/scripts/.claude/commands/especdev/avance-rapido.md +2 -2
  108. package/scripts/.claude/commands/especdev/continuar.md +1 -1
  109. package/scripts/.claude/commands/especdev/destilar.md +1 -1
  110. package/scripts/.claude/commands/especdev/diagnostico.md +2 -2
  111. package/scripts/.claude/commands/especdev/estado.md +4 -4
  112. package/scripts/.claude/commands/especdev/estimar.md +2 -2
  113. package/scripts/.claude/commands/especdev/explorar.md +2 -2
  114. package/scripts/.claude/commands/especdev/guardian.md +3 -3
  115. package/scripts/.claude/commands/especdev/historial.md +1 -1
  116. package/scripts/.claude/commands/especdev/incorporar.md +1 -1
  117. package/scripts/.claude/commands/especdev/iniciar.md +6 -6
  118. package/scripts/.claude/commands/especdev/memorizar.md +2 -2
  119. package/scripts/.claude/commands/especdev/migrar.md +2 -2
  120. package/scripts/.claude/commands/especdev/minar-referencias.md +2 -2
  121. package/scripts/.claude/commands/especdev/planning.md +2 -2
  122. package/scripts/.claude/commands/especdev/poc.md +2 -2
  123. package/scripts/.claude/commands/especdev/rapido.md +1 -1
  124. package/scripts/.claude/commands/especdev/retro.md +1 -1
  125. package/scripts/.claude/commands/especdev/validar.md +2 -2
  126. package/scripts/.claude/commands/historias-generar.md +2 -2
  127. package/scripts/.claude/don-cheli/AGENTS.md +1 -1
  128. package/scripts/.claude/don-cheli/CLAUDE.md +6 -6
  129. package/scripts/.claude/don-cheli/VERSION +1 -1
  130. package/scripts/.claude/don-cheli/ganchos/parar.md +1 -1
  131. package/scripts/.claude/don-cheli/ganchos/post-herramienta.md +1 -1
  132. package/scripts/.claude/don-cheli/ganchos/pre-herramienta.md +2 -2
  133. package/scripts/.claude/don-cheli/habilidades/arnes-agente/HABILIDAD.md +3 -3
  134. package/scripts/.claude/don-cheli/habilidades/auto-correccion/HABILIDAD.md +1 -1
  135. package/scripts/.claude/don-cheli/habilidades/brainstorming/HABILIDAD.md +1 -1
  136. package/scripts/.claude/don-cheli/habilidades/cambio-carpeta/HABILIDAD.md +2 -2
  137. package/scripts/.claude/don-cheli/habilidades/code-rag/HABILIDAD.md +7 -7
  138. package/scripts/.claude/don-cheli/habilidades/contabilidad-tokens/HABILIDAD.md +2 -2
  139. package/scripts/.claude/don-cheli/habilidades/deteccion-loops/HABILIDAD.md +1 -1
  140. package/scripts/.claude/don-cheli/habilidades/devlog/HABILIDAD.md +1 -1
  141. package/scripts/.claude/don-cheli/habilidades/documentacion-viva/HABILIDAD.md +1 -1
  142. package/scripts/.claude/don-cheli/habilidades/extensiones-presets/HABILIDAD.md +6 -6
  143. package/scripts/.claude/don-cheli/habilidades/integracion-mcp/HABILIDAD.md +1 -1
  144. package/scripts/.claude/don-cheli/habilidades/mapa-arquitectonico/HABILIDAD.md +1 -1
  145. package/scripts/.claude/don-cheli/habilidades/memoria-persistente/HABILIDAD.md +2 -2
  146. package/scripts/.claude/don-cheli/habilidades/optimizador-contexto/HABILIDAD.md +1 -1
  147. package/scripts/.claude/don-cheli/habilidades/orquestacion-autonoma/HABILIDAD.md +1 -1
  148. package/scripts/.claude/don-cheli/habilidades/permisos-seguridad/HABILIDAD.md +1 -1
  149. package/scripts/.claude/don-cheli/habilidades/persona/HABILIDAD.md +3 -3
  150. package/scripts/.claude/don-cheli/habilidades/trazabilidad/HABILIDAD.md +1 -1
  151. package/scripts/.claude/don-cheli/locales/en.json +2 -2
  152. package/scripts/.claude/don-cheli/locales/es.json +2 -2
  153. package/scripts/.claude/don-cheli/locales/pt.json +2 -2
  154. package/scripts/.claude/don-cheli/plantillas/especdev/WORKFLOW.md +3 -3
  155. package/scripts/.claude/don-cheli/prompt.md +1 -1
  156. package/scripts/.claude/don-cheli/reglas/hooks-parar.md +1 -1
  157. package/scripts/.claude/don-cheli/reglas/i18n.md +2 -2
  158. package/scripts/.claude/don-cheli/reglas/reglas-trabajo-globales.md +4 -4
  159. package/scripts/.claude/don-cheli/scripts/bucle.sh +10 -3
  160. package/scripts/.claude/don-cheli/scripts/instalar.sh +52 -32
  161. package/scripts/bucle.sh +10 -3
  162. package/scripts/generar-config.sh +20 -7
  163. package/scripts/instalar.sh +52 -32
  164. package/comandos/especdev/cambios.md +0 -14
  165. package/scripts/.claude/commands/especdev/cambios.md +0 -14
@@ -7,7 +7,7 @@ description: Record and query the decision log for a project. Activate when user
7
7
 
8
8
  ## Instructions
9
9
 
10
- 1. Maintain a structured decision log at `.especdev/decisiones.md`
10
+ 1. Maintain a structured decision log at `.dc/decisiones.md`
11
11
  2. When invoked to **record** a decision:
12
12
  - Extract: decision title, date, context, options considered, chosen option, rationale, consequences
13
13
  - Append as a new ADR-style entry (numbered, never edited after creation)
@@ -19,7 +19,7 @@ description: Audit and document what personal or sensitive data the project coll
19
19
  - SOC2: access controls, encryption at rest/transit
20
20
  4. Flag violations as [critical | warning | info]
21
21
  5. Generate a draft Privacy Notice section if requested (`--generate-notice`)
22
- 6. Save the audit to `.especdev/data-policy-audit-<date>.md`
22
+ 6. Save the audit to `.dc/data-policy-audit-<date>.md`
23
23
  7. Never make assumptions about compliance status — only report findings and flag gaps
24
24
 
25
25
  ## Output Format
@@ -7,7 +7,7 @@ description: Detect and reconcile divergence between specs and implementation. A
7
7
 
8
8
  ## Instructions
9
9
 
10
- 1. Read the current spec files in `.especdev/specs/` and the relevant source code
10
+ 1. Read the current spec files in `.dc/specs/` and the relevant source code
11
11
  2. Compare spec scenarios (Gherkin / acceptance criteria) against the actual implementation
12
12
  3. Identify three categories of drift:
13
13
  - **Ghost**: code exists but no spec covers it
@@ -16,7 +16,7 @@ description: Detect and reconcile divergence between specs and implementation. A
16
16
  4. For each drift finding, report: file path, spec reference, severity (critical / warning / info)
17
17
  5. Propose a reconciliation: either update the spec or flag the code for correction
18
18
  6. Never auto-modify code — output a reconciliation plan for human approval
19
- 7. Save a drift report to `.especdev/drift-report-<date>.md` if findings exceed 3 items
19
+ 7. Save a drift report to `.dc/drift-report-<date>.md` if findings exceed 3 items
20
20
  8. If zero drift is found, confirm with a brief "No drift detected — spec and code are aligned"
21
21
 
22
22
  ## Output Format
@@ -34,7 +34,7 @@ description: Detect and reconcile divergence between specs and implementation. A
34
34
  - specs/auth.feature:Scenario 1 expects 401 on expired token; code returns 403
35
35
 
36
36
  ### Reconciliation Plan
37
- 1. [Phantom] Implement "Apply coupon on mobile" or mark as backlog in .especdev/backlog.md
37
+ 1. [Phantom] Implement "Apply coupon on mobile" or mark as backlog in .dc/backlog.md
38
38
  2. [Mutant] Fix auth.ts to return 401 — spec is correct per RFC 7235
39
39
  3. [Ghost] Add spec for refund edge case before next release
40
40
  ```
@@ -12,7 +12,7 @@ description: Estimate effort, duration and cost using 4 complementary models (Fu
12
12
  - **Function Points**: count inputs, outputs, queries, files, interfaces; apply complexity weights
13
13
  - **Planning Poker AI**: 3 independent agents guess simultaneously (pessimist, realist, optimist), then reconcile using Delphi method
14
14
  - **COCOMO II**: classify project size (Organic / Semi-detached / Embedded), apply effort equation
15
- - **Historical**: look for comparable past tasks in `.especdev/hallazgos.md` and `docs/`; extrapolate velocity
15
+ - **Historical**: look for comparable past tasks in `.dc/hallazgos.md` and `docs/`; extrapolate velocity
16
16
  3. Compute the consolidated estimate with 90% confidence interval
17
17
  4. Flag hidden risks that inflate variance
18
18
 
@@ -7,7 +7,7 @@ description: Evaluate the quality of a spec and return a structured score with i
7
7
 
8
8
  ## Instructions
9
9
 
10
- 1. Accept a spec file path or read the current spec from `.especdev/specs/`
10
+ 1. Accept a spec file path or read the current spec from `.dc/specs/`
11
11
  2. Evaluate the spec across 5 dimensions (0–10 each):
12
12
  - **Completeness**: all scenarios covered, no missing edge cases
13
13
  - **Clarity**: unambiguous language, no "should", "may", "probably"
@@ -18,7 +18,7 @@ description: Evaluate the quality of a spec and return a structured score with i
18
18
  4. Compute a weighted total score (Completeness 30%, Clarity 25%, Testability 25%, Consistency 10%, Scope 10%)
19
19
  5. Assign a grade: A (90-100), B (75-89), C (60-74), D (below 60)
20
20
  6. Grade D specs must be improved before implementation — flag as a hard blocker
21
- 7. Optionally save the score card to `.especdev/spec-scores/<spec-name>-<date>.md`
21
+ 7. Optionally save the score card to `.dc/spec-scores/<spec-name>-<date>.md`
22
22
 
23
23
  ## Output Format
24
24
 
@@ -7,7 +7,7 @@ description: Run the full autonomous test suite end-to-end and report results. A
7
7
 
8
8
  ## Instructions
9
9
 
10
- 1. Detect the test runner from `package.json`, `pyproject.toml`, `Makefile`, or `.especdev/config.yaml`
10
+ 1. Detect the test runner from `package.json`, `pyproject.toml`, `Makefile`, or `.dc/config.yaml`
11
11
  2. Run tests in this order: unit → integration → E2E (stop on catastrophic failure at each tier)
12
12
  3. Capture stdout/stderr; do not swallow errors silently
13
13
  4. Categorize results: passed, failed, skipped, flaky (failed then passed on retry)
@@ -18,7 +18,7 @@ description: Run the full autonomous test suite end-to-end and report results. A
18
18
  - Suggested fix (if deterministic)
19
19
  6. If the same test fails twice in a row with the same error, escalate to the user instead of retrying
20
20
  7. Report coverage if the runner supports it; flag if below the 85% threshold
21
- 8. Save the full report to `.especdev/test-report-<timestamp>.md`
21
+ 8. Save the full report to `.dc/test-report-<timestamp>.md`
22
22
  9. Exit with a clear pass/fail summary — no ambiguous "some tests failed" messages
23
23
 
24
24
  ## Output Format
@@ -20,7 +20,7 @@ description: Identify, quantify, and prioritize technical debt in the codebase.
20
20
  4. Prioritize using the impact/effort matrix: Quick Wins first, then High Impact
21
21
  5. Recommend a remediation plan with a suggested order
22
22
  6. Never auto-refactor — produce the plan and wait for approval
23
- 7. Save the report to `.especdev/tech-debt-<date>.md`
23
+ 7. Save the report to `.dc/tech-debt-<date>.md`
24
24
 
25
25
  ## Output Format
26
26
 
@@ -21,7 +21,7 @@ description: Run visual regression tests by comparing UI screenshots against bas
21
21
  6. For new snapshots (no baseline exists), prompt the user to approve them as the new baseline
22
22
  7. Never auto-approve baselines — always require explicit human confirmation
23
23
  8. Generate a visual diff report with image paths or URLs if available
24
- 9. Save report to `.especdev/visual-test-report-<timestamp>.md`
24
+ 9. Save report to `.dc/visual-test-report-<timestamp>.md`
25
25
 
26
26
  ## Output Format
27
27
 
@@ -18,9 +18,9 @@ description: Convert voice dictation into structured specs, review comments, or
18
18
  6. Mark genuinely ambiguous segments with `[unclear: original text]` — do not invent content
19
19
  7. Present the structured output and ask for confirmation before saving
20
20
  8. On confirmation, save to the appropriate location:
21
- - spec → `.especdev/specs/<feature>.feature`
22
- - review → `.especdev/reviews/<date>-review.md`
23
- - brainstorm → `.especdev/notas/<date>-brainstorm.md`
21
+ - spec → `.dc/specs/<feature>.feature`
22
+ - review → `.dc/reviews/<date>-review.md`
23
+ - brainstorm → `.dc/notas/<date>-brainstorm.md`
24
24
  9. Suggest relevant follow-up commands: `/dc:validar-spec`, `/dc:debate`, `/dc:clarificar`
25
25
 
26
26
  ## Quality Gate
@@ -17,7 +17,7 @@ description: Configure and test webhooks and automation triggers for the project
17
17
  - HTTPS endpoint required (flag plain HTTP as a blocker)
18
18
  - Webhook secret / HMAC signature validation
19
19
  - Idempotency key handling for retries
20
- 8. Document the webhook in `.especdev/webhooks.md` with: event, URL, owner, secret env var name
20
+ 8. Document the webhook in `.dc/webhooks.md` with: event, URL, owner, secret env var name
21
21
  9. Never log or print the actual secret value — always reference the env var name
22
22
 
23
23
  ## Output Format
@@ -41,7 +41,7 @@ curl -X POST https://your-app.com/hooks/deploy \
41
41
  ✅ HMAC signature validation required
42
42
  ⚠️ Add idempotency key handling to prevent duplicate deploys on retry
43
43
 
44
- ### Registered in .especdev/webhooks.md
44
+ ### Registered in .dc/webhooks.md
45
45
  Event: pull_request.closed + merged
46
46
  Target: https://your-app.com/hooks/deploy
47
47
  Secret: $WEBHOOK_SECRET_DEPLOY
@@ -5,7 +5,7 @@ description: Initialize Don Cheli in a project or start a new task with auto-det
5
5
  # /doncheli-start
6
6
 
7
7
  ## Process
8
- 1. Check if `.especdev/` exists
8
+ 1. Check if `.dc/` exists
9
9
  - If not: ask for project name, type, and language → create structure from templates
10
10
  - If yes: read current state
11
11
  2. Ask what task the user wants to work on
package/AGENTS.md CHANGED
@@ -19,14 +19,14 @@ You are a development assistant operating under the Don Cheli framework (Specifi
19
19
 
20
20
  ## Context
21
21
 
22
- Read the files in `.especdev/` to understand the project state.
22
+ Read the files in `.dc/` to understand the project state.
23
23
 
24
24
  ## Rules
25
25
 
26
26
  1. All code requires tests (TDD)
27
27
  2. Root cause first, then the fix
28
28
  3. Evidence before assertions
29
- 4. Output in the language configured in `.especdev/config.yaml` (default: Spanish)
29
+ 4. Output in the language configured in `.dc/config.yaml` (default: Spanish)
30
30
 
31
31
  ## Commands
32
32
 
package/ARCHITECTURE.md CHANGED
@@ -20,7 +20,7 @@ Don Cheli es un framework de Desarrollo Dirigido por Especificaciones (SDD) que
20
20
  └──────────────┼──────────────┘
21
21
 
22
22
  ┌──────────────▼──────────────┐
23
- │ .especdev/ │
23
+ │ .dc/ │
24
24
  │ (estado del proyecto) │
25
25
  │ config.yaml, estado.md, │
26
26
  │ plan.md, progreso.md │
@@ -118,14 +118,14 @@ Don Cheli es un framework de Desarrollo Dirigido por Especificaciones (SDD) que
118
118
 
119
119
  ---
120
120
 
121
- ### ADR-004: Estado del proyecto en `.especdev/`
121
+ ### ADR-004: Estado del proyecto en `.dc/`
122
122
 
123
123
  **Contexto:** Cada proyecto que usa Don Cheli necesita persistir estado entre sesiones (specs, planes, progreso, decisiones).
124
124
 
125
- **Decisión:** Un directorio `.especdev/` en la raíz del proyecto con estructura fija:
125
+ **Decisión:** Un directorio `.dc/` en la raíz del proyecto con estructura fija:
126
126
 
127
127
  ```
128
- .especdev/
128
+ .dc/
129
129
  ├── config.yaml # Configuración del proyecto
130
130
  ├── estado.md # Estado actual (fase, tarea, bloqueadores)
131
131
  ├── plan.md # Plan técnico activo
@@ -143,7 +143,7 @@ Don Cheli es un framework de Desarrollo Dirigido por Especificaciones (SDD) que
143
143
  - (+) Cualquier agente puede leer/escribir el estado
144
144
  - (+) Transferencia de contexto entre sesiones sin pérdida
145
145
  - (+) Los nombres de archivos se localizan (es/en/pt) vía `folder-map.json`
146
- - (-) El usuario debe commitear `.especdev/` o excluirlo según su preferencia
146
+ - (-) El usuario debe commitear `.dc/` o excluirlo según su preferencia
147
147
 
148
148
  ---
149
149
 
package/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ 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.16.2](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.1...v1.16.2) (2026-04-02)
8
+
9
+ ### Correcciones
10
+
11
+ * corregir instalador interactivo y Antigravity ([3b0031c](https://github.com/doncheli/don-cheli-sdd/commit/3b0031c1f795bcc6b6b8103b40b17e7bfe13a25e))
12
+
13
+ ### Documentación
14
+
15
+ * agregar Social Media Kit completo (LinkedIn, Instagram, X, TikTok, YouTube) ([599027f](https://github.com/doncheli/don-cheli-sdd/commit/599027f567bb87116b9292ecbcdbb98bba4b1651))
16
+
17
+ ## [1.16.1](https://github.com/doncheli/don-cheli-sdd/compare/v1.16.0...v1.16.1) (2026-04-01)
18
+
19
+ ### Correcciones
20
+
21
+ * normalizar package.json (npm pkg fix) ([ed92b25](https://github.com/doncheli/don-cheli-sdd/commit/ed92b2577a40ad703e43072c0d64b4499b55ed9f))
22
+
23
+ ## [1.16.0](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.4...v1.16.0) (2026-04-01)
24
+
25
+ ### Nuevas Funcionalidades
26
+
27
+ * CLI npm global + Certificación SDD con badges ([9b2932a](https://github.com/doncheli/don-cheli-sdd/commit/9b2932aa27dde81418f5e510c11151e4ba8c722d))
28
+
29
+ ## [1.15.4](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.3...v1.15.4) (2026-04-01)
30
+
31
+ ### Refactorización
32
+
33
+ * renombrar .especdev/ a .dc/ con retrocompatibilidad completa ([03925a4](https://github.com/doncheli/don-cheli-sdd/commit/03925a46d9fb5987ec0fdb06c8c0abc2b4f87161))
34
+
7
35
  ## [1.15.3](https://github.com/doncheli/don-cheli-sdd/compare/v1.15.2...v1.15.3) (2026-04-01)
8
36
 
9
37
  ### Correcciones
package/CLAUDE.md CHANGED
@@ -5,9 +5,9 @@ Asistente de desarrollo bajo el framework Don Cheli (Desarrollo Dirigido por Esp
5
5
 
6
6
  ## Archivos de Contexto
7
7
  Cuando el usuario inicie una tarea, leer según necesidad:
8
- - `.especdev/config.yaml` — Configuración
9
- - `.especdev/estado.md` — Estado actual
10
- - `.especdev/plan.md` — Plan y fases
8
+ - `.dc/config.yaml` — Configuración
9
+ - `.dc/estado.md` — Estado actual
10
+ - `.dc/plan.md` — Plan y fases
11
11
 
12
12
  ## Leyes de Hierro (No Negociable)
13
13
  1. **TDD:** Todo código de producción requiere tests
@@ -45,5 +45,5 @@ Al inicio de la **primera interacción** de cada sesión:
45
45
  5. El proceso NO debe bloquear la interacción del usuario
46
46
 
47
47
  ## Idioma (i18n)
48
- Detección: `${FRAMEWORK_HOME}/locale` → `.especdev/config.yaml` → default `es`
48
+ Detección: `${FRAMEWORK_HOME}/locale` → `.dc/config.yaml` → default `es`
49
49
  Código siempre en inglés. Comunicación en el idioma configurado.
package/README.es.md CHANGED
@@ -12,7 +12,7 @@
12
12
  </p>
13
13
  <p align="center">
14
14
  <a href="#-instalación"><img src="https://img.shields.io/badge/instalación-2_minutos-brightgreen" alt="Install"></a>
15
- <img src="https://img.shields.io/badge/versión-1.15.3-blue" alt="Version">
15
+ <img src="https://img.shields.io/badge/versión-1.16.2-blue" alt="Version">
16
16
  <img src="https://img.shields.io/badge/licencia-Apache%202.0-green" alt="License">
17
17
  <img src="https://img.shields.io/badge/idiomas-ES%20|%20EN%20|%20PT-red" alt="Languages">
18
18
  <img src="https://img.shields.io/badge/comandos-85+-purple" alt="Commands">
@@ -68,7 +68,7 @@ Eso es **vibe coding**. Y es el enemigo del software de calidad.
68
68
  | **Arquitectura** | La IA inventa sobre la marcha | Blueprint técnico + DBML ratificado |
69
69
  | **Tests** | "Quizás... algún día..." | TDD obligatorio: RED → GREEN → REFACTOR |
70
70
  | **Calidad** | "Creo que funciona" | 6 Quality Gates + 85% cobertura |
71
- | **Contexto** | Se pierde cada sesión | Persistencia total en archivos `.especdev/` |
71
+ | **Contexto** | Se pierde cada sesión | Persistencia total en archivos `.dc/` |
72
72
  | **Stubs** | Pasan a producción | Detección automática de stubs fantasma |
73
73
 
74
74
  ---
@@ -77,17 +77,35 @@ Eso es **vibe coding**. Y es el enemigo del software de calidad.
77
77
 
78
78
  **3 pasos. 2 minutos. Gratis.**
79
79
 
80
+ ### Via npm (recomendado)
81
+
80
82
  ```bash
81
- # 1. Clonar
82
- git clone https://github.com/doncheli/don-cheli-sdd.git
83
+ # 1. Instalar globalmente
84
+ npm install -g don-cheli-sdd
83
85
 
84
- # 2. Instalar (interactivo: elige idioma, herramienta y perfil)
85
- cd don-cheli-sdd && bash scripts/instalar.sh
86
+ # 2. Ejecutar el instalador interactivo
87
+ don-cheli install --global
86
88
 
87
89
  # 3. En tu proyecto, abre tu agente IA y escribe:
88
90
  /dc:iniciar
89
91
  ```
90
92
 
93
+ ### Via git clone
94
+
95
+ ```bash
96
+ git clone https://github.com/doncheli/don-cheli-sdd.git
97
+ cd don-cheli-sdd && bash scripts/instalar.sh
98
+ ```
99
+
100
+ <details>
101
+ <summary><strong>Via npx (sin instalar)</strong></summary>
102
+
103
+ ```bash
104
+ npx don-cheli-sdd install --global --lang es
105
+ ```
106
+
107
+ </details>
108
+
91
109
  <details>
92
110
  <summary><strong>Instalación remota (una sola línea)</strong></summary>
93
111
 
@@ -346,6 +364,22 @@ Don Cheli no es un programa. Son archivos Markdown que cualquier agente de IA pu
346
364
 
347
365
  ---
348
366
 
367
+ ## Certificación SDD
368
+
369
+ Demuestra que tu proyecto fue construido con disciplina de ingeniería. Agrega estos badges a tu README:
370
+
371
+ ```markdown
372
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
373
+ [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
374
+ [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
375
+ ```
376
+
377
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
378
+
379
+ [Criterios completos de certificación →](docs/certification.md)
380
+
381
+ ---
382
+
349
383
  ## Filosofía
350
384
 
351
385
  > **"Ventana de Contexto = RAM, Sistema de Archivos = Disco"**
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  </p>
13
13
  <p align="center">
14
14
  <a href="#-installation"><img src="https://img.shields.io/badge/install-2_minutes-brightgreen" alt="Install"></a>
15
- <img src="https://img.shields.io/badge/version-1.15.3-blue" alt="Version">
15
+ <img src="https://img.shields.io/badge/version-1.16.2-blue" alt="Version">
16
16
  <img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
17
17
  <img src="https://img.shields.io/badge/languages-ES%20|%20EN%20|%20PT-red" alt="Languages">
18
18
  <img src="https://img.shields.io/badge/commands-85+-purple" alt="Commands">
@@ -68,7 +68,7 @@ That is **vibe coding**. And it is the enemy of quality software.
68
68
  | **Architecture** | AI invents on the fly | Technical blueprint + ratified DBML |
69
69
  | **Tests** | "Maybe... someday..." | Mandatory TDD: RED → GREEN → REFACTOR |
70
70
  | **Quality** | "I think it works" | 6 Quality Gates + 85% coverage |
71
- | **Context** | Lost every session | Full persistence in `.especdev/` files |
71
+ | **Context** | Lost every session | Full persistence in `.dc/` files |
72
72
  | **Stubs** | Ship to production | Automatic ghost stub detection |
73
73
 
74
74
  ---
@@ -77,17 +77,35 @@ That is **vibe coding**. And it is the enemy of quality software.
77
77
 
78
78
  **3 steps. 2 minutes. Free.**
79
79
 
80
+ ### Via npm (recommended)
81
+
80
82
  ```bash
81
- # 1. Clone
82
- git clone https://github.com/doncheli/don-cheli-sdd.git
83
+ # 1. Install globally
84
+ npm install -g don-cheli-sdd
83
85
 
84
- # 2. Install (interactive: choose language, tool and profile)
85
- cd don-cheli-sdd && bash scripts/instalar.sh
86
+ # 2. Run the interactive installer
87
+ don-cheli install --global
86
88
 
87
89
  # 3. In your project, open your AI agent and type:
88
90
  /dc:init
89
91
  ```
90
92
 
93
+ ### Via git clone
94
+
95
+ ```bash
96
+ git clone https://github.com/doncheli/don-cheli-sdd.git
97
+ cd don-cheli-sdd && bash scripts/instalar.sh
98
+ ```
99
+
100
+ <details>
101
+ <summary><strong>Via npx (no install)</strong></summary>
102
+
103
+ ```bash
104
+ npx don-cheli-sdd install --global --lang en
105
+ ```
106
+
107
+ </details>
108
+
91
109
  <details>
92
110
  <summary><strong>Remote install (one liner)</strong></summary>
93
111
 
@@ -346,6 +364,22 @@ Don Cheli is not a program. It's Markdown files that any AI agent can interpret.
346
364
 
347
365
  ---
348
366
 
367
+ ## SDD Certification
368
+
369
+ Show that your project was built with engineering discipline. Add these badges to your README:
370
+
371
+ ```markdown
372
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
373
+ [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
374
+ [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
375
+ ```
376
+
377
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
378
+
379
+ [Full certification criteria →](docs/certification.md)
380
+
381
+ ---
382
+
349
383
  ## Philosophy
350
384
 
351
385
  > **"Context Window = RAM, File System = Disk"**
package/README.pt.md CHANGED
@@ -12,7 +12,7 @@
12
12
  </p>
13
13
  <p align="center">
14
14
  <a href="#-instalação"><img src="https://img.shields.io/badge/instalação-2_minutos-brightgreen" alt="Install"></a>
15
- <img src="https://img.shields.io/badge/versão-1.15.3-blue" alt="Version">
15
+ <img src="https://img.shields.io/badge/versão-1.16.2-blue" alt="Version">
16
16
  <img src="https://img.shields.io/badge/licença-Apache%202.0-green" alt="License">
17
17
  <img src="https://img.shields.io/badge/idiomas-ES%20|%20EN%20|%20PT-red" alt="Languages">
18
18
  <img src="https://img.shields.io/badge/comandos-85+-purple" alt="Commands">
@@ -68,7 +68,7 @@ Isso é **vibe coding**. E é o inimigo do software de qualidade.
68
68
  | **Arquitetura** | A IA inventa na hora | Blueprint técnico + DBML ratificado |
69
69
  | **Testes** | "Talvez... um dia..." | TDD obrigatório: RED → GREEN → REFACTOR |
70
70
  | **Qualidade** | "Acho que funciona" | 6 Quality Gates + 85% cobertura |
71
- | **Contexto** | Perde-se a cada sessão | Persistência total em arquivos `.especdev/` |
71
+ | **Contexto** | Perde-se a cada sessão | Persistência total em arquivos `.dc/` |
72
72
  | **Stubs** | Vão para produção | Detecção automática de stubs fantasma |
73
73
 
74
74
  ---
@@ -77,17 +77,35 @@ Isso é **vibe coding**. E é o inimigo do software de qualidade.
77
77
 
78
78
  **3 passos. 2 minutos. Grátis.**
79
79
 
80
+ ### Via npm (recomendado)
81
+
80
82
  ```bash
81
- # 1. Clonar
82
- git clone https://github.com/doncheli/don-cheli-sdd.git
83
+ # 1. Instalar globalmente
84
+ npm install -g don-cheli-sdd
83
85
 
84
- # 2. Instalar (interativo: escolha idioma, ferramenta e perfil)
85
- cd don-cheli-sdd && bash scripts/instalar.sh
86
+ # 2. Executar o instalador interativo
87
+ don-cheli install --global
86
88
 
87
89
  # 3. No seu projeto, abra seu agente IA e digite:
88
90
  /dc:iniciar
89
91
  ```
90
92
 
93
+ ### Via git clone
94
+
95
+ ```bash
96
+ git clone https://github.com/doncheli/don-cheli-sdd.git
97
+ cd don-cheli-sdd && bash scripts/instalar.sh
98
+ ```
99
+
100
+ <details>
101
+ <summary><strong>Via npx (sem instalar)</strong></summary>
102
+
103
+ ```bash
104
+ npx don-cheli-sdd install --global --lang pt
105
+ ```
106
+
107
+ </details>
108
+
91
109
  <details>
92
110
  <summary><strong>Instalação remota (uma linha)</strong></summary>
93
111
 
@@ -346,6 +364,22 @@ Don Cheli não é um programa. São arquivos Markdown que qualquer agente de IA
346
364
 
347
365
  ---
348
366
 
367
+ ## Certificação SDD
368
+
369
+ Demonstre que seu projeto foi construído com disciplina de engenharia. Adicione estes badges ao seu README:
370
+
371
+ ```markdown
372
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
373
+ [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
374
+ [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
375
+ ```
376
+
377
+ [![SDD Certified](https://img.shields.io/badge/SDD_Certified-Don_Cheli-6c5ce7?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![TDD](https://img.shields.io/badge/TDD-Iron_Law_Enforced-00cec9?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd) [![OWASP](https://img.shields.io/badge/OWASP-Audited_by_Don_Cheli-e17055?style=for-the-badge)](https://github.com/doncheli/don-cheli-sdd)
378
+
379
+ [Critérios completos de certificação →](docs/certification.md)
380
+
381
+ ---
382
+
349
383
  ## Filosofia
350
384
 
351
385
  > **"Janela de Contexto = RAM, Sistema de Arquivos = Disco"**
package/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.3
1
+ 1.16.2
@@ -0,0 +1,80 @@
1
+ #!/usr/bin/env node
2
+
3
+ const { execSync, spawn } = require('child_process');
4
+ const path = require('path');
5
+ const fs = require('fs');
6
+
7
+ const FRAMEWORK_ROOT = path.resolve(__dirname, '..');
8
+ const VERSION = fs.readFileSync(path.join(FRAMEWORK_ROOT, 'VERSION'), 'utf8').trim();
9
+ const INSTALLER = path.join(FRAMEWORK_ROOT, 'scripts', 'instalar.sh');
10
+ const VALIDATOR = path.join(FRAMEWORK_ROOT, 'scripts', 'validar.sh');
11
+
12
+ const args = process.argv.slice(2);
13
+ const command = args[0] || 'help';
14
+
15
+ const HELP = `
16
+ Don Cheli SDD Framework v${VERSION}
17
+ Deja de adivinar. Empieza a hacer ingeniería.
18
+
19
+ Uso:
20
+ don-cheli <comando> [opciones]
21
+
22
+ Comandos:
23
+ install, instalar Instalar el framework (interactivo)
24
+ install --global Instalar globalmente
25
+ install --lang <es|en|pt> Instalar con idioma específico
26
+ validate, validar Validar estructura del framework
27
+ version Mostrar versión
28
+ help Mostrar esta ayuda
29
+
30
+ Ejemplos:
31
+ don-cheli install
32
+ don-cheli install --global --lang es
33
+ don-cheli install --global --lang en --profile phantom
34
+ don-cheli validate
35
+ npx don-cheli-sdd install --global
36
+
37
+ Más info: https://doncheli.tv/comousar.html
38
+ `;
39
+
40
+ function run(script, extraArgs = []) {
41
+ const child = spawn('bash', [script, ...extraArgs], {
42
+ stdio: 'inherit',
43
+ cwd: FRAMEWORK_ROOT,
44
+ });
45
+
46
+ child.on('close', (code) => {
47
+ process.exit(code || 0);
48
+ });
49
+ }
50
+
51
+ switch (command) {
52
+ case 'install':
53
+ case 'instalar':
54
+ case 'init':
55
+ case 'iniciar':
56
+ run(INSTALLER, args.slice(1));
57
+ break;
58
+
59
+ case 'validate':
60
+ case 'validar':
61
+ run(VALIDATOR, args.slice(1));
62
+ break;
63
+
64
+ case 'version':
65
+ case '--version':
66
+ case '-v':
67
+ console.log(`don-cheli-sdd v${VERSION}`);
68
+ break;
69
+
70
+ case 'help':
71
+ case '--help':
72
+ case '-h':
73
+ console.log(HELP);
74
+ break;
75
+
76
+ default:
77
+ console.error(` Comando desconocido: ${command}\n`);
78
+ console.log(HELP);
79
+ process.exit(1);
80
+ }
@@ -10,4 +10,4 @@ description: Completar bucle autónomo y generar reporte final
10
10
  /bucle-completar
11
11
  ```
12
12
 
13
- Finaliza el bucle autónomo, genera reporte final y actualiza `.especdev/progreso.md`.
13
+ Finaliza el bucle autónomo, genera reporte final y actualiza `.dc/progreso.md`.
package/comandos/bucle.md CHANGED
@@ -18,7 +18,7 @@ Lanzar el bucle autónomo que ejecuta las historias de usuario una por una hasta
18
18
 
19
19
  ## Prerrequisitos
20
20
 
21
- - Archivo `.especdev/sesion/prd.json` existente
21
+ - Archivo `.dc/sesion/prd.json` existente
22
22
  - Al menos una historia con `pasa: false`
23
23
 
24
24
  ## Comportamiento
@@ -56,7 +56,7 @@ Estado: PASÓ ✅
56
56
 
57
57
  === COMPLETO ===
58
58
  Las 5 historias pasaron en 5 iteraciones.
59
- Ver progreso: .especdev/progreso.md
59
+ Ver progreso: .dc/progreso.md
60
60
  ```
61
61
 
62
62
  ## Gestión de Errores
@@ -224,7 +224,7 @@ Resumen: 98% conformidad | 2 campos opcionales pendientes
224
224
 
225
225
  ## Configuración de Auto-Actualización
226
226
 
227
- En `.especdev/config.yaml`:
227
+ En `.dc/config.yaml`:
228
228
 
229
229
  ```yaml
230
230
  actualizaciones:
@@ -30,7 +30,7 @@ Implementar las tareas de un cambio específico, con soporte para cambios parale
30
30
 
31
31
  ## Comportamiento
32
32
 
33
- 1. **Leer** `.especdev/cambios/<nombre>/tareas.md`
33
+ 1. **Leer** `.dc/cambios/<nombre>/tareas.md`
34
34
  2. **Detectar** progreso previo (si hay tareas ya completadas)
35
35
  3. **Ejecutar** tareas pendientes una por una
36
36
  4. **Ejecutar** stop hooks después de cada fase
@@ -23,7 +23,7 @@ Sincronizar las specs delta (cambios incrementales) con las specs principales y
23
23
  1. **Verificar** que la feature tiene tag `@implementada` (todos los tests pasan)
24
24
  2. **Mover** artefactos completados a `specs/archivo/`
25
25
  3. **Actualizar** la spec principal del dominio si existe
26
- 4. **Registrar** en `.especdev/memoria/decisiones.md`
26
+ 4. **Registrar** en `.dc/memoria/decisiones.md`
27
27
  5. **Limpiar** archivos temporales de la feature
28
28
 
29
29
  ## Estructura de Archivo