@eximia-ventures/claude-code-toolkit 5.1.0 → 5.1.1
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 +62 -10
- package/assets/skill/aios-integrate.md +22 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -370,16 +370,47 @@ O Forge classifica automaticamente o squad em um dos 4 padrões visuais:
|
|
|
370
370
|
|
|
371
371
|
#### Pipeline wf-forge (9 fases)
|
|
372
372
|
|
|
373
|
-
```
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
Phase
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
Phase
|
|
381
|
-
|
|
382
|
-
|
|
373
|
+
```mermaid
|
|
374
|
+
flowchart TD
|
|
375
|
+
START(["@bret-victor *forge {squad}"]) --> P0
|
|
376
|
+
|
|
377
|
+
P0["Phase 0\nQuick Wizard\n@bret-victor"]
|
|
378
|
+
P0 --> P1
|
|
379
|
+
|
|
380
|
+
P1["Phase 1\nAnalysis\n@bret-victor"]
|
|
381
|
+
P1 --> PAT{Padrão\ndetectado}
|
|
382
|
+
PAT --> CHAT["Chat\nVercel AI SDK"]
|
|
383
|
+
PAT --> CANVAS["Canvas\nReact DnD"]
|
|
384
|
+
PAT --> WIZARD["Wizard\nRHF + Zod"]
|
|
385
|
+
PAT --> DASH["Dashboard\nTremor"]
|
|
386
|
+
|
|
387
|
+
CHAT & CANVAS & WIZARD & DASH --> P2
|
|
388
|
+
|
|
389
|
+
P2["Phase 2\nStrategy\n@wes-bush"]
|
|
390
|
+
P2 --> P3["Phase 3\nDesign System\n@design-system"]
|
|
391
|
+
P3 --> P4["Phase 4\nUX Writing\n@kinneret"]
|
|
392
|
+
P4 --> P5["Phase 5\nSpec\n@pm + @architect"]
|
|
393
|
+
P5 --> P6["Phase 6\nBuild\n@dev"]
|
|
394
|
+
P6 --> P7["Phase 7\nQA\n@qa"]
|
|
395
|
+
P7 --> P8["Phase 8\nDeploy\n@devops"]
|
|
396
|
+
P8 --> END(["✓ Plataforma publicada"])
|
|
397
|
+
|
|
398
|
+
style START fill:#F56000,color:#fff,stroke:none
|
|
399
|
+
style END fill:#22c55e,color:#fff,stroke:none
|
|
400
|
+
style P0 fill:#F56000,color:#fff,stroke:none
|
|
401
|
+
style P1 fill:#F56000,color:#fff,stroke:none
|
|
402
|
+
style P2 fill:#3b82f6,color:#fff,stroke:none
|
|
403
|
+
style P3 fill:#8b5cf6,color:#fff,stroke:none
|
|
404
|
+
style P4 fill:#ec4899,color:#fff,stroke:none
|
|
405
|
+
style P5 fill:#5B4FE5,color:#fff,stroke:none
|
|
406
|
+
style P6 fill:#22c55e,color:#fff,stroke:none
|
|
407
|
+
style P7 fill:#f59e0b,color:#000,stroke:none
|
|
408
|
+
style P8 fill:#14b8a6,color:#fff,stroke:none
|
|
409
|
+
style PAT fill:#1e293b,color:#fff,stroke:none
|
|
410
|
+
style CHAT fill:#0ea5e9,color:#fff,stroke:none
|
|
411
|
+
style CANVAS fill:#a855f7,color:#fff,stroke:none
|
|
412
|
+
style WIZARD fill:#f97316,color:#fff,stroke:none
|
|
413
|
+
style DASH fill:#10b981,color:#fff,stroke:none
|
|
383
414
|
```
|
|
384
415
|
|
|
385
416
|
#### Slash commands
|
|
@@ -449,6 +480,27 @@ Squads externos podem ser integrados via `/aios-integrate` ou pelo sistema de in
|
|
|
449
480
|
# Depois execute /aios-integrate — o inbox é detectado automaticamente
|
|
450
481
|
```
|
|
451
482
|
|
|
483
|
+
```mermaid
|
|
484
|
+
flowchart LR
|
|
485
|
+
ZIP["squad-export.zip"] --> INBOX[".aios-core/inbox/{squad}/"]
|
|
486
|
+
INBOX --> DETECT{"/aios-integrate\ndetecta inbox"}
|
|
487
|
+
DETECT --> VAL["Validação\nschema + IDs"]
|
|
488
|
+
VAL -->|PASS| COPY["squads/{name}/\n+ .codex/agents/\n+ .antigravity/\n+ .agent/workflows/"]
|
|
489
|
+
VAL -->|FAIL| ERR["Erro reportado\n+ sugestão de fix"]
|
|
490
|
+
COPY --> CSV[".aios-core/manifests/agents.csv\natualizado"]
|
|
491
|
+
COPY --> CMD[".claude/commands/\n{prefix}-*.md criados"]
|
|
492
|
+
COPY --> PROC[".aios-core/inbox/.processed/\nartefato arquivado"]
|
|
493
|
+
|
|
494
|
+
style ZIP fill:#f59e0b,color:#000,stroke:none
|
|
495
|
+
style DETECT fill:#5B4FE5,color:#fff,stroke:none
|
|
496
|
+
style VAL fill:#1e293b,color:#fff,stroke:none
|
|
497
|
+
style COPY fill:#22c55e,color:#fff,stroke:none
|
|
498
|
+
style ERR fill:#ef4444,color:#fff,stroke:none
|
|
499
|
+
style CSV fill:#3b82f6,color:#fff,stroke:none
|
|
500
|
+
style CMD fill:#8b5cf6,color:#fff,stroke:none
|
|
501
|
+
style PROC fill:#64748b,color:#fff,stroke:none
|
|
502
|
+
```
|
|
503
|
+
|
|
452
504
|
---
|
|
453
505
|
|
|
454
506
|
## Arquitetura
|
|
@@ -597,15 +597,30 @@ Quando o usuario escolher exportar:
|
|
|
597
597
|
```
|
|
598
598
|
Incluir este arquivo dentro do pacote exportado.
|
|
599
599
|
|
|
600
|
-
4. **
|
|
601
|
-
- **Preferido:** `zip -r {artifact-name}-export.zip {files}`
|
|
602
|
-
- **Fallback:** Se `zip` nao disponivel (`which zip` falha), usar `tar -czf {artifact-name}-export.tar.gz {files}` com aviso: "Comando `zip` nao encontrado. Usando tar.gz como fallback."
|
|
600
|
+
4. **Perguntar o formato de saida (wizard obrigatorio):**
|
|
603
601
|
|
|
604
|
-
|
|
602
|
+
Exibir sempre, independente de quais ferramentas estao disponiveis:
|
|
603
|
+
|
|
604
|
+
```
|
|
605
|
+
Formato de exportacao:
|
|
606
|
+
1. .zip — Compativel com /aios-integrate (recomendado)
|
|
607
|
+
2. .tar.gz — Alternativa Unix
|
|
608
|
+
3. Pasta — Diretorio descompactado (sem empacotamento)
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
- Se o usuario escolher `.zip` mas `zip` nao estiver disponivel (`which zip` falhar) → exibir: "Comando `zip` nao encontrado. Deseja usar `.tar.gz` como alternativa? (s/n)"
|
|
612
|
+
- Se o usuario escolher `.tar.gz` mas `tar` nao estiver disponivel → exibir erro e sugerir "Pasta" como alternativa
|
|
613
|
+
- **Default:** opcao 1 (`.zip`) — highlight no menu
|
|
614
|
+
|
|
615
|
+
5. **Empacotar** conforme escolha:
|
|
616
|
+
- `.zip` → `zip -r {artifact-name}-export.zip {files}`
|
|
617
|
+
- `.tar.gz` → `tar -czf {artifact-name}-export.tar.gz {files}`
|
|
618
|
+
- `Pasta` → copiar arquivos para `./{artifact-name}-export/` sem compressao
|
|
605
619
|
|
|
606
620
|
6. **Relatorio:**
|
|
607
621
|
```
|
|
608
|
-
✓ Exportado: ./{artifact-name}-export.
|
|
622
|
+
✓ Exportado: ./{artifact-name}-export.{ext}
|
|
623
|
+
Formato: {zip | tar.gz | pasta}
|
|
609
624
|
Conteudo: N arquivos, M KB
|
|
610
625
|
Inclui: _manifest-entry.csv (para re-importacao)
|
|
611
626
|
Arquivos:
|
|
@@ -613,10 +628,10 @@ Quando o usuario escolher exportar:
|
|
|
613
628
|
- commands/{id}-cmd1.md
|
|
614
629
|
- commands/{id}-cmd2.md
|
|
615
630
|
- _manifest-entry.csv
|
|
616
|
-
Para importar em outro projeto: /aios-integrate → Integrar → caminho do
|
|
631
|
+
Para importar em outro projeto: /aios-integrate → Integrar → caminho do arquivo
|
|
617
632
|
```
|
|
618
633
|
|
|
619
|
-
**Na importacao (Integrar):** Detectar e aceitar
|
|
634
|
+
**Na importacao (Integrar):** Detectar e aceitar `.zip`, `.tar.gz` e pastas descompactadas. Extrair/ler para pasta temporaria e processar o conteudo normalmente. Se `_manifest-entry.csv` existir no pacote, usar seus dados como base para o registro no manifest.
|
|
620
635
|
|
|
621
636
|
---
|
|
622
637
|
|