@luanpdd/kit-mcp 1.21.0 → 1.26.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/LICENSE +21 -21
- package/README.md +914 -648
- package/kit/COMANDOS.md +138 -138
- package/kit/README.md +76 -52
- package/kit/agents/advisor-researcher.md +106 -106
- package/kit/agents/assumptions-analyzer.md +107 -107
- package/kit/agents/audit-log-implementer.md +138 -0
- package/kit/agents/auditor-consistencia-isolamento.md +413 -0
- package/kit/agents/codebase-mapper.md +768 -768
- package/kit/agents/crm-pipeline-implementer.md +106 -0
- package/kit/agents/debugger.md +813 -772
- package/kit/agents/detector-tenant-quente.md +337 -0
- package/kit/agents/evolution-go-integrator.md +21 -0
- package/kit/agents/example-reviewer.md +21 -21
- package/kit/agents/executor.md +564 -523
- package/kit/agents/integration-checker.md +200 -200
- package/kit/agents/invite-flow-implementer.md +52 -0
- package/kit/agents/lgpd-compliance-auditor.md +89 -0
- package/kit/agents/multi-tenant-isolation-auditor.md +10 -0
- package/kit/agents/multi-tenant-rls-writer.md +78 -0
- package/kit/agents/nyquist-auditor.md +178 -178
- package/kit/agents/org-onboarding-implementer.md +21 -0
- package/kit/agents/phase-researcher.md +696 -696
- package/kit/agents/plan-checker.md +272 -272
- package/kit/agents/planner.md +922 -891
- package/kit/agents/project-researcher.md +652 -652
- package/kit/agents/research-synthesizer.md +245 -245
- package/kit/agents/roadmapper.md +677 -677
- package/kit/agents/supabase-architect.md +27 -0
- package/kit/agents/supabase-auth-bootstrapper.md +80 -0
- package/kit/agents/supabase-column-privileges-writer.md +399 -0
- package/kit/agents/supabase-migration-writer.md +141 -14
- package/kit/agents/supabase-rbac-implementer.md +392 -0
- package/kit/agents/supabase-rls-hardener.md +521 -0
- package/kit/agents/supabase-rls-writer.md +105 -9
- package/kit/agents/supabase-roles-implementer.md +355 -0
- package/kit/agents/super-admin-implementer.md +99 -0
- package/kit/agents/ui-auditor.md +437 -437
- package/kit/agents/ui-checker.md +302 -302
- package/kit/agents/ui-researcher.md +355 -355
- package/kit/agents/user-profiler.md +175 -175
- package/kit/agents/validador-evolucao-schema.md +335 -0
- package/kit/agents/verifier.md +728 -728
- package/kit/commands/adicionar-backlog.md +75 -75
- package/kit/commands/adicionar-fase.md +42 -42
- package/kit/commands/adicionar-tarefa.md +45 -45
- package/kit/commands/adicionar-testes.md +41 -41
- package/kit/commands/ajuda.md +21 -21
- package/kit/commands/atualizar.md +37 -37
- package/kit/commands/auditar-marco.md +179 -179
- package/kit/commands/auditar-uat.md +23 -23
- package/kit/commands/autonomo.md +40 -40
- package/kit/commands/branch-pr.md +24 -24
- package/kit/commands/concluir-marco.md +247 -247
- package/kit/commands/configuracoes.md +36 -36
- package/kit/commands/dados-distribuidos.md +188 -0
- package/kit/commands/definir-perfil.md +10 -10
- package/kit/commands/depurar.md +190 -190
- package/kit/commands/discutir-fase.md +131 -131
- package/kit/commands/entrar-discord.md +17 -17
- package/kit/commands/estatisticas.md +18 -18
- package/kit/commands/example-greeting.md +33 -33
- package/kit/commands/executar-fase.md +58 -58
- package/kit/commands/expresso.md +56 -56
- package/kit/commands/fase-ui.md +34 -34
- package/kit/commands/fazer.md +57 -57
- package/kit/commands/fio.md +125 -125
- package/kit/commands/fluxos-trabalho.md +64 -64
- package/kit/commands/forense.md +176 -176
- package/kit/commands/gerenciador.md +38 -38
- package/kit/commands/inserir-fase.md +31 -31
- package/kit/commands/limpeza.md +17 -17
- package/kit/commands/listar-hipoteses-fase.md +45 -45
- package/kit/commands/listar-workspaces.md +18 -18
- package/kit/commands/mapear-codebase.md +70 -70
- package/kit/commands/nota.md +33 -33
- package/kit/commands/novo-marco.md +43 -43
- package/kit/commands/novo-projeto.md +41 -41
- package/kit/commands/novo-workspace.md +43 -43
- package/kit/commands/pausar-trabalho.md +37 -37
- package/kit/commands/perfil-usuario.md +45 -45
- package/kit/commands/pesquisar-fase.md +195 -195
- package/kit/commands/planejar-fase.md +67 -67
- package/kit/commands/planejar-lacunas.md +33 -33
- package/kit/commands/plantar-ideia.md +25 -25
- package/kit/commands/progresso.md +24 -24
- package/kit/commands/proximo.md +30 -30
- package/kit/commands/publicar.md +490 -490
- package/kit/commands/rapido.md +35 -35
- package/kit/commands/reaplicar-patches.md +124 -124
- package/kit/commands/relatorio-sessao.md +19 -19
- package/kit/commands/remover-fase.md +31 -31
- package/kit/commands/remover-workspace.md +26 -26
- package/kit/commands/resumo-marco.md +50 -50
- package/kit/commands/retomar-trabalho.md +40 -40
- package/kit/commands/revisar-backlog.md +60 -60
- package/kit/commands/revisar-ui.md +32 -32
- package/kit/commands/revisar.md +37 -37
- package/kit/commands/saude.md +21 -21
- package/kit/commands/setup-notion.md +93 -93
- package/kit/commands/supabase.md +55 -8
- package/kit/commands/sync-main.md +68 -68
- package/kit/commands/validar-fase.md +35 -35
- package/kit/commands/verificar-tarefas.md +44 -44
- package/kit/commands/verificar-trabalho.md +64 -64
- package/kit/file-manifest.json +52 -32
- package/kit/framework/bin/lib/commands.cjs +959 -959
- package/kit/framework/bin/lib/config.cjs +442 -442
- package/kit/framework/bin/lib/core.cjs +1230 -1230
- package/kit/framework/bin/lib/frontmatter.cjs +336 -336
- package/kit/framework/bin/lib/init.cjs +1442 -1442
- package/kit/framework/bin/lib/milestone.cjs +252 -252
- package/kit/framework/bin/lib/model-profiles.cjs +68 -68
- package/kit/framework/bin/lib/phase.cjs +888 -888
- package/kit/framework/bin/lib/profile-output.cjs +952 -952
- package/kit/framework/bin/lib/profile-pipeline.cjs +539 -539
- package/kit/framework/bin/lib/roadmap.cjs +329 -329
- package/kit/framework/bin/lib/security.cjs +382 -382
- package/kit/framework/bin/lib/state.cjs +1031 -1031
- package/kit/framework/bin/lib/template.cjs +222 -222
- package/kit/framework/bin/lib/uat.cjs +282 -282
- package/kit/framework/bin/lib/verify.cjs +888 -888
- package/kit/framework/bin/lib/workstream.cjs +491 -491
- package/kit/framework/bin/tools.cjs +918 -918
- package/kit/framework/commands/workstreams.md +63 -63
- package/kit/framework/references/checkpoints.md +778 -778
- package/kit/framework/references/continuation-format.md +249 -249
- package/kit/framework/references/decimal-phase-calculation.md +64 -64
- package/kit/framework/references/git-integration.md +295 -295
- package/kit/framework/references/git-planning-commit.md +38 -38
- package/kit/framework/references/model-profile-resolution.md +36 -36
- package/kit/framework/references/model-profiles.md +139 -139
- package/kit/framework/references/phase-argument-parsing.md +61 -61
- package/kit/framework/references/planning-config.md +202 -202
- package/kit/framework/references/questioning.md +162 -162
- package/kit/framework/references/tdd.md +263 -263
- package/kit/framework/references/ui-brand.md +160 -160
- package/kit/framework/references/user-profiling.md +657 -657
- package/kit/framework/references/verification-patterns.md +612 -612
- package/kit/framework/references/workstream-flag.md +58 -58
- package/kit/framework/templates/DEBUG.md +164 -164
- package/kit/framework/templates/UAT.md +265 -265
- package/kit/framework/templates/UI-SPEC.md +100 -100
- package/kit/framework/templates/VALIDATION.md +76 -76
- package/kit/framework/templates/claude-md.md +122 -122
- package/kit/framework/templates/codebase/architecture.md +185 -185
- package/kit/framework/templates/codebase/concerns.md +205 -205
- package/kit/framework/templates/codebase/conventions.md +204 -204
- package/kit/framework/templates/codebase/integrations.md +192 -192
- package/kit/framework/templates/codebase/stack.md +158 -158
- package/kit/framework/templates/codebase/structure.md +199 -199
- package/kit/framework/templates/codebase/testing.md +301 -301
- package/kit/framework/templates/config.json +44 -44
- package/kit/framework/templates/context.md +352 -352
- package/kit/framework/templates/continue-here.md +78 -78
- package/kit/framework/templates/copilot-instructions.md +7 -7
- package/kit/framework/templates/debug-subagent-prompt.md +91 -91
- package/kit/framework/templates/dev-preferences.md +20 -20
- package/kit/framework/templates/discovery.md +146 -146
- package/kit/framework/templates/discussion-log.md +63 -63
- package/kit/framework/templates/milestone-archive.md +123 -123
- package/kit/framework/templates/milestone.md +115 -115
- package/kit/framework/templates/phase-prompt.md +610 -610
- package/kit/framework/templates/planner-subagent-prompt.md +117 -117
- package/kit/framework/templates/project.md +186 -186
- package/kit/framework/templates/requirements.md +231 -231
- package/kit/framework/templates/research-project/ARCHITECTURE.md +204 -204
- package/kit/framework/templates/research-project/FEATURES.md +147 -147
- package/kit/framework/templates/research-project/PITFALLS.md +200 -200
- package/kit/framework/templates/research-project/STACK.md +120 -120
- package/kit/framework/templates/research-project/SUMMARY.md +170 -170
- package/kit/framework/templates/research.md +419 -419
- package/kit/framework/templates/retrospective.md +54 -54
- package/kit/framework/templates/roadmap.md +202 -202
- package/kit/framework/templates/state.md +176 -176
- package/kit/framework/templates/summary-complex.md +59 -59
- package/kit/framework/templates/summary-minimal.md +41 -41
- package/kit/framework/templates/summary-standard.md +48 -48
- package/kit/framework/templates/summary.md +209 -209
- package/kit/framework/templates/user-profile.md +146 -146
- package/kit/framework/templates/user-setup.md +256 -256
- package/kit/framework/templates/verification-report.md +258 -258
- package/kit/framework/workflows/add-phase.md +112 -112
- package/kit/framework/workflows/add-tests.md +351 -351
- package/kit/framework/workflows/add-todo.md +158 -158
- package/kit/framework/workflows/audit-milestone.md +340 -340
- package/kit/framework/workflows/audit-uat.md +109 -109
- package/kit/framework/workflows/autonomous.md +891 -891
- package/kit/framework/workflows/check-todos.md +177 -177
- package/kit/framework/workflows/cleanup.md +152 -152
- package/kit/framework/workflows/complete-milestone.md +696 -696
- package/kit/framework/workflows/diagnose-issues.md +231 -231
- package/kit/framework/workflows/discovery-phase.md +289 -289
- package/kit/framework/workflows/discuss-phase-assumptions.md +653 -653
- package/kit/framework/workflows/discuss-phase.md +784 -784
- package/kit/framework/workflows/do.md +104 -104
- package/kit/framework/workflows/execute-phase.md +838 -838
- package/kit/framework/workflows/execute-plan.md +510 -510
- package/kit/framework/workflows/fast.md +102 -102
- package/kit/framework/workflows/forensics.md +265 -265
- package/kit/framework/workflows/health.md +181 -181
- package/kit/framework/workflows/help.md +619 -619
- package/kit/framework/workflows/insert-phase.md +130 -130
- package/kit/framework/workflows/list-phase-assumptions.md +178 -178
- package/kit/framework/workflows/list-workspaces.md +56 -56
- package/kit/framework/workflows/manager.md +362 -362
- package/kit/framework/workflows/map-codebase.md +377 -377
- package/kit/framework/workflows/milestone-summary.md +223 -223
- package/kit/framework/workflows/new-milestone.md +486 -486
- package/kit/framework/workflows/new-project.md +1159 -1159
- package/kit/framework/workflows/new-workspace.md +237 -237
- package/kit/framework/workflows/next.md +97 -97
- package/kit/framework/workflows/node-repair.md +92 -92
- package/kit/framework/workflows/note.md +156 -156
- package/kit/framework/workflows/pause-work.md +176 -176
- package/kit/framework/workflows/plan-milestone-gaps.md +273 -273
- package/kit/framework/workflows/plan-phase.md +765 -765
- package/kit/framework/workflows/plant-seed.md +169 -169
- package/kit/framework/workflows/pr-branch.md +129 -129
- package/kit/framework/workflows/profile-user.md +450 -450
- package/kit/framework/workflows/progress.md +507 -507
- package/kit/framework/workflows/quick.md +757 -757
- package/kit/framework/workflows/remove-phase.md +155 -155
- package/kit/framework/workflows/remove-workspace.md +90 -90
- package/kit/framework/workflows/research-phase.md +82 -82
- package/kit/framework/workflows/resume-project.md +326 -326
- package/kit/framework/workflows/review.md +228 -228
- package/kit/framework/workflows/session-report.md +146 -146
- package/kit/framework/workflows/settings.md +283 -283
- package/kit/framework/workflows/ship.md +228 -228
- package/kit/framework/workflows/stats.md +60 -60
- package/kit/framework/workflows/transition.md +671 -671
- package/kit/framework/workflows/ui-phase.md +302 -302
- package/kit/framework/workflows/ui-review.md +165 -165
- package/kit/framework/workflows/update.md +323 -323
- package/kit/framework/workflows/validate-phase.md +174 -174
- package/kit/framework/workflows/verify-phase.md +252 -252
- package/kit/framework/workflows/verify-work.md +637 -637
- package/kit/hooks/check-update.js +118 -118
- package/kit/hooks/context-monitor.js +163 -163
- package/kit/hooks/prompt-guard.js +103 -103
- package/kit/hooks/statusline.js +125 -125
- package/kit/hooks/workflow-guard.js +101 -101
- package/kit/settings.json +45 -45
- package/kit/skills/_shared-dados-distribuidos/glossary.md +224 -0
- package/kit/skills/_shared-supabase/glossary.md +27 -0
- package/kit/skills/armadilhas-sistemas-distribuidos/SKILL.md +447 -0
- package/kit/skills/audit-log-multi-tenant/SKILL.md +6 -0
- package/kit/skills/cascading-failures/SKILL.md +4 -0
- package/kit/skills/consistencia-leitura-replica/SKILL.md +385 -0
- package/kit/skills/crm-lead-pipeline-patterns/SKILL.md +17 -0
- package/kit/skills/escolha-modelo-consistencia/SKILL.md +495 -0
- package/kit/skills/evolucao-schema-compativel/SKILL.md +448 -0
- package/kit/skills/example-skill/SKILL.md +42 -42
- package/kit/skills/multi-tenant-performance-scaling/SKILL.md +4 -0
- package/kit/skills/multi-tenant-rls-hierarchy/SKILL.md +4 -0
- package/kit/skills/postgres-isolamento-concorrencia/SKILL.md +552 -0
- package/kit/skills/rbac-permissions-matrix-supabase/SKILL.md +37 -0
- package/kit/skills/streams-eventos-cdc/SKILL.md +712 -0
- package/kit/skills/supabase-column-level-security/SKILL.md +426 -0
- package/kit/skills/supabase-cron-queues/SKILL.md +9 -0
- package/kit/skills/supabase-custom-claims-rbac/SKILL.md +472 -0
- package/kit/skills/supabase-database-functions/SKILL.md +85 -0
- package/kit/skills/supabase-migrations/SKILL.md +133 -11
- package/kit/skills/supabase-postgres-roles/SKILL.md +392 -0
- package/kit/skills/supabase-rls-defense-in-depth/SKILL.md +418 -0
- package/kit/skills/supabase-rls-policies/SKILL.md +462 -12
- package/kit/skills/super-admin-platform-pattern/SKILL.md +4 -0
- package/kit/skills/tenant-quente-mitigacao/SKILL.md +605 -0
- package/package.json +63 -63
- package/src/core/kit.js +216 -216
- package/src/core/reflect.js +247 -247
- package/src/core/reverse-sync.js +372 -372
- package/src/core/sync.js +418 -418
- package/src/core/watch.js +121 -121
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sync-main
|
|
3
|
-
description: Atualiza a branch local com os commits da main. Se houver conflitos, pergunta qual priorizar.
|
|
4
|
-
allowed-tools:
|
|
5
|
-
- Bash
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
<safety_rules>
|
|
9
|
-
NUNCA execute git push para main ou origin/main.
|
|
10
|
-
NUNCA mude para a branch main (git checkout main / git switch main).
|
|
11
|
-
Este comando só traz código da main para a branch local — nunca o contrário.
|
|
12
|
-
</safety_rules>
|
|
13
|
-
|
|
14
|
-
<process>
|
|
15
|
-
|
|
16
|
-
## 1 — Proteção: bloquear se estiver na main
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
git branch --show-current
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
Se a branch atual for `main`, encerre com:
|
|
23
|
-
> "⛔ Você está na branch main. Mude para uma branch de feature antes de continuar."
|
|
24
|
-
|
|
25
|
-
## 2 — Buscar atualizações e verificar se há algo novo
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
git fetch origin
|
|
29
|
-
git log --oneline origin/main ^HEAD
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
Se não houver nenhum commit novo em `origin/main`, informe:
|
|
33
|
-
> "Sua branch já está atualizada com a main."
|
|
34
|
-
E encerre.
|
|
35
|
-
|
|
36
|
-
## 3 — Aplicar os commits da main na branch local
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
git merge origin/main
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### Se não houver conflitos:
|
|
43
|
-
Mostre um resumo com:
|
|
44
|
-
- Quantos commits foram integrados
|
|
45
|
-
- Lista dos arquivos modificados (`git diff --name-only HEAD~1 HEAD` ou similar)
|
|
46
|
-
|
|
47
|
-
Encerre.
|
|
48
|
-
|
|
49
|
-
### Se houver conflitos:
|
|
50
|
-
|
|
51
|
-
Liste os arquivos conflitantes e pergunte:
|
|
52
|
-
> "Encontrei conflitos nos arquivos abaixo. Qual é a prioridade?
|
|
53
|
-
> [1] main — usa o código da main nos conflitos
|
|
54
|
-
> [2] local — mantém o seu código nos conflitos"
|
|
55
|
-
|
|
56
|
-
Aguarde a resposta.
|
|
57
|
-
|
|
58
|
-
**Se [1] main:**
|
|
59
|
-
Para cada arquivo conflitante: `git checkout --theirs <arquivo>`
|
|
60
|
-
Depois: `git add . && git commit`
|
|
61
|
-
|
|
62
|
-
**Se [2] local:**
|
|
63
|
-
Para cada arquivo conflitante: `git checkout --ours <arquivo>`
|
|
64
|
-
Depois: `git add . && git commit`
|
|
65
|
-
|
|
66
|
-
Mostre o resumo final: branch atual, status limpo, commits integrados.
|
|
67
|
-
|
|
68
|
-
</process>
|
|
1
|
+
---
|
|
2
|
+
name: sync-main
|
|
3
|
+
description: Atualiza a branch local com os commits da main. Se houver conflitos, pergunta qual priorizar.
|
|
4
|
+
allowed-tools:
|
|
5
|
+
- Bash
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<safety_rules>
|
|
9
|
+
NUNCA execute git push para main ou origin/main.
|
|
10
|
+
NUNCA mude para a branch main (git checkout main / git switch main).
|
|
11
|
+
Este comando só traz código da main para a branch local — nunca o contrário.
|
|
12
|
+
</safety_rules>
|
|
13
|
+
|
|
14
|
+
<process>
|
|
15
|
+
|
|
16
|
+
## 1 — Proteção: bloquear se estiver na main
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
git branch --show-current
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Se a branch atual for `main`, encerre com:
|
|
23
|
+
> "⛔ Você está na branch main. Mude para uma branch de feature antes de continuar."
|
|
24
|
+
|
|
25
|
+
## 2 — Buscar atualizações e verificar se há algo novo
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
git fetch origin
|
|
29
|
+
git log --oneline origin/main ^HEAD
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Se não houver nenhum commit novo em `origin/main`, informe:
|
|
33
|
+
> "Sua branch já está atualizada com a main."
|
|
34
|
+
E encerre.
|
|
35
|
+
|
|
36
|
+
## 3 — Aplicar os commits da main na branch local
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
git merge origin/main
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Se não houver conflitos:
|
|
43
|
+
Mostre um resumo com:
|
|
44
|
+
- Quantos commits foram integrados
|
|
45
|
+
- Lista dos arquivos modificados (`git diff --name-only HEAD~1 HEAD` ou similar)
|
|
46
|
+
|
|
47
|
+
Encerre.
|
|
48
|
+
|
|
49
|
+
### Se houver conflitos:
|
|
50
|
+
|
|
51
|
+
Liste os arquivos conflitantes e pergunte:
|
|
52
|
+
> "Encontrei conflitos nos arquivos abaixo. Qual é a prioridade?
|
|
53
|
+
> [1] main — usa o código da main nos conflitos
|
|
54
|
+
> [2] local — mantém o seu código nos conflitos"
|
|
55
|
+
|
|
56
|
+
Aguarde a resposta.
|
|
57
|
+
|
|
58
|
+
**Se [1] main:**
|
|
59
|
+
Para cada arquivo conflitante: `git checkout --theirs <arquivo>`
|
|
60
|
+
Depois: `git add . && git commit`
|
|
61
|
+
|
|
62
|
+
**Se [2] local:**
|
|
63
|
+
Para cada arquivo conflitante: `git checkout --ours <arquivo>`
|
|
64
|
+
Depois: `git add . && git commit`
|
|
65
|
+
|
|
66
|
+
Mostre o resumo final: branch atual, status limpo, commits integrados.
|
|
67
|
+
|
|
68
|
+
</process>
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: validar-fase
|
|
3
|
-
description: Audita retroativamente e preenche lacunas de validação Nyquist para uma fase concluída
|
|
4
|
-
argument-hint: "[número da fase]"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Write
|
|
8
|
-
- Edit
|
|
9
|
-
- Bash
|
|
10
|
-
- Glob
|
|
11
|
-
- Grep
|
|
12
|
-
- Task
|
|
13
|
-
- AskUserQuestion
|
|
14
|
-
---
|
|
15
|
-
<objective>
|
|
16
|
-
Audita a cobertura de validação Nyquist para uma fase concluída. Três estados:
|
|
17
|
-
- (A) VALIDATION.md existe — auditar e preencher lacunas
|
|
18
|
-
- (B) Sem VALIDATION.md, SUMMARY.md existe — reconstruir a partir de artefatos
|
|
19
|
-
- (C) Fase não executada — sair com orientação
|
|
20
|
-
|
|
21
|
-
Saída: VALIDATION.md atualizado + arquivos de teste gerados.
|
|
22
|
-
</objective>
|
|
23
|
-
|
|
24
|
-
<execution_context>
|
|
25
|
-
@./.claude/framework/workflows/validate-phase.md
|
|
26
|
-
</execution_context>
|
|
27
|
-
|
|
28
|
-
<context>
|
|
29
|
-
Fase: $ARGUMENTS — opcional, padrão é a última fase concluída.
|
|
30
|
-
</context>
|
|
31
|
-
|
|
32
|
-
<process>
|
|
33
|
-
Execute @./.claude/framework/workflows/validate-phase.md.
|
|
34
|
-
Preserve todos os gates do workflow.
|
|
35
|
-
</process>
|
|
1
|
+
---
|
|
2
|
+
name: validar-fase
|
|
3
|
+
description: Audita retroativamente e preenche lacunas de validação Nyquist para uma fase concluída
|
|
4
|
+
argument-hint: "[número da fase]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Write
|
|
8
|
+
- Edit
|
|
9
|
+
- Bash
|
|
10
|
+
- Glob
|
|
11
|
+
- Grep
|
|
12
|
+
- Task
|
|
13
|
+
- AskUserQuestion
|
|
14
|
+
---
|
|
15
|
+
<objective>
|
|
16
|
+
Audita a cobertura de validação Nyquist para uma fase concluída. Três estados:
|
|
17
|
+
- (A) VALIDATION.md existe — auditar e preencher lacunas
|
|
18
|
+
- (B) Sem VALIDATION.md, SUMMARY.md existe — reconstruir a partir de artefatos
|
|
19
|
+
- (C) Fase não executada — sair com orientação
|
|
20
|
+
|
|
21
|
+
Saída: VALIDATION.md atualizado + arquivos de teste gerados.
|
|
22
|
+
</objective>
|
|
23
|
+
|
|
24
|
+
<execution_context>
|
|
25
|
+
@./.claude/framework/workflows/validate-phase.md
|
|
26
|
+
</execution_context>
|
|
27
|
+
|
|
28
|
+
<context>
|
|
29
|
+
Fase: $ARGUMENTS — opcional, padrão é a última fase concluída.
|
|
30
|
+
</context>
|
|
31
|
+
|
|
32
|
+
<process>
|
|
33
|
+
Execute @./.claude/framework/workflows/validate-phase.md.
|
|
34
|
+
Preserve todos os gates do workflow.
|
|
35
|
+
</process>
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: verificar-tarefas
|
|
3
|
-
description: Lista todos os todos pendentes e seleciona um para trabalhar
|
|
4
|
-
argument-hint: [filtro de área]
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Write
|
|
8
|
-
- Bash
|
|
9
|
-
- AskUserQuestion
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
<objective>
|
|
13
|
-
Lista todos os todos pendentes, permite seleção, carrega o contexto completo do todo selecionado e encaminha para a ação adequada.
|
|
14
|
-
|
|
15
|
-
Encaminha para o workflow check-todos que cuida de:
|
|
16
|
-
- Contagem e listagem de todos com filtro por área
|
|
17
|
-
- Seleção interativa com carregamento completo de contexto
|
|
18
|
-
- Checagem de correlação com roadmap
|
|
19
|
-
- Roteamento de ação (trabalhar agora, adicionar à fase, brainstorm, criar fase)
|
|
20
|
-
- Atualizações do STATE.md e commits git
|
|
21
|
-
</objective>
|
|
22
|
-
|
|
23
|
-
<execution_context>
|
|
24
|
-
@./.claude/framework/workflows/check-todos.md
|
|
25
|
-
</execution_context>
|
|
26
|
-
|
|
27
|
-
<context>
|
|
28
|
-
Argumentos: $ARGUMENTS (filtro de área opcional)
|
|
29
|
-
|
|
30
|
-
Estado dos todos e correlação com roadmap são carregados no workflow usando `init todos` e leituras específicas.
|
|
31
|
-
</context>
|
|
32
|
-
|
|
33
|
-
<process>
|
|
34
|
-
**Seguir o workflow check-todos** de `@./.claude/framework/workflows/check-todos.md`.
|
|
35
|
-
|
|
36
|
-
O workflow cuida de toda a lógica, incluindo:
|
|
37
|
-
1. Verificação de existência de todos
|
|
38
|
-
2. Filtro por área
|
|
39
|
-
3. Listagem e seleção interativa
|
|
40
|
-
4. Carregamento completo de contexto com resumos de arquivo
|
|
41
|
-
5. Checagem de correlação com roadmap
|
|
42
|
-
6. Oferta e execução de ação
|
|
43
|
-
7. Atualizações do STATE.md
|
|
44
|
-
8. Commits git
|
|
1
|
+
---
|
|
2
|
+
name: verificar-tarefas
|
|
3
|
+
description: Lista todos os todos pendentes e seleciona um para trabalhar
|
|
4
|
+
argument-hint: [filtro de área]
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Write
|
|
8
|
+
- Bash
|
|
9
|
+
- AskUserQuestion
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
<objective>
|
|
13
|
+
Lista todos os todos pendentes, permite seleção, carrega o contexto completo do todo selecionado e encaminha para a ação adequada.
|
|
14
|
+
|
|
15
|
+
Encaminha para o workflow check-todos que cuida de:
|
|
16
|
+
- Contagem e listagem de todos com filtro por área
|
|
17
|
+
- Seleção interativa com carregamento completo de contexto
|
|
18
|
+
- Checagem de correlação com roadmap
|
|
19
|
+
- Roteamento de ação (trabalhar agora, adicionar à fase, brainstorm, criar fase)
|
|
20
|
+
- Atualizações do STATE.md e commits git
|
|
21
|
+
</objective>
|
|
22
|
+
|
|
23
|
+
<execution_context>
|
|
24
|
+
@./.claude/framework/workflows/check-todos.md
|
|
25
|
+
</execution_context>
|
|
26
|
+
|
|
27
|
+
<context>
|
|
28
|
+
Argumentos: $ARGUMENTS (filtro de área opcional)
|
|
29
|
+
|
|
30
|
+
Estado dos todos e correlação com roadmap são carregados no workflow usando `init todos` e leituras específicas.
|
|
31
|
+
</context>
|
|
32
|
+
|
|
33
|
+
<process>
|
|
34
|
+
**Seguir o workflow check-todos** de `@./.claude/framework/workflows/check-todos.md`.
|
|
35
|
+
|
|
36
|
+
O workflow cuida de toda a lógica, incluindo:
|
|
37
|
+
1. Verificação de existência de todos
|
|
38
|
+
2. Filtro por área
|
|
39
|
+
3. Listagem e seleção interativa
|
|
40
|
+
4. Carregamento completo de contexto com resumos de arquivo
|
|
41
|
+
5. Checagem de correlação com roadmap
|
|
42
|
+
6. Oferta e execução de ação
|
|
43
|
+
7. Atualizações do STATE.md
|
|
44
|
+
8. Commits git
|
|
45
45
|
</process>
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: verificar-trabalho
|
|
3
|
-
description: Valida funcionalidades construídas através de UAT conversacional
|
|
4
|
-
argument-hint: "[número da fase, ex: '4']"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Bash
|
|
8
|
-
- Glob
|
|
9
|
-
- Grep
|
|
10
|
-
- Edit
|
|
11
|
-
- Write
|
|
12
|
-
- Task
|
|
13
|
-
---
|
|
14
|
-
<objective>
|
|
15
|
-
Valida funcionalidades construídas através de testes conversacionais com estado persistente.
|
|
16
|
-
|
|
17
|
-
Propósito: Confirmar que o que o Claude construiu realmente funciona da perspectiva do usuário. Um teste por vez, respostas em texto simples, sem interrogatório. Quando problemas são encontrados, automaticamente diagnostica, planeja correções e prepara para execução.
|
|
18
|
-
|
|
19
|
-
Saída: {phase_num}-UAT.md rastreando todos os resultados de teste. Se problemas encontrados: lacunas diagnosticadas, planos de correção verificados prontos para /executar-fase
|
|
20
|
-
</objective>
|
|
21
|
-
|
|
22
|
-
<execution_context>
|
|
23
|
-
@./.claude/framework/workflows/verify-work.md
|
|
24
|
-
@./.claude/framework/templates/UAT.md
|
|
25
|
-
</execution_context>
|
|
26
|
-
|
|
27
|
-
<context>
|
|
28
|
-
Fase: $ARGUMENTS (opcional)
|
|
29
|
-
- Se fornecido: Testar fase específica (ex: "4")
|
|
30
|
-
- Se não fornecido: Verificar sessões ativas ou solicitar fase
|
|
31
|
-
|
|
32
|
-
Arquivos de contexto são resolvidos dentro do workflow (`init verify-work`) e delegados via blocos `<files_to_read>`.
|
|
33
|
-
</context>
|
|
34
|
-
|
|
35
|
-
<process>
|
|
36
|
-
Execute o workflow verify-work de @./.claude/framework/workflows/verify-work.md do início ao fim.
|
|
37
|
-
Preserve todos os gates do workflow (gerenciamento de sessão, apresentação de testes, diagnóstico, planejamento de correções, roteamento).
|
|
38
|
-
</process>
|
|
39
|
-
|
|
40
|
-
<observability_integration>
|
|
41
|
-
**Integração com Core Analysis Loop em logs reais (v1.9):**
|
|
42
|
-
|
|
43
|
-
Quando `workflow.observability_uat_validation = true` (default) e o projeto tem MCP Supabase disponível, o workflow inclui passo de validação observacional após UAT conversacional:
|
|
44
|
-
|
|
45
|
-
1. Para cada test passing no UAT, invocar o agente [`incident-investigator`](../agents/incident-investigator.md) em modo "validation":
|
|
46
|
-
```
|
|
47
|
-
Task(subagent_type="incident-investigator", prompt="
|
|
48
|
-
mode: validation
|
|
49
|
-
symptom: validar que feature de Phase {N} efetivamente emitiu spans/eventos esperados
|
|
50
|
-
time_window: última 1h
|
|
51
|
-
expected_attributes: {result.success: true, build_id: {current_build}}
|
|
52
|
-
")
|
|
53
|
-
```
|
|
54
|
-
2. O agente queryará via `mcp__supabase__get_logs` ou `mcp__supabase__execute_sql` para confirmar:
|
|
55
|
-
- Spans com nome esperado existem
|
|
56
|
-
- Atributos canônicos foram emitidos (não só código existe — comportamento real)
|
|
57
|
-
- `result.success` baseline está dentro do esperado
|
|
58
|
-
3. Se confirmado: UAT.md inclui evidência observacional (não só "funciona em UI"). Status `passed` ✓.
|
|
59
|
-
4. Se ausente: UAT.md flag `human_needed` com sugestão "verificar instrumentação não está pegando".
|
|
60
|
-
|
|
61
|
-
**Skill consultada:** [`core-analysis-loop`](../skills/core-analysis-loop/SKILL.md) — para o caso de UAT falhar e precisar investigar.
|
|
62
|
-
|
|
63
|
-
**REQ:** INT-FW-03.
|
|
64
|
-
</observability_integration>
|
|
1
|
+
---
|
|
2
|
+
name: verificar-trabalho
|
|
3
|
+
description: Valida funcionalidades construídas através de UAT conversacional
|
|
4
|
+
argument-hint: "[número da fase, ex: '4']"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Bash
|
|
8
|
+
- Glob
|
|
9
|
+
- Grep
|
|
10
|
+
- Edit
|
|
11
|
+
- Write
|
|
12
|
+
- Task
|
|
13
|
+
---
|
|
14
|
+
<objective>
|
|
15
|
+
Valida funcionalidades construídas através de testes conversacionais com estado persistente.
|
|
16
|
+
|
|
17
|
+
Propósito: Confirmar que o que o Claude construiu realmente funciona da perspectiva do usuário. Um teste por vez, respostas em texto simples, sem interrogatório. Quando problemas são encontrados, automaticamente diagnostica, planeja correções e prepara para execução.
|
|
18
|
+
|
|
19
|
+
Saída: {phase_num}-UAT.md rastreando todos os resultados de teste. Se problemas encontrados: lacunas diagnosticadas, planos de correção verificados prontos para /executar-fase
|
|
20
|
+
</objective>
|
|
21
|
+
|
|
22
|
+
<execution_context>
|
|
23
|
+
@./.claude/framework/workflows/verify-work.md
|
|
24
|
+
@./.claude/framework/templates/UAT.md
|
|
25
|
+
</execution_context>
|
|
26
|
+
|
|
27
|
+
<context>
|
|
28
|
+
Fase: $ARGUMENTS (opcional)
|
|
29
|
+
- Se fornecido: Testar fase específica (ex: "4")
|
|
30
|
+
- Se não fornecido: Verificar sessões ativas ou solicitar fase
|
|
31
|
+
|
|
32
|
+
Arquivos de contexto são resolvidos dentro do workflow (`init verify-work`) e delegados via blocos `<files_to_read>`.
|
|
33
|
+
</context>
|
|
34
|
+
|
|
35
|
+
<process>
|
|
36
|
+
Execute o workflow verify-work de @./.claude/framework/workflows/verify-work.md do início ao fim.
|
|
37
|
+
Preserve todos os gates do workflow (gerenciamento de sessão, apresentação de testes, diagnóstico, planejamento de correções, roteamento).
|
|
38
|
+
</process>
|
|
39
|
+
|
|
40
|
+
<observability_integration>
|
|
41
|
+
**Integração com Core Analysis Loop em logs reais (v1.9):**
|
|
42
|
+
|
|
43
|
+
Quando `workflow.observability_uat_validation = true` (default) e o projeto tem MCP Supabase disponível, o workflow inclui passo de validação observacional após UAT conversacional:
|
|
44
|
+
|
|
45
|
+
1. Para cada test passing no UAT, invocar o agente [`incident-investigator`](../agents/incident-investigator.md) em modo "validation":
|
|
46
|
+
```
|
|
47
|
+
Task(subagent_type="incident-investigator", prompt="
|
|
48
|
+
mode: validation
|
|
49
|
+
symptom: validar que feature de Phase {N} efetivamente emitiu spans/eventos esperados
|
|
50
|
+
time_window: última 1h
|
|
51
|
+
expected_attributes: {result.success: true, build_id: {current_build}}
|
|
52
|
+
")
|
|
53
|
+
```
|
|
54
|
+
2. O agente queryará via `mcp__supabase__get_logs` ou `mcp__supabase__execute_sql` para confirmar:
|
|
55
|
+
- Spans com nome esperado existem
|
|
56
|
+
- Atributos canônicos foram emitidos (não só código existe — comportamento real)
|
|
57
|
+
- `result.success` baseline está dentro do esperado
|
|
58
|
+
3. Se confirmado: UAT.md inclui evidência observacional (não só "funciona em UI"). Status `passed` ✓.
|
|
59
|
+
4. Se ausente: UAT.md flag `human_needed` com sugestão "verificar instrumentação não está pegando".
|
|
60
|
+
|
|
61
|
+
**Skill consultada:** [`core-analysis-loop`](../skills/core-analysis-loop/SKILL.md) — para o caso de UAT falhar e precisar investigar.
|
|
62
|
+
|
|
63
|
+
**REQ:** INT-FW-03.
|
|
64
|
+
</observability_integration>
|
package/kit/file-manifest.json
CHANGED
|
@@ -1,41 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"timestamp": "2026-05-
|
|
2
|
+
"version": "1.26.0",
|
|
3
|
+
"timestamp": "2026-05-11T04:13:53.239Z",
|
|
4
4
|
"files": {
|
|
5
5
|
"COMANDOS.md": "d24ec61a6ec35db314cc5f2ae287bfb927b794789c8f1d558c55862f5e6534b2",
|
|
6
6
|
"COMPATIBILITY.md": "794e336a87045cdf0161785b9a7a0975a49abbd80bdd816b8852251fcc8126ca",
|
|
7
|
-
"README.md": "
|
|
7
|
+
"README.md": "a2adf08b15a433516534fb8aa3569fa2c151e48cdafcf9d1b13a26e46b95b357",
|
|
8
8
|
"agents/advisor-researcher.md": "2ecc52247af1f379c7d0a85847a966095f71d8e5a6140f62611f04c9e4fe264b",
|
|
9
9
|
"agents/ai-mutation-tester.md": "bbdedc2d41440340c403bf4b71fb902eec057f3771667703c32309885aa4f4db",
|
|
10
10
|
"agents/assumptions-analyzer.md": "b730268a8c588bc16e30330df874f64d1dc0bbd4573e696f7a316ea9e4c1f57c",
|
|
11
|
-
"agents/audit-log-implementer.md": "
|
|
11
|
+
"agents/audit-log-implementer.md": "9ef8239b0186b3e3526f6c61a8fa2cca73738bca1cdfd0d85e4187efda6156d1",
|
|
12
|
+
"agents/auditor-consistencia-isolamento.md": "0d067455d39a8ad3fcc4eccea6fecaeaf3ba9d724b29e58c3612d33dfe6b6236",
|
|
12
13
|
"agents/b2b-saas-architect.md": "6e613518b6c101a1d7cf0d86ef9337347662db863e47a492c3a2415a9b43ec3d",
|
|
13
14
|
"agents/burn-rate-forecaster.md": "a4f2efccc7073ef0ab1a225895f68dff7c95d4f9e1c04319569cad47c13dffac",
|
|
14
15
|
"agents/cascading-failures-auditor.md": "6c44929a90a2fc59d3ba59dd67814a85dc08f1b86d41933c5f19cefc8d33bdd5",
|
|
15
16
|
"agents/codebase-mapper.md": "e1500018c3c67c8408f6b9fbc2543221d69c2884083d14327fe27e751fc920bc",
|
|
16
|
-
"agents/crm-pipeline-implementer.md": "
|
|
17
|
-
"agents/debugger.md": "
|
|
18
|
-
"agents/
|
|
17
|
+
"agents/crm-pipeline-implementer.md": "bf69eebbad5f35b7eb733fadf90b4655a6a3b72913cea3aa9f6b6902e9f1fa04",
|
|
18
|
+
"agents/debugger.md": "57d55aa17e96caba5294a632d56ed3d0c4952032ec30d23ee3adba74dd7f7a46",
|
|
19
|
+
"agents/detector-tenant-quente.md": "850630f254422e39166a6c9e8f08164aae975ef93fd99759bac7acedd26cc5cd",
|
|
20
|
+
"agents/evolution-go-integrator.md": "8d45d81ee71a4655267959279bced1e38e94d93a83943f4572afbd8ca4c457ad",
|
|
19
21
|
"agents/example-reviewer.md": "cad1dcd4cafffc73e96de653809fdc2a9a8b1d8dc51865efd4d1daaf4284755f",
|
|
20
|
-
"agents/executor.md": "
|
|
22
|
+
"agents/executor.md": "f62f125d1c9523d61d2a2aec1534cadc9a2bae69a441b2662a2e4e1e34bbbdbf",
|
|
21
23
|
"agents/golden-signals-instrumenter.md": "de85b79ea09157ccc37c2de0facc3e6d4b9dba087e780330bc78be9ddd447297",
|
|
22
24
|
"agents/incident-investigator.md": "521fcd4add75d2d4668162d19373823a9826bc45f23afdaf813b19f34113082d",
|
|
23
25
|
"agents/integration-checker.md": "15c2badc2a8b650b7229e9ba32f481b08370afd3b80f41c7ae1c4cda7652811e",
|
|
24
|
-
"agents/invite-flow-implementer.md": "
|
|
26
|
+
"agents/invite-flow-implementer.md": "9590a8ac8a430cb1a98cdbb59370b1890a53aee78f279aeb4116c9f4e09be938",
|
|
25
27
|
"agents/legacy-characterizer.md": "1e9da6e7a0518a19788052e60554740f582fa2cd27b8dc1dc73251df3e712714",
|
|
26
|
-
"agents/lgpd-compliance-auditor.md": "
|
|
28
|
+
"agents/lgpd-compliance-auditor.md": "a34b1ddb76e6fcde0482fea309964f7a7450f2514745a23522e938d5181db83a",
|
|
27
29
|
"agents/load-shedding-instrumenter.md": "63db224e3d8033a18cfe47ec8fc631685e356bf456d98b35c9c5d42d80fc5630",
|
|
28
|
-
"agents/multi-tenant-isolation-auditor.md": "
|
|
29
|
-
"agents/multi-tenant-rls-writer.md": "
|
|
30
|
+
"agents/multi-tenant-isolation-auditor.md": "b4c03df48bb563711922880144c2a3a71139559455eeb2fd444df77ee9e3cdc0",
|
|
31
|
+
"agents/multi-tenant-rls-writer.md": "74b1af763125e77e54976be9544db60bb8265eccf40429a8b29e9a24aa60fbbc",
|
|
30
32
|
"agents/nyquist-auditor.md": "1d7590f356714eaacbdc92831dd100f9ca230a9c461e34223eb4bdf67ebaf076",
|
|
31
33
|
"agents/observability-coverage-auditor.md": "e2c68e145182446ec47753b63063fea1d12b4356b390f33dffd4890f2c1a4352",
|
|
32
34
|
"agents/observability-instrumenter.md": "6d40d96fdc3281b85d7db6d2e82f0e018945f2d148ab1b39c951774e6873aad2",
|
|
33
35
|
"agents/omm-auditor.md": "8e09dca83495ba869f0f4c79c156f909a22b272e9ed77a0fe8a6658887cff7c0",
|
|
34
|
-
"agents/org-onboarding-implementer.md": "
|
|
36
|
+
"agents/org-onboarding-implementer.md": "4887c62e5b0f235bff81ee008f481732d493356cad08f7905172acc1901e2cbb",
|
|
35
37
|
"agents/payload-capture-instrumenter.md": "f1517b1a5d5cb10f8229de7402d4b6a786e8bd0ac9f6de3701a0a9dcebeb6cd5",
|
|
36
38
|
"agents/phase-researcher.md": "3e431d8d6bd4f1459b049771a30f7176cfb6ccc21bf49e8a4cfb0bb03f9e7f7d",
|
|
37
39
|
"agents/plan-checker.md": "32982f3713b4251d123e981c3f723c2a8702625edbbba4d862d64155086b94ae",
|
|
38
|
-
"agents/planner.md": "
|
|
40
|
+
"agents/planner.md": "395ddace0a708de89a3e2fb66bbf36df706f172bdc2a66023012d056b9c30ac4",
|
|
39
41
|
"agents/postmortem-writer.md": "d8c30abd537920bfc7b060a7b1e4ba98e8c0ca59ad4297e89eee3d35992f9509",
|
|
40
42
|
"agents/project-researcher.md": "3cf77520ff888cf0a4c879e147180f6f9c3ba04bd9b0def10ef8f35e7ccedbf6",
|
|
41
43
|
"agents/prr-conductor.md": "22710f35f702f132a9cdd5c6e3fe2dcf44cda24af36a2cd91060799dd19e9a02",
|
|
@@ -48,19 +50,24 @@
|
|
|
48
50
|
"agents/shotgun-surgery-detector.md": "334966916715c4c5eff3324b81a09e17b312defd9a8549f17bfe19c06dbd9e92",
|
|
49
51
|
"agents/slo-engineer.md": "1e6ec6e3031a40be6a6d631400f0dd12bb2b94ce37a9816d89d1badae1e7d7ca",
|
|
50
52
|
"agents/storytelling-analyst.md": "dd68f9e8cb01bbd102acb9a2021be81a0b8d6f2528f30971f9aa5ef331f7e563",
|
|
51
|
-
"agents/supabase-architect.md": "
|
|
52
|
-
"agents/supabase-auth-bootstrapper.md": "
|
|
53
|
+
"agents/supabase-architect.md": "523247c1ae7f69158d42971b19d51d299bc94a386ed871bdfe7eefbf3471a076",
|
|
54
|
+
"agents/supabase-auth-bootstrapper.md": "a197c3cd2c817f67a53400d5ba4fbf491f365a45e601fc60cd708ed07340272b",
|
|
55
|
+
"agents/supabase-column-privileges-writer.md": "dc6ed23511008cda6b9698afc3b577512547aaaf555d2a4de9273417f247ee6b",
|
|
53
56
|
"agents/supabase-edge-fn-writer.md": "7b470664173f8c5c9ab12af74f58ddaeee3eb46bb3d2ca8de21b1c284961d9dd",
|
|
54
|
-
"agents/supabase-migration-writer.md": "
|
|
57
|
+
"agents/supabase-migration-writer.md": "a964dd676362184fe657446415202e0c620b0d4ce26ebe25125b6a55937c2fba",
|
|
58
|
+
"agents/supabase-rbac-implementer.md": "605de2d2a43a3d1eda2e181b98f53aae45b0c80123acc059305b65adf51f9f74",
|
|
55
59
|
"agents/supabase-realtime-implementer.md": "e10d7f723734da0dd930d6e0481e2afb2abde5b470d9c45e4364889dac19f3d6",
|
|
56
|
-
"agents/supabase-rls-
|
|
60
|
+
"agents/supabase-rls-hardener.md": "2d20a112d9fac3e2d6f7012acfd1aa141608952bfe0412878dad0201411c1a56",
|
|
61
|
+
"agents/supabase-rls-writer.md": "d631cc957020f20612589b2b832c52d598c1a6eb70a263117071d9e0212165fb",
|
|
62
|
+
"agents/supabase-roles-implementer.md": "57936bdb20aca00177efe2db9043205ba266809d5d1dd5ea50675784dbe8f08c",
|
|
57
63
|
"agents/supabase-storage-implementer.md": "28d57bc1750acb5b0624ecc33bac6e7855e16dec40df4c490865df885a0980f8",
|
|
58
|
-
"agents/super-admin-implementer.md": "
|
|
64
|
+
"agents/super-admin-implementer.md": "2cc926adb3f0deb23c319fd301dd187e68be5edd095ca5d8d3b5fa9e1054ae57",
|
|
59
65
|
"agents/toil-auditor.md": "58770f11805e7b3d8cc7b70d79ed73a6a33dc7d17b66fdc7716454406acefd61",
|
|
60
66
|
"agents/ui-auditor.md": "a94816e9535757b02c6fcc8ae1e51f6378813c9f256e26859e01757e49c38d31",
|
|
61
67
|
"agents/ui-checker.md": "be3308db8733d8f9ce3db1d2cef924738498ed03c7aa15c0fca21a9c15e79da2",
|
|
62
68
|
"agents/ui-researcher.md": "9bdcb0d9b2ee007d98f13afd6932359e6450375e9c4a08f0d1ae72ad2ae349ac",
|
|
63
69
|
"agents/user-profiler.md": "c6cc6a32afbc63992459447ee801ca7c77bd245a92615be110fc028274f41be8",
|
|
70
|
+
"agents/validador-evolucao-schema.md": "37f51c026a7a2860d225b4fdf84b61db0369c79e8ac16fab8745f69373b3ad97",
|
|
64
71
|
"agents/verifier.md": "6d6f34947634981c11e7f1a0401a644668108e8d20e1e7c0992fb8c5ace58b77",
|
|
65
72
|
"commands/adicionar-backlog.md": "ed36584b63e3d7bada207f30453b7995b2dbf0fe011889cc08b846bd069b1ca9",
|
|
66
73
|
"commands/adicionar-fase.md": "5c321dd74bb36a4baef52c81ef2dcf1ef37898031bc55149a1a0aea9cc1b26f4",
|
|
@@ -84,6 +91,7 @@
|
|
|
84
91
|
"commands/caracterizar.md": "994ce4136ba44b74890874f3274c26bcdc9f4feb5f4852cb0288687142ab1403",
|
|
85
92
|
"commands/concluir-marco.md": "bd8c8ad217af6e4ab0487d35d98fae94a9ec5a5ffd0a2199871e0d484cefd438",
|
|
86
93
|
"commands/configuracoes.md": "7657ed72bca4e7eba30ac74a08d8eeca2136aefdcedf18e739e6a89b2417a8c0",
|
|
94
|
+
"commands/dados-distribuidos.md": "b76977e87a795df24d82d59495401b52812da1e738d6b2545aabde756af83132",
|
|
87
95
|
"commands/definir-perfil.md": "d1b73e411b94dad257bb3bac7ffc7f70deb92910442f8762f863076201b81f9b",
|
|
88
96
|
"commands/definir-slo.md": "2f891393b6b46bffd28264d6cc340baf74297c7cd58be137d67c92313e942480",
|
|
89
97
|
"commands/depurar.md": "2d69a0c3b0b375a20a4ef9f63a67a844d2f6c33f86f95cb603f4cb0cb5b2d362",
|
|
@@ -145,7 +153,7 @@
|
|
|
145
153
|
"commands/setup-notion.md": "d1cd970ddecce7211c2cec1a42f0b5c74ea537b4f5e498924d52813542508ae9",
|
|
146
154
|
"commands/sre.md": "eb4701d8d5fd98671ef562eddc4f021fce6ca5474cd840bb06df5b81f4741c2d",
|
|
147
155
|
"commands/storytelling.md": "84b3344392e4562d9b92da86be70cf4d4804ca75fbdfcb11265511be801f390e",
|
|
148
|
-
"commands/supabase.md": "
|
|
156
|
+
"commands/supabase.md": "136286e6d127d50963c989d60031907471f5826d5f7386cbad3c3a40aa6e5ecc",
|
|
149
157
|
"commands/sync-main.md": "6a62ec23e0d4a9bf4b68f531fb65caad67583ce4bb73bcf8f63945dc793b664c",
|
|
150
158
|
"commands/validar-fase.md": "43f18fb86d86e3b685581c242fc63169186725e2077cdacad047ca1fdfbcfb61",
|
|
151
159
|
"commands/verificar-tarefas.md": "4e8af66691b1fd4895db1dea8a0eabd8f8e46682e259dbf9a8c5f6e1687c1a06",
|
|
@@ -292,22 +300,27 @@
|
|
|
292
300
|
"hooks/statusline.js": "65c0113331f6de219e2224cb2403fa7e4e9202441895e48797732b20b0f2b48b",
|
|
293
301
|
"hooks/workflow-guard.js": "197f1921c971236174f2f7cd65ae51e36ce5ac0ecbeac25c518ca379525fb0f6",
|
|
294
302
|
"settings.json": "39e3e9bd40bc30a00c1790071462651e8ba6e52f5f16455a8f7bbacd7bde1827",
|
|
303
|
+
"skills/_shared-dados-distribuidos/glossary.md": "13d5cdb670411cad9b8946bb5fa3cac94dd613301295f37ca308984fcf2e42d0",
|
|
295
304
|
"skills/_shared-legacy/glossary.md": "7dabc31ddd3b2b597f76d1a55ef51b0bd59315aaef59245873c224c4fd21c86d",
|
|
296
305
|
"skills/_shared-multi-tenant/glossary.md": "1e040a36025489859312430771dde13bde9c62098fcd100440a82a2bb4d22b6a",
|
|
297
306
|
"skills/_shared-observability/glossary.md": "ec3892c226af03299c0875e36fd0170cc9f801b02df52a2e0ec5c7468229912a",
|
|
298
307
|
"skills/_shared-sre/glossary.md": "55a052c7d2292622150ed1cbb5aa0d675c332287b00ee4e3dd84900f9cf0ec84",
|
|
299
|
-
"skills/_shared-supabase/glossary.md": "
|
|
308
|
+
"skills/_shared-supabase/glossary.md": "24a794d195bdcf7ee6a5cc5c81b0ca93e3c8470afee6965fb104d9490072c450",
|
|
300
309
|
"skills/ai-prompt-characterization/SKILL.md": "1a8114296c754e2018b1c1fd428c364f8de4485fedd5df78d3afcb33c3fef1a4",
|
|
301
|
-
"skills/
|
|
310
|
+
"skills/armadilhas-sistemas-distribuidos/SKILL.md": "fd33913c41a03f37eaa5fbc2aa3c33321397daa98a505ccb5f2d692dd8a00d5a",
|
|
311
|
+
"skills/audit-log-multi-tenant/SKILL.md": "877871e609008ec04c805c3f1c6de494c80adc838285eae119a23355a13bbe48",
|
|
302
312
|
"skills/b2b-saas-architecture/SKILL.md": "01f39621cb924a885b3a097e9012d6dba637fcd9e543cd82505261190c227989",
|
|
303
313
|
"skills/blameless-postmortems/SKILL.md": "55c386c055c869474b6164c0b871a882369a5e57ddf7de8eddcd881ceba70dfa",
|
|
304
314
|
"skills/burn-rate-alerting/SKILL.md": "19cbd991efbb3b5d9ab6c53ada448b2624e6ab3f87ac500c0787bc4c8f2988e3",
|
|
305
|
-
"skills/cascading-failures/SKILL.md": "
|
|
315
|
+
"skills/cascading-failures/SKILL.md": "ec1f943310d8bbc3d22d2ba0499cc3e2c3123e2a0a90e07aa6814fbdaff4b0ee",
|
|
316
|
+
"skills/consistencia-leitura-replica/SKILL.md": "b65152e51d0c5a61bc0da3072d3186f17ea3bbeae53ddaa8de74e83dec5cfa11",
|
|
306
317
|
"skills/core-analysis-loop/SKILL.md": "298f27d1706abe0e64fa7dfa925eba3255328dccd03b24589be1e80d6d673dd3",
|
|
307
|
-
"skills/crm-lead-pipeline-patterns/SKILL.md": "
|
|
318
|
+
"skills/crm-lead-pipeline-patterns/SKILL.md": "6e04e34cf901e33412e6909be59555bb014079b201223f06a1fa32b34c649c4f",
|
|
308
319
|
"skills/distributed-tracing/SKILL.md": "7747bbd0563b28cba11b11064012c0b7a696ac04bd65c64debb42987781b26ff",
|
|
309
320
|
"skills/eliminating-toil/SKILL.md": "451c7dfc5dd5af925f0b38657553ddbc1cc95923b3a572ac79d18201acb136cd",
|
|
321
|
+
"skills/escolha-modelo-consistencia/SKILL.md": "c32a39848fbaaa3ea4e4e15cbc09146fa5283bdbfc616428516ccbd9bd6ae741",
|
|
310
322
|
"skills/event-based-slos/SKILL.md": "6bf107d86cc409ab24773e16f26b4eca6e228dfd2db027de7b384e88a05bd50e",
|
|
323
|
+
"skills/evolucao-schema-compativel/SKILL.md": "2082520c4b86787b039d8373b7076ed857bd843bb7f83d6721bb375091167f60",
|
|
311
324
|
"skills/evolution-go-whatsapp-integration/SKILL.md": "4b964cb297ec9df7413b1cc6dd73fa3d04a8de68c584b9b72fceed576d2afebe",
|
|
312
325
|
"skills/example-skill/SKILL.md": "2ddf878e69e19b0138d8a2c6a31404593fed3e229375869991ab28b469069233",
|
|
313
326
|
"skills/four-golden-signals/SKILL.md": "c83bac06bb676a3a7ee24c11d9d5d72388ae8bfd21ad9e7face24c5fcebd7b60",
|
|
@@ -327,35 +340,42 @@
|
|
|
327
340
|
"skills/load-shedding-graceful-degradation/SKILL.md": "b261e4ff756e4aea689ccfd3c4dc721df22c6ae91b08a029db2b7a9f2a172b6f",
|
|
328
341
|
"skills/member-invite-flow/SKILL.md": "caea28f2a6c63f585f92b1fdbd113818a6f41aedef5ee9482bd60ea881f660fc",
|
|
329
342
|
"skills/member-management-react-shadcn/SKILL.md": "232fa16b9f3def2d4df46cefdcf1f82ce7db211baf3d5f8e5255ce58f21351bb",
|
|
330
|
-
"skills/multi-tenant-performance-scaling/SKILL.md": "
|
|
331
|
-
"skills/multi-tenant-rls-hierarchy/SKILL.md": "
|
|
343
|
+
"skills/multi-tenant-performance-scaling/SKILL.md": "ca31b2f421c27158119e467cddf71f1de8905cec632de8948703f13344621895",
|
|
344
|
+
"skills/multi-tenant-rls-hierarchy/SKILL.md": "c1e31d6a0bc27cba3520125dc0bc0266a81e9e1bc86d35a04f553fd5141a8b94",
|
|
332
345
|
"skills/observability-driven-development/SKILL.md": "9abaec925bbb59391597d92164c43b432eef32884ce3b4623f419f421322fa83",
|
|
333
346
|
"skills/observability-maturity-model/SKILL.md": "49bccaa9e122651fbbe5457f7fef96114f9b3e8626faf6e3a8cc6ded66c7da10",
|
|
334
347
|
"skills/opentelemetry-standard/SKILL.md": "891099b62991c74598f1e1c51889475cd69ca624f92bd0e7931b2613e4f90f01",
|
|
335
348
|
"skills/org-onboarding-flow/SKILL.md": "68be27185492a93a599860a7212e935d4a6e3625ffd86348d18086657c04fa0b",
|
|
336
349
|
"skills/org-switcher-react-pattern/SKILL.md": "c246d536d1ee65a9ea0cc7ab09429ca798afb7ef3468eaaeacedc0bd450bb963",
|
|
337
350
|
"skills/permission-gate-react-pattern/SKILL.md": "2c3f8b8ac0c495af0991c5e314d962187ef0cf61982440f0959b422385b07969",
|
|
351
|
+
"skills/postgres-isolamento-concorrencia/SKILL.md": "7398de91667f7701dd47d0f03800a2fd97ac15e9b13c52be9ac9171f9cf3d8f5",
|
|
338
352
|
"skills/pre-refactor-characterization/SKILL.md": "9124f9ca0636a75474ea3f6d851e587be2f75505b3a835af0a4aaa0855bd20d3",
|
|
339
353
|
"skills/production-readiness-review/SKILL.md": "2a9731265163c9fe7ba4fd05ceaf164ee4d1188b0d147ddff3b13bd9d3058c04",
|
|
340
|
-
"skills/rbac-permissions-matrix-supabase/SKILL.md": "
|
|
354
|
+
"skills/rbac-permissions-matrix-supabase/SKILL.md": "8c0bf2b2f7935fdb3024954e797ac11604457a4646a61dc01eb06a985ee1eabd",
|
|
341
355
|
"skills/release-engineering/SKILL.md": "01e69f50d2bb207d348552a01d0d69b6159b47573fe7e31aec53f6df52c3d057",
|
|
342
356
|
"skills/retry-strategies/SKILL.md": "017a38146787592cde5c009bc06c8f483ca2b609a018d0b526972ddf5e46f52a",
|
|
343
357
|
"skills/sre-risk-management/SKILL.md": "6e56a30b081abffbf9ce97e86b9c376361d6af765fe5475970f1646351c54e39",
|
|
358
|
+
"skills/streams-eventos-cdc/SKILL.md": "64af5564e999ec0d8c3a0e1edbbea9f80a212d8ce8d03b0dfcf9c2db29b76d8f",
|
|
344
359
|
"skills/structured-events/SKILL.md": "a693c8a19709066ea60860a01ba54731406d7daf41ed51adea9c29a2de131fac",
|
|
345
360
|
"skills/supabase-auth-ssr/SKILL.md": "941d80ad88b4cbeccadf852d82f64f0167bce204005f72b32bc2aaf81a460af6",
|
|
346
|
-
"skills/supabase-
|
|
347
|
-
"skills/supabase-
|
|
361
|
+
"skills/supabase-column-level-security/SKILL.md": "0fcdac70be44ffbdccb56d5b0ca4f80c1267ddba037a757fcf969013754e521f",
|
|
362
|
+
"skills/supabase-cron-queues/SKILL.md": "4f48ed9cea9b5b2bc187983ffbbb63f9e46ad65ff6a6306b5c8b4b01b4e6911a",
|
|
363
|
+
"skills/supabase-custom-claims-rbac/SKILL.md": "2120bd49e0b6f1ee9723128654550836634f93dee5a80e6c6409fe96af223a0c",
|
|
364
|
+
"skills/supabase-database-functions/SKILL.md": "77b49f2930d61667e4ae1839944dbee012267253444aef63cc1dc24d227deff7",
|
|
348
365
|
"skills/supabase-declarative-schema/SKILL.md": "8a78cae2d74287002c02bafdfb8218a9ac20b7d75047c269c702d9b8e3d22476",
|
|
349
366
|
"skills/supabase-edge-functions/SKILL.md": "bf195e3fbce2bd94cb782ce15ecc60260217ac40d9ac5cbc787362de6629f960",
|
|
350
|
-
"skills/supabase-migrations/SKILL.md": "
|
|
367
|
+
"skills/supabase-migrations/SKILL.md": "bd7a4e43e2c135d0f15f3ac4045c22e378b863b2c878c1895486cdfb39f4e968",
|
|
351
368
|
"skills/supabase-pgvector-rag/SKILL.md": "cd50663c5b19d08d9bc17bc9b4444f7fc2f6910f5c52502e7c50b1578ebe7e70",
|
|
369
|
+
"skills/supabase-postgres-roles/SKILL.md": "eec741701e1f71b380c0275c318968d0674e20017437a00e39808b33115e62fa",
|
|
352
370
|
"skills/supabase-postgres-style/SKILL.md": "4e48bd0a9ed46bea7c3be97ef749e5c148369ceca08ef3dc8d813d8a03a48703",
|
|
353
371
|
"skills/supabase-realtime/SKILL.md": "ca2584a59742b30f5351fad23f4a1957218ca730ce3af990affe79f03854f460",
|
|
354
|
-
"skills/supabase-rls-
|
|
372
|
+
"skills/supabase-rls-defense-in-depth/SKILL.md": "8881cac68fd72cf162dfc765baaffb0fa5d0f282d730792cdc05ab602cbe5efd",
|
|
373
|
+
"skills/supabase-rls-policies/SKILL.md": "eae0bc3ae5e775e72c767de9f721b87a044613e801304dad2389c33dd620995d",
|
|
355
374
|
"skills/supabase-storage/SKILL.md": "f7360aa9149e55f68fa794a91c18994329e4f304cc263f90f0607e43053e9da8",
|
|
356
|
-
"skills/super-admin-platform-pattern/SKILL.md": "
|
|
375
|
+
"skills/super-admin-platform-pattern/SKILL.md": "aec4c25fd8f8314e6cd5b45037a56ccad5ef1599f09daa70d089b92ef2ac28df",
|
|
357
376
|
"skills/telemetry-pipelines/SKILL.md": "7623244afdf8e6b0b865e572c8e8537c73255914a4562a95f99f22be7448f80e",
|
|
358
377
|
"skills/telemetry-sampling/SKILL.md": "d448f9022ba0f53a9f692189d2515e45fc3e9de52256bd0715b4c1374c8cc203",
|
|
378
|
+
"skills/tenant-quente-mitigacao/SKILL.md": "97bcca2e8fad4fb3aa3d01d604720ed7cb5c5fcaee6bff8780d6ce4904dac5c1",
|
|
359
379
|
"skills/whatsapp-conversation-state-machine/SKILL.md": "8467327173d17213406e2ae2c959984e60399eee567384bc39a4592f7f09f747"
|
|
360
380
|
}
|
|
361
381
|
}
|