ostacky 0.6.2 → 0.6.3
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/README.md
CHANGED
|
@@ -219,33 +219,33 @@ Tras instalar, el proyecto queda así:
|
|
|
219
219
|
|
|
220
220
|
```json
|
|
221
221
|
{
|
|
222
|
-
"version": "0.6.
|
|
222
|
+
"version": "0.6.3",
|
|
223
223
|
"lockedAt": "2025-01-01T00:00:00.000Z",
|
|
224
224
|
"repo": "JaimeHoracio/Ostacky",
|
|
225
|
-
"tag": "v0.6.
|
|
225
|
+
"tag": "v0.6.3",
|
|
226
226
|
"agents": {
|
|
227
227
|
"ostacky": {
|
|
228
|
-
"version": "0.6.
|
|
228
|
+
"version": "0.6.3",
|
|
229
229
|
"installedAt": "2025-01-01T00:00:00.000Z",
|
|
230
230
|
"sha256": "abc123..."
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
"commands": {
|
|
234
234
|
"install-stack": {
|
|
235
|
-
"version": "0.6.
|
|
235
|
+
"version": "0.6.3",
|
|
236
236
|
"installedAt": "2025-01-01T00:00:00.000Z",
|
|
237
237
|
"sha256": "def456..."
|
|
238
238
|
},
|
|
239
239
|
"opsx-sync": {
|
|
240
|
-
"version": "0.6.
|
|
240
|
+
"version": "0.6.3",
|
|
241
241
|
"installedAt": "2025-01-01T00:00:00.000Z",
|
|
242
242
|
"sha256": "ghi789..."
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"skills": {
|
|
246
|
-
"brainstorming": { "version": "0.6.
|
|
247
|
-
"execution-mode-evaluation": { "version": "0.6.
|
|
248
|
-
"openspec-propose": { "version": "0.6.
|
|
246
|
+
"brainstorming": { "version": "0.6.3", ... },
|
|
247
|
+
"execution-mode-evaluation": { "version": "0.6.3", ... },
|
|
248
|
+
"openspec-propose": { "version": "0.6.3", ... }
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
```
|
|
@@ -275,7 +275,7 @@ Es opcional y solo necesario si algo falló durante la instalación o si querés
|
|
|
275
275
|
## Seguridad
|
|
276
276
|
|
|
277
277
|
- `opencode.jsonc` se versiona en el repo para compartir permisos y MCP de forma reproducible.
|
|
278
|
-
- Las URLs de descarga usan **tags de GitHub** (ej. `v0.6.
|
|
278
|
+
- Las URLs de descarga usan **tags de GitHub** (ej. `v0.6.3`), nunca `main` — instalaciones reproducibles
|
|
279
279
|
- Cada path de archivo descargado es validado para prevenir **path traversal**
|
|
280
280
|
- Los archivos incluyen **checksum SHA-256** opcional; si el manifest lo define, el contenido se verifica antes de escribir
|
|
281
281
|
- El cache local (`.opencode/cache/`) también valida integridad al servir archivos cacheados
|
|
@@ -5,7 +5,7 @@ agent: build
|
|
|
5
5
|
|
|
6
6
|
Instala el stack tecnológico de desarrollo para OpenCode. **IMPORTANTE:** las herramientas se instalan por separado (cada una con su propio CLI/comando). `npx ostacky install` solo instala el agente y commands de Ostacky en `.opencode/`. Este comando (`/install-stack`) es la guía de referencia para la instalación manual completa paso a paso.
|
|
7
7
|
|
|
8
|
-
**Nota:** A partir de v0.6.
|
|
8
|
+
**Nota:** A partir de v0.6.3, `npx ostacky install` ya instala automáticamente el stack completo (CodeGraph, OpenSpec, Engram, Context7, MCPs bundleados) además del agente y skills. Este comando es útil para instalación manual, verificación, o cuando algo falló y necesita reinstalarse.
|
|
9
9
|
|
|
10
10
|
**RESTRICCIÓN ABSOLUTA:** instalar ÚNICAMENTE para OpenCode. Está terminantemente prohibido crear o modificar archivos en `.claude/`, `.kiro/`, `.cursor/`, `.gemini/`, `.codex/`, `.antigravity/`, `.windsurf/` o cualquier otro directorio de plataformas externas.
|
|
11
11
|
|
package/dist/cli.js
CHANGED
|
@@ -520,15 +520,15 @@ var init_fs = __esm(() => {
|
|
|
520
520
|
var manifest_default;
|
|
521
521
|
var init_manifest = __esm(() => {
|
|
522
522
|
manifest_default = {
|
|
523
|
-
version: "0.6.
|
|
523
|
+
version: "0.6.3",
|
|
524
524
|
repo: "JaimeHoracio/Ostacky",
|
|
525
|
-
tag: "v0.6.
|
|
525
|
+
tag: "v0.6.3",
|
|
526
526
|
agents: [
|
|
527
527
|
{
|
|
528
528
|
name: "ostacky",
|
|
529
529
|
file: "assets/agents/ostacky.md",
|
|
530
530
|
description: "Orquestador con recuperación automática (nunca se congela), ruteo por nivel de impacto, controller MCP con SDK oficial, edición segura con fallback inline, y delegación en OpenSpec + Superpowers",
|
|
531
|
-
version: "0.6.
|
|
531
|
+
version: "0.6.3",
|
|
532
532
|
sha256: "9cd6f45339b897fe002775a3a54f570e47dedd1784fa474d6cd5113594d1bd85"
|
|
533
533
|
}
|
|
534
534
|
],
|
|
@@ -537,14 +537,14 @@ var init_manifest = __esm(() => {
|
|
|
537
537
|
name: "install-stack",
|
|
538
538
|
file: "assets/commands/install-stack.md",
|
|
539
539
|
description: "Instala el stack tecnológico del proyecto (CodeGraph, skills, OpenSpec, Engram, Context7, controller MCP con SDK oficial)",
|
|
540
|
-
version: "0.6.
|
|
541
|
-
sha256: "
|
|
540
|
+
version: "0.6.3",
|
|
541
|
+
sha256: "6002a342c3570a33c6f5d4bccf767d0c343b06c4a612cfaa8f744ffedd0de34d"
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
544
|
name: "opsx-sync",
|
|
545
545
|
file: "assets/commands/opsx-sync.md",
|
|
546
546
|
description: "Sincroniza delta specs del change activo sin inicializar CodeGraph si ya existe índice",
|
|
547
|
-
version: "0.6.
|
|
547
|
+
version: "0.6.3",
|
|
548
548
|
sha256: "fe0158478f2ca63b315037a85fc1632b77868532e319af6c7384285441767d64"
|
|
549
549
|
}
|
|
550
550
|
],
|
|
@@ -553,14 +553,14 @@ var init_manifest = __esm(() => {
|
|
|
553
553
|
name: "ostacky-controller",
|
|
554
554
|
file: "assets/mcp/ostacky-controller/",
|
|
555
555
|
description: "Máquina de estados persistida con @modelcontextprotocol/server SDK. 20 tools: start_request → discovery → route → execution → sync → done + validate_edit + complete_task + ping + proceed_to_route + abandon integrado",
|
|
556
|
-
version: "0.6.
|
|
557
|
-
sha256: "
|
|
556
|
+
version: "0.6.3",
|
|
557
|
+
sha256: "144fb38a88f81a7657131bf416e59bf668c9eca5fd92a607ea94e32a41e1a36d"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
name: "openspec",
|
|
561
561
|
file: "assets/mcp/openspec/",
|
|
562
562
|
description: "MCP server local para OpenSpec - proposal, apply, archive, sync de cambios",
|
|
563
|
-
version: "0.6.
|
|
563
|
+
version: "0.6.3",
|
|
564
564
|
sha256: "fa4be28bfc1e75db8f1a037e2580f04a60066c80e8e5934e90e1041020d04609"
|
|
565
565
|
}
|
|
566
566
|
],
|
|
@@ -569,113 +569,113 @@ var init_manifest = __esm(() => {
|
|
|
569
569
|
name: "brainstorming",
|
|
570
570
|
file: "assets/skills/brainstorming/SKILL.md",
|
|
571
571
|
description: "Skill unificado de pensamiento con dos modos: creative-design (producción de diseño → transición a writing-plans o openspec-propose) y open-exploration (exploración libre)",
|
|
572
|
-
version: "0.6.
|
|
573
|
-
sha256: "
|
|
572
|
+
version: "0.6.3",
|
|
573
|
+
sha256: "602116fb37e5bc879d1a28815a5928c7bcd9563713907ea278669c1cd81fcde1"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
name: "execution-mode-evaluation",
|
|
577
577
|
file: "assets/skills/execution-mode-evaluation/SKILL.md",
|
|
578
578
|
description: "Skill de análisis de modo de ejecución — output reconciliado con controller snapshot contract (recommendation field)",
|
|
579
|
-
version: "0.6.
|
|
580
|
-
sha256: "
|
|
579
|
+
version: "0.6.3",
|
|
580
|
+
sha256: "2e21e69011a0d3cfc2abc4a42b93a616fa9dc7e416955d1f757f6d8e5b35f00b"
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
name: "writing-plans",
|
|
584
584
|
file: "assets/skills/writing-plans/SKILL.md",
|
|
585
585
|
description: "Skill de planificación de implementación (Superpowers) — execution handoff removido, Ostacky decide modo de ejecución",
|
|
586
|
-
version: "0.6.
|
|
587
|
-
sha256: "
|
|
586
|
+
version: "0.6.3",
|
|
587
|
+
sha256: "9b14903231df96f54da08158c117801b18bba8f5a2e5a0c069854d059e99f294"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
name: "tdd",
|
|
591
591
|
file: "assets/skills/tdd/SKILL.md",
|
|
592
592
|
description: "Skill de test-driven development (Superpowers)",
|
|
593
|
-
version: "0.6.
|
|
594
|
-
sha256: "
|
|
593
|
+
version: "0.6.3",
|
|
594
|
+
sha256: "aa412298980b7826165c211145c1b8e9135f68f36247bb3cb96d0a0eae274486"
|
|
595
595
|
},
|
|
596
596
|
{
|
|
597
597
|
name: "subagent-driven-development",
|
|
598
598
|
file: "assets/skills/subagent-driven-development/SKILL.md",
|
|
599
599
|
description: "Skill de ejecución con subagentes (Superpowers) — ejecuta solo después de confirmación del coordinador Ostacky",
|
|
600
|
-
version: "0.6.
|
|
601
|
-
sha256: "
|
|
600
|
+
version: "0.6.3",
|
|
601
|
+
sha256: "6128a6cac60eadc11541ba2d37c3e395c6da3a0167767fbb9b7203b1a2a33ebc"
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
604
|
name: "dispatching-parallel-agents",
|
|
605
605
|
file: "assets/skills/dispatching-parallel-agents/SKILL.md",
|
|
606
606
|
description: "Skill de dispatch paralelo de agentes (Superpowers)",
|
|
607
|
-
version: "0.6.
|
|
608
|
-
sha256: "
|
|
607
|
+
version: "0.6.3",
|
|
608
|
+
sha256: "3c8a66d51ae2e719e877d02c3dac32bd804722c3bb9227c258ecae78252a20ab"
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
name: "review",
|
|
612
612
|
file: "assets/skills/review/SKILL.md",
|
|
613
613
|
description: "Skill de revisión de código (Superpowers)",
|
|
614
|
-
version: "0.6.
|
|
615
|
-
sha256: "
|
|
614
|
+
version: "0.6.3",
|
|
615
|
+
sha256: "78914222c29306e479d24b09449e1b5a54b5a0482bd5e3e24faace792946a40a"
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
name: "receiving-code-review",
|
|
619
619
|
file: "assets/skills/receiving-code-review/SKILL.md",
|
|
620
620
|
description: "Skill de recibir y procesar feedback de code review",
|
|
621
|
-
version: "0.6.
|
|
622
|
-
sha256: "
|
|
621
|
+
version: "0.6.3",
|
|
622
|
+
sha256: "d761e884e71d8d3476ac734d287cae403a4024506a7d12e7361a448217c0a831"
|
|
623
623
|
},
|
|
624
624
|
{
|
|
625
625
|
name: "openspec-propose",
|
|
626
626
|
file: "assets/skills/openspec-propose/SKILL.md",
|
|
627
627
|
description: "Skill de generación de proposal (OpenSpec)",
|
|
628
|
-
version: "0.6.
|
|
629
|
-
sha256: "
|
|
628
|
+
version: "0.6.3",
|
|
629
|
+
sha256: "a184a9e99c06860e1742a100336b1662b329c5d6b319301449ed0fa01545e1ac"
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
name: "openspec-apply-change",
|
|
633
633
|
file: "assets/skills/openspec-apply-change/SKILL.md",
|
|
634
634
|
description: "Skill de aplicación de change (OpenSpec)",
|
|
635
|
-
version: "0.6.
|
|
636
|
-
sha256: "
|
|
635
|
+
version: "0.6.3",
|
|
636
|
+
sha256: "b12d80deb4f54f1ceb4792897dbd29fda9b15a71ddd98c30fb6501b085d8eee6"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
name: "openspec-archive-change",
|
|
640
640
|
file: "assets/skills/openspec-archive-change/SKILL.md",
|
|
641
641
|
description: "Skill de archivo de change (OpenSpec)",
|
|
642
|
-
version: "0.6.
|
|
643
|
-
sha256: "
|
|
642
|
+
version: "0.6.3",
|
|
643
|
+
sha256: "16e4b561de7747283663fed602e506abf502452c49a8d4b86d7a5539c40f0195"
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
646
|
name: "openspec-explore",
|
|
647
647
|
file: "assets/skills/openspec-explore/SKILL.md",
|
|
648
648
|
description: "Modo explore para OpenSpec — thinking partner para explorar ideas, investigar problemas y clarificar requisitos antes/durante un cambio",
|
|
649
|
-
version: "0.6.
|
|
650
|
-
sha256: "
|
|
649
|
+
version: "0.6.3",
|
|
650
|
+
sha256: "37ae4aaf17ea71a395bab6dc4d9d61b9a49d7910f6692535ae8553244c46880b"
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
653
|
name: "using-git-worktrees",
|
|
654
654
|
file: "assets/skills/using-git-worktrees/SKILL.md",
|
|
655
655
|
description: "Skill de uso de git worktrees para aislamiento de trabajo",
|
|
656
|
-
version: "0.6.
|
|
657
|
-
sha256: "
|
|
656
|
+
version: "0.6.3",
|
|
657
|
+
sha256: "11afa9123828fc5caa22137aff907cd99c751e99027fbd4c020751110a949281"
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
660
|
name: "using-superpowers",
|
|
661
661
|
file: "assets/skills/using-superpowers/SKILL.md",
|
|
662
662
|
description: "Skill de orquestación de Superpowers skills",
|
|
663
|
-
version: "0.6.
|
|
664
|
-
sha256: "
|
|
663
|
+
version: "0.6.3",
|
|
664
|
+
sha256: "7e54536f96d2a379185a10bfc1e970850caa2561b6d8aca7080f0defea0381a4"
|
|
665
665
|
},
|
|
666
666
|
{
|
|
667
667
|
name: "writing-skills",
|
|
668
668
|
file: "assets/skills/writing-skills/SKILL.md",
|
|
669
669
|
description: "Skill de creación y edición de skills",
|
|
670
|
-
version: "0.6.
|
|
671
|
-
sha256: "
|
|
670
|
+
version: "0.6.3",
|
|
671
|
+
sha256: "3d76b906cee518a2b809febb70db95697a35b9f368986bb504b4120c3bfb437a"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
name: "graceful-degradation",
|
|
675
675
|
file: "assets/skills/graceful-degradation/SKILL.md",
|
|
676
676
|
description: "Skill de degradación graceful cuando múltiples tools están indisponibles",
|
|
677
|
-
version: "0.6.
|
|
678
|
-
sha256: "
|
|
677
|
+
version: "0.6.3",
|
|
678
|
+
sha256: "91c52da5c72a866c5df388fc4d4a3dc317bc55be0040081cc7ae04d3c167a026"
|
|
679
679
|
}
|
|
680
680
|
]
|
|
681
681
|
};
|
|
@@ -1437,7 +1437,7 @@ var init_stack = __esm(() => {
|
|
|
1437
1437
|
// package.json
|
|
1438
1438
|
var package_default = {
|
|
1439
1439
|
name: "ostacky",
|
|
1440
|
-
version: "0.6.
|
|
1440
|
+
version: "0.6.3",
|
|
1441
1441
|
description: "Instalador interactivo de agentes y comandos para OpenCode",
|
|
1442
1442
|
type: "module",
|
|
1443
1443
|
bin: {
|
|
@@ -2591,7 +2591,7 @@ async function probeMcpServer(nodeExecutable, serverPath, cwd, statePath) {
|
|
|
2591
2591
|
params: {
|
|
2592
2592
|
protocolVersion: "2025-03-26",
|
|
2593
2593
|
capabilities: {},
|
|
2594
|
-
clientInfo: { name: "ostacky-installer", version: "0.6.
|
|
2594
|
+
clientInfo: { name: "ostacky-installer", version: "0.6.3" }
|
|
2595
2595
|
}
|
|
2596
2596
|
});
|
|
2597
2597
|
});
|
package/manifest.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.6.
|
|
2
|
+
"version": "0.6.3",
|
|
3
3
|
"repo": "JaimeHoracio/Ostacky",
|
|
4
|
-
"tag": "v0.6.
|
|
4
|
+
"tag": "v0.6.3",
|
|
5
5
|
"agents": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ostacky",
|
|
8
8
|
"file": "assets/agents/ostacky.md",
|
|
9
9
|
"description": "Orquestador con recuperación automática (nunca se congela), ruteo por nivel de impacto, controller MCP con SDK oficial, edición segura con fallback inline, y delegación en OpenSpec + Superpowers",
|
|
10
|
-
"version": "0.6.
|
|
10
|
+
"version": "0.6.3",
|
|
11
11
|
"sha256": "9cd6f45339b897fe002775a3a54f570e47dedd1784fa474d6cd5113594d1bd85"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"name": "install-stack",
|
|
17
17
|
"file": "assets/commands/install-stack.md",
|
|
18
18
|
"description": "Instala el stack tecnológico del proyecto (CodeGraph, skills, OpenSpec, Engram, Context7, controller MCP con SDK oficial)",
|
|
19
|
-
"version": "0.6.
|
|
20
|
-
"sha256": "
|
|
19
|
+
"version": "0.6.3",
|
|
20
|
+
"sha256": "6002a342c3570a33c6f5d4bccf767d0c343b06c4a612cfaa8f744ffedd0de34d"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"name": "opsx-sync",
|
|
24
24
|
"file": "assets/commands/opsx-sync.md",
|
|
25
25
|
"description": "Sincroniza delta specs del change activo sin inicializar CodeGraph si ya existe índice",
|
|
26
|
-
"version": "0.6.
|
|
26
|
+
"version": "0.6.3",
|
|
27
27
|
"sha256": "fe0158478f2ca63b315037a85fc1632b77868532e319af6c7384285441767d64"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"name": "ostacky-controller",
|
|
33
33
|
"file": "assets/mcp/ostacky-controller/",
|
|
34
34
|
"description": "Máquina de estados persistida con @modelcontextprotocol/server SDK. 20 tools: start_request → discovery → route → execution → sync → done + validate_edit + complete_task + ping + proceed_to_route + abandon integrado",
|
|
35
|
-
"version": "0.6.
|
|
36
|
-
"sha256": "
|
|
35
|
+
"version": "0.6.3",
|
|
36
|
+
"sha256": "144fb38a88f81a7657131bf416e59bf668c9eca5fd92a607ea94e32a41e1a36d"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "openspec",
|
|
40
40
|
"file": "assets/mcp/openspec/",
|
|
41
41
|
"description": "MCP server local para OpenSpec - proposal, apply, archive, sync de cambios",
|
|
42
|
-
"version": "0.6.
|
|
42
|
+
"version": "0.6.3",
|
|
43
43
|
"sha256": "fa4be28bfc1e75db8f1a037e2580f04a60066c80e8e5934e90e1041020d04609"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
@@ -48,113 +48,113 @@
|
|
|
48
48
|
"name": "brainstorming",
|
|
49
49
|
"file": "assets/skills/brainstorming/SKILL.md",
|
|
50
50
|
"description": "Skill unificado de pensamiento con dos modos: creative-design (producción de diseño → transición a writing-plans o openspec-propose) y open-exploration (exploración libre)",
|
|
51
|
-
"version": "0.6.
|
|
52
|
-
"sha256": "
|
|
51
|
+
"version": "0.6.3",
|
|
52
|
+
"sha256": "602116fb37e5bc879d1a28815a5928c7bcd9563713907ea278669c1cd81fcde1"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"name": "execution-mode-evaluation",
|
|
56
56
|
"file": "assets/skills/execution-mode-evaluation/SKILL.md",
|
|
57
57
|
"description": "Skill de análisis de modo de ejecución — output reconciliado con controller snapshot contract (recommendation field)",
|
|
58
|
-
"version": "0.6.
|
|
59
|
-
"sha256": "
|
|
58
|
+
"version": "0.6.3",
|
|
59
|
+
"sha256": "2e21e69011a0d3cfc2abc4a42b93a616fa9dc7e416955d1f757f6d8e5b35f00b"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "writing-plans",
|
|
63
63
|
"file": "assets/skills/writing-plans/SKILL.md",
|
|
64
64
|
"description": "Skill de planificación de implementación (Superpowers) — execution handoff removido, Ostacky decide modo de ejecución",
|
|
65
|
-
"version": "0.6.
|
|
66
|
-
"sha256": "
|
|
65
|
+
"version": "0.6.3",
|
|
66
|
+
"sha256": "9b14903231df96f54da08158c117801b18bba8f5a2e5a0c069854d059e99f294"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "tdd",
|
|
70
70
|
"file": "assets/skills/tdd/SKILL.md",
|
|
71
71
|
"description": "Skill de test-driven development (Superpowers)",
|
|
72
|
-
"version": "0.6.
|
|
73
|
-
"sha256": "
|
|
72
|
+
"version": "0.6.3",
|
|
73
|
+
"sha256": "aa412298980b7826165c211145c1b8e9135f68f36247bb3cb96d0a0eae274486"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "subagent-driven-development",
|
|
77
77
|
"file": "assets/skills/subagent-driven-development/SKILL.md",
|
|
78
78
|
"description": "Skill de ejecución con subagentes (Superpowers) — ejecuta solo después de confirmación del coordinador Ostacky",
|
|
79
|
-
"version": "0.6.
|
|
80
|
-
"sha256": "
|
|
79
|
+
"version": "0.6.3",
|
|
80
|
+
"sha256": "6128a6cac60eadc11541ba2d37c3e395c6da3a0167767fbb9b7203b1a2a33ebc"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"name": "dispatching-parallel-agents",
|
|
84
84
|
"file": "assets/skills/dispatching-parallel-agents/SKILL.md",
|
|
85
85
|
"description": "Skill de dispatch paralelo de agentes (Superpowers)",
|
|
86
|
-
"version": "0.6.
|
|
87
|
-
"sha256": "
|
|
86
|
+
"version": "0.6.3",
|
|
87
|
+
"sha256": "3c8a66d51ae2e719e877d02c3dac32bd804722c3bb9227c258ecae78252a20ab"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"name": "review",
|
|
91
91
|
"file": "assets/skills/review/SKILL.md",
|
|
92
92
|
"description": "Skill de revisión de código (Superpowers)",
|
|
93
|
-
"version": "0.6.
|
|
94
|
-
"sha256": "
|
|
93
|
+
"version": "0.6.3",
|
|
94
|
+
"sha256": "78914222c29306e479d24b09449e1b5a54b5a0482bd5e3e24faace792946a40a"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"name": "receiving-code-review",
|
|
98
98
|
"file": "assets/skills/receiving-code-review/SKILL.md",
|
|
99
99
|
"description": "Skill de recibir y procesar feedback de code review",
|
|
100
|
-
"version": "0.6.
|
|
101
|
-
"sha256": "
|
|
100
|
+
"version": "0.6.3",
|
|
101
|
+
"sha256": "d761e884e71d8d3476ac734d287cae403a4024506a7d12e7361a448217c0a831"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"name": "openspec-propose",
|
|
105
105
|
"file": "assets/skills/openspec-propose/SKILL.md",
|
|
106
106
|
"description": "Skill de generación de proposal (OpenSpec)",
|
|
107
|
-
"version": "0.6.
|
|
108
|
-
"sha256": "
|
|
107
|
+
"version": "0.6.3",
|
|
108
|
+
"sha256": "a184a9e99c06860e1742a100336b1662b329c5d6b319301449ed0fa01545e1ac"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"name": "openspec-apply-change",
|
|
112
112
|
"file": "assets/skills/openspec-apply-change/SKILL.md",
|
|
113
113
|
"description": "Skill de aplicación de change (OpenSpec)",
|
|
114
|
-
"version": "0.6.
|
|
115
|
-
"sha256": "
|
|
114
|
+
"version": "0.6.3",
|
|
115
|
+
"sha256": "b12d80deb4f54f1ceb4792897dbd29fda9b15a71ddd98c30fb6501b085d8eee6"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"name": "openspec-archive-change",
|
|
119
119
|
"file": "assets/skills/openspec-archive-change/SKILL.md",
|
|
120
120
|
"description": "Skill de archivo de change (OpenSpec)",
|
|
121
|
-
"version": "0.6.
|
|
122
|
-
"sha256": "
|
|
121
|
+
"version": "0.6.3",
|
|
122
|
+
"sha256": "16e4b561de7747283663fed602e506abf502452c49a8d4b86d7a5539c40f0195"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"name": "openspec-explore",
|
|
126
126
|
"file": "assets/skills/openspec-explore/SKILL.md",
|
|
127
127
|
"description": "Modo explore para OpenSpec — thinking partner para explorar ideas, investigar problemas y clarificar requisitos antes/durante un cambio",
|
|
128
|
-
"version": "0.6.
|
|
129
|
-
"sha256": "
|
|
128
|
+
"version": "0.6.3",
|
|
129
|
+
"sha256": "37ae4aaf17ea71a395bab6dc4d9d61b9a49d7910f6692535ae8553244c46880b"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "using-git-worktrees",
|
|
133
133
|
"file": "assets/skills/using-git-worktrees/SKILL.md",
|
|
134
134
|
"description": "Skill de uso de git worktrees para aislamiento de trabajo",
|
|
135
|
-
"version": "0.6.
|
|
136
|
-
"sha256": "
|
|
135
|
+
"version": "0.6.3",
|
|
136
|
+
"sha256": "11afa9123828fc5caa22137aff907cd99c751e99027fbd4c020751110a949281"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"name": "using-superpowers",
|
|
140
140
|
"file": "assets/skills/using-superpowers/SKILL.md",
|
|
141
141
|
"description": "Skill de orquestación de Superpowers skills",
|
|
142
|
-
"version": "0.6.
|
|
143
|
-
"sha256": "
|
|
142
|
+
"version": "0.6.3",
|
|
143
|
+
"sha256": "7e54536f96d2a379185a10bfc1e970850caa2561b6d8aca7080f0defea0381a4"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "writing-skills",
|
|
147
147
|
"file": "assets/skills/writing-skills/SKILL.md",
|
|
148
148
|
"description": "Skill de creación y edición de skills",
|
|
149
|
-
"version": "0.6.
|
|
150
|
-
"sha256": "
|
|
149
|
+
"version": "0.6.3",
|
|
150
|
+
"sha256": "3d76b906cee518a2b809febb70db95697a35b9f368986bb504b4120c3bfb437a"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"name": "graceful-degradation",
|
|
154
154
|
"file": "assets/skills/graceful-degradation/SKILL.md",
|
|
155
155
|
"description": "Skill de degradación graceful cuando múltiples tools están indisponibles",
|
|
156
|
-
"version": "0.6.
|
|
157
|
-
"sha256": "
|
|
156
|
+
"version": "0.6.3",
|
|
157
|
+
"sha256": "91c52da5c72a866c5df388fc4d4a3dc317bc55be0040081cc7ae04d3c167a026"
|
|
158
158
|
}
|
|
159
159
|
]
|
|
160
160
|
}
|