@onion-architect-ai/cli 4.1.0-beta.1 → 4.1.0-beta.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/dist/cli.js +8 -19
- package/dist/cli.js.map +1 -1
- package/package.json +4 -3
- package/templates/.cursor/agents/compliance/iso-22301-specialist.md +917 -0
- package/templates/.cursor/agents/compliance/iso-27001-specialist.md +641 -0
- package/templates/.cursor/agents/compliance/pmbok-specialist.md +669 -0
- package/templates/.cursor/agents/compliance/security-information-master.md +824 -0
- package/templates/.cursor/agents/compliance/soc2-specialist.md +818 -0
- package/templates/.cursor/agents/deployment/docker-specialist.md +1192 -0
- package/templates/.cursor/agents/meta/agent-creator-specialist.md +1135 -0
- package/templates/.cursor/agents/meta/command-creator-specialist.md +1519 -0
- package/templates/.cursor/agents/meta/metaspec-gate-keeper.md +240 -0
- package/templates/.cursor/agents/meta/onion.md +753 -0
- package/templates/.cursor/agents/research/research-agent.md +292 -0
- package/templates/.cursor/agents/review/corporate-compliance-specialist.md +370 -0
- package/templates/.cursor/commands/common/prompts/README.md +187 -0
- package/templates/.cursor/commands/common/prompts/clickup-patterns.md +144 -0
- package/templates/.cursor/commands/common/prompts/code-review-checklist.md +168 -0
- package/templates/.cursor/commands/common/prompts/git-workflow-patterns.md +235 -0
- package/templates/.cursor/commands/common/prompts/output-formats.md +240 -0
- package/templates/.cursor/commands/common/prompts/technical.md +172 -0
- package/templates/.cursor/commands/common/prompts/validation-rules.md +173 -0
- package/templates/.cursor/commands/common/templates/abstraction-template.md +400 -0
- package/templates/.cursor/commands/common/templates/agent-template.md +353 -0
- package/templates/.cursor/commands/common/templates/business_context_template.md +748 -0
- package/templates/.cursor/commands/common/templates/command-template.md +273 -0
- package/templates/.cursor/commands/common/templates/technical_context_template.md +526 -0
- package/templates/.cursor/commands/development/runflow-dev.md +465 -0
- package/templates/.cursor/commands/docs/build-compliance-docs.md +143 -0
- package/templates/.cursor/commands/git/README.md +606 -0
- package/templates/.cursor/commands/meta/all-tools.md +50 -0
- package/templates/.cursor/commands/meta/analyze-complex-problem.md +186 -0
- package/templates/.cursor/commands/meta/create-abstraction.md +859 -0
- package/templates/.cursor/commands/meta/create-agent-express.md +83 -0
- package/templates/.cursor/commands/meta/create-agent.md +210 -0
- package/templates/.cursor/commands/meta/create-command.md +203 -0
- package/templates/.cursor/commands/meta/create-knowledge-base.md +143 -0
- package/templates/.cursor/commands/meta/create-task-structure.md +150 -0
- package/templates/.cursor/commands/meta/setup-integration.md +257 -0
- package/templates/.cursor/commands/onion/setup.md +843 -0
- package/templates/.cursor/commands/onion.md +168 -0
- package/templates/.cursor/commands/product/README.md +230 -0
- package/templates/.cursor/commands/quick/analisys.md +17 -0
- package/templates/.cursor/commands/validate/collab/pair-testing.md +633 -0
- package/templates/.cursor/commands/validate/collab/three-amigos.md +505 -0
- package/templates/.cursor/commands/validate/qa-points/estimate.md +660 -0
- package/templates/.cursor/commands/validate/test-strategy/analyze.md +1134 -0
- package/templates/.cursor/commands/validate/test-strategy/create.md +392 -0
- package/templates/.cursor/commands/validate/workflow.md +360 -0
- package/templates/.cursor/commands/warm-up.md +91 -0
- package/templates/.cursor/docs/architecture/acoplamento-clickup-problema-analise.md +446 -0
- package/templates/.cursor/docs/architecture/desacoplamento-roadmap.md +360 -0
- package/templates/.cursor/docs/architecture/validacao-fase-1.md +219 -0
- package/templates/.cursor/docs/c4/c4-detection-rules.md +395 -0
- package/templates/.cursor/docs/c4/c4-documentation-templates.md +579 -0
- package/templates/.cursor/docs/c4/c4-mermaid-patterns.md +331 -0
- package/templates/.cursor/docs/c4/c4-templates.md +256 -0
- package/templates/.cursor/docs/clickup/clickup-acceptance-criteria-strategy.md +329 -0
- package/templates/.cursor/docs/clickup/clickup-auto-update-strategy.md +318 -0
- package/templates/.cursor/docs/clickup/clickup-comment-formatter.md +239 -0
- package/templates/.cursor/docs/clickup/clickup-description-fix.md +355 -0
- package/templates/.cursor/docs/clickup/clickup-dual-comment-strategy.md +505 -0
- package/templates/.cursor/docs/clickup/clickup-formatting.md +302 -0
- package/templates/.cursor/docs/clickup/separador-tamanho-otimizado.md +256 -0
- package/templates/.cursor/docs/engineer/pre-pr-acceptance-validation.md +256 -0
- package/templates/.cursor/docs/onion/ESPERANTO.md +278 -0
- package/templates/.cursor/docs/onion/agents-reference.md +832 -0
- package/templates/.cursor/docs/onion/clickup-integration.md +738 -0
- package/templates/.cursor/docs/onion/commands-guide.md +807 -0
- package/templates/.cursor/docs/onion/engineering-flows.md +865 -0
- package/templates/.cursor/docs/onion/getting-started.md +741 -0
- package/templates/.cursor/docs/onion/maintenance-checklist.md +388 -0
- package/templates/.cursor/docs/onion/naming-conventions.md +268 -0
- package/templates/.cursor/docs/onion/practical-examples.md +782 -0
- package/templates/.cursor/docs/product/story-points-integration.md +254 -0
- package/templates/.cursor/docs/product/story-points-validation.md +224 -0
- package/templates/.cursor/docs/reviews/task-manager-docs-review-2025-11-24.md +167 -0
- package/templates/.cursor/docs/strategies/clickup-comment-patterns.md +766 -0
- package/templates/.cursor/docs/strategies/clickup-integration-tests.md +599 -0
- package/templates/.cursor/docs/strategies/clickup-mcp-wrappers-tests.md +854 -0
- package/templates/.cursor/docs/strategies/clickup-regression-tests.md +589 -0
- package/templates/.cursor/docs/strategies/visual-patterns.md +308 -0
- package/templates/.cursor/docs/templates/README.md +624 -0
- package/templates/.cursor/docs/templates/adr-template.md +226 -0
- package/templates/.cursor/docs/templates/analysis-template.md +280 -0
- package/templates/.cursor/docs/templates/execution-plan-template.md +430 -0
- package/templates/.cursor/docs/templates/guide-template.md +367 -0
- package/templates/.cursor/docs/templates/phase-execution-prompt-template.md +504 -0
- package/templates/.cursor/docs/templates/reference-template.md +522 -0
- package/templates/.cursor/docs/templates/solution-template.md +390 -0
- package/templates/.cursor/docs/tools/README.md +325 -0
- package/templates/.cursor/docs/tools/agents.md +330 -0
- package/templates/.cursor/docs/tools/commands.md +606 -0
- package/templates/.cursor/docs/tools/cursor.md +498 -0
- package/templates/.cursor/docs/tools/mcps.md +858 -0
- package/templates/.cursor/docs/tools/rules.md +423 -0
- package/templates/.cursor/rules/language-and-documentation.mdc +371 -0
- package/templates/.cursor/rules/onion-patterns.mdc +197 -0
- package/templates/.cursor/rules/validation-rules.mdc +194 -0
- package/templates/.cursor/utils/clickup-mcp-wrappers.md +671 -0
- package/templates/.cursor/utils/date-time-standards.md +182 -0
- package/templates/.cursor/utils/task-manager/README.md +94 -0
- package/templates/.cursor/utils/task-manager/adapters/asana.md +377 -0
- package/templates/.cursor/utils/task-manager/adapters/clickup.md +467 -0
- package/templates/.cursor/utils/task-manager/adapters/linear.md +421 -0
- package/templates/.cursor/utils/task-manager/detector.md +290 -0
- package/templates/.cursor/utils/task-manager/factory.md +363 -0
- package/templates/.cursor/utils/task-manager/interface.md +248 -0
- package/templates/.cursor/utils/task-manager/types.md +409 -0
- package/templates/.cursor/validation/product-task-validation.md +344 -0
- package/templates/.onion/contexts/business/.context-config.yml +52 -0
- package/templates/.onion/contexts/business/README.md +222 -0
- package/templates/.onion/contexts/business/agents/branding-specialist.md +1030 -0
- package/templates/.onion/contexts/business/agents/clickup-specialist.md +397 -0
- package/templates/.onion/contexts/business/agents/extract-meeting-specialist.md +395 -0
- package/templates/.onion/contexts/business/agents/gamma-specialist.md +1169 -0
- package/templates/.onion/contexts/business/agents/meeting-consolidator.md +483 -0
- package/templates/.onion/contexts/business/agents/pain-price-specialist.md +509 -0
- package/templates/.onion/contexts/business/agents/presentation-orchestrator.md +1191 -0
- package/templates/.onion/contexts/business/agents/product-agent.md +202 -0
- package/templates/.onion/contexts/business/agents/story-points-specialist.md +539 -0
- package/templates/.onion/contexts/business/agents/storytelling-specialist.md +891 -0
- package/templates/.onion/contexts/business/agents/task-specialist.md +618 -0
- package/templates/.onion/contexts/business/agents/whisper-specialist.md +373 -0
- package/templates/.onion/contexts/business/commands/advanced/analyze-pain-price.md +709 -0
- package/templates/.onion/contexts/business/commands/advanced/branding.md +460 -0
- package/templates/.onion/contexts/business/commands/advanced/checklist-sync.md +241 -0
- package/templates/.onion/contexts/business/commands/advanced/presentation.md +189 -0
- package/templates/.onion/contexts/business/commands/advanced/transform-consolidated.md +592 -0
- package/templates/.onion/contexts/business/commands/help.md +212 -0
- package/templates/.onion/contexts/business/commands/intermediate/check.md +48 -0
- package/templates/.onion/contexts/business/commands/intermediate/collect.md +96 -0
- package/templates/.onion/contexts/business/commands/intermediate/consolidate-meetings.md +306 -0
- package/templates/.onion/contexts/business/commands/intermediate/convert-to-tasks.md +220 -0
- package/templates/.onion/contexts/business/commands/intermediate/extract-meeting.md +241 -0
- package/templates/.onion/contexts/business/commands/intermediate/feature.md +431 -0
- package/templates/.onion/contexts/business/commands/intermediate/light-arch.md +97 -0
- package/templates/.onion/contexts/business/commands/intermediate/task-check.md +340 -0
- package/templates/.onion/contexts/business/commands/intermediate/validate-task.md +294 -0
- package/templates/.onion/contexts/business/commands/intermediate/whisper.md +325 -0
- package/templates/.onion/contexts/business/commands/starter/estimate.md +519 -0
- package/templates/.onion/contexts/business/commands/starter/refine.md +186 -0
- package/templates/.onion/contexts/business/commands/starter/spec.md +107 -0
- package/templates/.onion/contexts/business/commands/starter/task.md +585 -0
- package/templates/.onion/contexts/business/commands/starter/warm-up.md +187 -0
- package/templates/.onion/contexts/technical/.context-config.yml +64 -0
- package/templates/.onion/contexts/technical/README.md +238 -0
- package/templates/.onion/contexts/technical/agents/branch-code-reviewer.md +200 -0
- package/templates/.onion/contexts/technical/agents/branch-doc-writer.md +162 -0
- package/templates/.onion/contexts/technical/agents/branch-metaspec-checker.md +68 -0
- package/templates/.onion/contexts/technical/agents/branch-test-planner.md +177 -0
- package/templates/.onion/contexts/technical/agents/c4-architecture-specialist.md +712 -0
- package/templates/.onion/contexts/technical/agents/c4-documentation-specialist.md +658 -0
- package/templates/.onion/contexts/technical/agents/code-reviewer.md +155 -0
- package/templates/.onion/contexts/technical/agents/cursor-specialist.md +249 -0
- package/templates/.onion/contexts/technical/agents/docs-reverse-engineer.md +418 -0
- package/templates/.onion/contexts/technical/agents/gitflow-specialist.md +1207 -0
- package/templates/.onion/contexts/technical/agents/linux-security-specialist.md +676 -0
- package/templates/.onion/contexts/technical/agents/mermaid-specialist.md +516 -0
- package/templates/.onion/contexts/technical/agents/nodejs-specialist.md +673 -0
- package/templates/.onion/contexts/technical/agents/nx-migration-specialist.md +867 -0
- package/templates/.onion/contexts/technical/agents/nx-monorepo-specialist.md +619 -0
- package/templates/.onion/contexts/technical/agents/postgres-specialist.md +1124 -0
- package/templates/.onion/contexts/technical/agents/react-developer.md +132 -0
- package/templates/.onion/contexts/technical/agents/runflow-specialist.md +278 -0
- package/templates/.onion/contexts/technical/agents/system-doc-orchestrator.md +1388 -0
- package/templates/.onion/contexts/technical/agents/test-agent.md +425 -0
- package/templates/.onion/contexts/technical/agents/test-engineer.md +295 -0
- package/templates/.onion/contexts/technical/agents/test-planner.md +118 -0
- package/templates/.onion/contexts/technical/agents/zen-engine-specialist.md +421 -0
- package/templates/.onion/contexts/technical/commands/advanced/bump.md +43 -0
- package/templates/.onion/contexts/technical/commands/advanced/consolidate-documents.md +424 -0
- package/templates/.onion/contexts/technical/commands/advanced/e2e.md +392 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-finish.md +90 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-publish.md +91 -0
- package/templates/.onion/contexts/technical/commands/advanced/feature-start.md +158 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix-finish.md +98 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix-start.md +94 -0
- package/templates/.onion/contexts/technical/commands/advanced/hotfix.md +186 -0
- package/templates/.onion/contexts/technical/commands/advanced/refine-vision.md +27 -0
- package/templates/.onion/contexts/technical/commands/advanced/release-finish.md +98 -0
- package/templates/.onion/contexts/technical/commands/advanced/release-start.md +95 -0
- package/templates/.onion/contexts/technical/commands/advanced/reverse-consolidate.md +160 -0
- package/templates/.onion/contexts/technical/commands/advanced/validate-phase-sync.md +118 -0
- package/templates/.onion/contexts/technical/commands/help.md +329 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-business-docs.md +276 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-index.md +128 -0
- package/templates/.onion/contexts/technical/commands/intermediate/build-tech-docs.md +204 -0
- package/templates/.onion/contexts/technical/commands/intermediate/code-review.md +215 -0
- package/templates/.onion/contexts/technical/commands/intermediate/docs-health.md +142 -0
- package/templates/.onion/contexts/technical/commands/intermediate/fast-commit.md +45 -0
- package/templates/.onion/contexts/technical/commands/intermediate/integration.md +523 -0
- package/templates/.onion/contexts/technical/commands/intermediate/pr-update.md +198 -0
- package/templates/.onion/contexts/technical/commands/intermediate/pre-pr.md +91 -0
- package/templates/.onion/contexts/technical/commands/intermediate/start.md +266 -0
- package/templates/.onion/contexts/technical/commands/intermediate/sync-sessions.md +320 -0
- package/templates/.onion/contexts/technical/commands/intermediate/unit.md +378 -0
- package/templates/.onion/contexts/technical/commands/intermediate/validate-docs.md +159 -0
- package/templates/.onion/contexts/technical/commands/starter/docs.md +39 -0
- package/templates/.onion/contexts/technical/commands/starter/help.md +306 -0
- package/templates/.onion/contexts/technical/commands/starter/init.md +139 -0
- package/templates/.onion/contexts/technical/commands/starter/plan.md +111 -0
- package/templates/.onion/contexts/technical/commands/starter/pr.md +136 -0
- package/templates/.onion/contexts/technical/commands/starter/sync.md +228 -0
- package/templates/.onion/contexts/technical/commands/starter/warm-up.md +173 -0
- package/templates/.onion/contexts/technical/commands/starter/work.md +169 -0
- package/templates/.onion/core/commands/help.md +388 -0
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
# 🔧 Checklist de Manutenção - Sistema Onion
|
|
2
|
+
|
|
3
|
+
## 📋 Índice
|
|
4
|
+
|
|
5
|
+
- [Adicionar Novo Comando](#-adicionar-novo-comando)
|
|
6
|
+
- [Adicionar Novo Agente](#-adicionar-novo-agente)
|
|
7
|
+
- [Atualizar Documentação](#-atualizar-documentação)
|
|
8
|
+
- [Checklist de Qualidade](#-checklist-de-qualidade)
|
|
9
|
+
- [Processo de Release](#-processo-de-release)
|
|
10
|
+
- [Troubleshooting](#-troubleshooting)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## ➕ Adicionar Novo Comando
|
|
15
|
+
|
|
16
|
+
### **Checklist Completo:**
|
|
17
|
+
|
|
18
|
+
- [ ] **1. Criar Arquivo do Comando**
|
|
19
|
+
- Criar arquivo `.md` em `.cursor/commands/[categoria]/`
|
|
20
|
+
- Usar nomenclatura kebab-case
|
|
21
|
+
- Seguir template padrão de comando
|
|
22
|
+
|
|
23
|
+
- [ ] **2. Definir Estrutura do Comando**
|
|
24
|
+
```markdown
|
|
25
|
+
# Nome do Comando
|
|
26
|
+
|
|
27
|
+
Descrição clara do propósito do comando.
|
|
28
|
+
|
|
29
|
+
## 🎯 Funcionalidades
|
|
30
|
+
- Lista de funcionalidades principais
|
|
31
|
+
|
|
32
|
+
## 🚀 Uso do Comando
|
|
33
|
+
### Sintaxe:
|
|
34
|
+
```bash
|
|
35
|
+
/categoria/comando "argumentos"
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Exemplos:
|
|
39
|
+
```bash
|
|
40
|
+
/categoria/comando "exemplo-1"
|
|
41
|
+
/categoria/comando "exemplo-2"
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## ⚙️ Workflow Automático
|
|
45
|
+
Descrição detalhada do workflow
|
|
46
|
+
|
|
47
|
+
## 🔗 Integração com Sistema Onion
|
|
48
|
+
Como o comando se integra com outros comandos
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
- [ ] **3. Atualizar Documentação**
|
|
52
|
+
- Adicionar ao `commands-guide.md`
|
|
53
|
+
- Atualizar contador no `README.md`
|
|
54
|
+
- Adicionar exemplos em `practical-examples.md`
|
|
55
|
+
- Atualizar `engineering-flows.md` (se aplicável)
|
|
56
|
+
|
|
57
|
+
- [ ] **4. Testar Comando**
|
|
58
|
+
- Testar sintaxe básica
|
|
59
|
+
- Testar com diferentes argumentos
|
|
60
|
+
- Verificar integração com outros comandos
|
|
61
|
+
- Validar output esperado
|
|
62
|
+
|
|
63
|
+
- [ ] **5. Commit e Documentação**
|
|
64
|
+
- Commit com mensagem descritiva: `feat: adicionar comando /categoria/comando`
|
|
65
|
+
- Atualizar CHANGELOG (se houver)
|
|
66
|
+
- Criar PR com descrição completa
|
|
67
|
+
|
|
68
|
+
### **Categorias de Comandos:**
|
|
69
|
+
- `engineer/` - Comandos de engenharia
|
|
70
|
+
- `product/` - Comandos de produto
|
|
71
|
+
- `git/` - Comandos Git
|
|
72
|
+
- `docs/` - Comandos de documentação
|
|
73
|
+
- `meta/` - Comandos meta (sistema)
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 🤖 Adicionar Novo Agente
|
|
78
|
+
|
|
79
|
+
### **Checklist Completo:**
|
|
80
|
+
|
|
81
|
+
- [ ] **1. Criar Arquivo do Agente**
|
|
82
|
+
- Criar arquivo `.md` em `.cursor/agents/[categoria]/`
|
|
83
|
+
- Usar nomenclatura kebab-case
|
|
84
|
+
- Seguir template padrão de agente com YAML front matter
|
|
85
|
+
|
|
86
|
+
- [ ] **2. Definir YAML Front Matter**
|
|
87
|
+
```yaml
|
|
88
|
+
---
|
|
89
|
+
name: nome-do-agente
|
|
90
|
+
description: Descrição clara e concisa do agente
|
|
91
|
+
model: sonnet
|
|
92
|
+
tools: read_file, write, search_replace, run_terminal_cmd, codebase_search
|
|
93
|
+
color: lightblue
|
|
94
|
+
priority: alta
|
|
95
|
+
expertise: ["área-1", "área-2", "área-3"]
|
|
96
|
+
related_agents: ["agente-relacionado-1", "agente-relacionado-2"]
|
|
97
|
+
related_commands: ["/comando-1", "/comando-2"]
|
|
98
|
+
autonomy: alta
|
|
99
|
+
updated: "YYYY-MM-DD"
|
|
100
|
+
cursor_version: "v2"
|
|
101
|
+
---
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
- [ ] **3. Definir Conteúdo do Agente**
|
|
105
|
+
```markdown
|
|
106
|
+
# Você é o [Nome do Agente]
|
|
107
|
+
|
|
108
|
+
## 🎯 Missão Principal
|
|
109
|
+
Descrição clara da missão do agente
|
|
110
|
+
|
|
111
|
+
## 🔧 Áreas de Especialização
|
|
112
|
+
1. **Área 1**: Descrição
|
|
113
|
+
2. **Área 2**: Descrição
|
|
114
|
+
3. **Área 3**: Descrição
|
|
115
|
+
|
|
116
|
+
## 🛠️ Metodologia Técnica
|
|
117
|
+
Como o agente trabalha
|
|
118
|
+
|
|
119
|
+
## 🎯 Protocolo de Operação
|
|
120
|
+
Passo a passo de como o agente opera
|
|
121
|
+
|
|
122
|
+
## 🔗 Integração com Outros Agentes
|
|
123
|
+
Como o agente se integra com outros
|
|
124
|
+
|
|
125
|
+
## 📋 Checklist de Execução
|
|
126
|
+
- [ ] Passo 1
|
|
127
|
+
- [ ] Passo 2
|
|
128
|
+
- [ ] Passo 3
|
|
129
|
+
|
|
130
|
+
## 🎯 Casos de Uso
|
|
131
|
+
Exemplos práticos de uso
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
- [ ] **4. Atualizar Documentação**
|
|
135
|
+
- Adicionar ao `agents-reference.md`
|
|
136
|
+
- Atualizar contador no `README.md`
|
|
137
|
+
- Documentar casos de uso
|
|
138
|
+
- Adicionar à matriz de decisão (se aplicável)
|
|
139
|
+
|
|
140
|
+
- [ ] **5. Testar Invocação**
|
|
141
|
+
- Testar invocação com `@nome-do-agente`
|
|
142
|
+
- Verificar comportamento esperado
|
|
143
|
+
- Validar integração com comandos
|
|
144
|
+
- Testar com casos de uso reais
|
|
145
|
+
|
|
146
|
+
- [ ] **6. Commit e Documentação**
|
|
147
|
+
- Commit com mensagem descritiva: `feat: adicionar agente @nome-do-agente`
|
|
148
|
+
- Atualizar CHANGELOG (se houver)
|
|
149
|
+
- Criar PR com descrição completa
|
|
150
|
+
|
|
151
|
+
### **Categorias de Agentes:**
|
|
152
|
+
- `development/` - Agentes de desenvolvimento
|
|
153
|
+
- `product/` - Agentes de produto
|
|
154
|
+
- `review/` - Agentes de revisão
|
|
155
|
+
- `architecture/` - Agentes de arquitetura
|
|
156
|
+
- `compliance/` - Agentes de compliance
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## 📝 Atualizar Documentação
|
|
161
|
+
|
|
162
|
+
### **Checklist Completo:**
|
|
163
|
+
|
|
164
|
+
- [ ] **1. Identificar Mudanças Necessárias**
|
|
165
|
+
- Revisar comandos/agentes modificados
|
|
166
|
+
- Identificar documentação impactada
|
|
167
|
+
- Listar exemplos que precisam atualização
|
|
168
|
+
|
|
169
|
+
- [ ] **2. Atualizar Documentos Relevantes**
|
|
170
|
+
- `commands-guide.md` - Se comandos mudaram
|
|
171
|
+
- `agents-reference.md` - Se agentes mudaram
|
|
172
|
+
- `engineering-flows.md` - Se fluxos mudaram
|
|
173
|
+
- `practical-examples.md` - Se exemplos mudaram
|
|
174
|
+
- `getting-started.md` - Se setup mudou
|
|
175
|
+
- `clickup-integration.md` - Se integração mudou
|
|
176
|
+
- `naming-conventions.md` - Se nomenclatura mudou
|
|
177
|
+
|
|
178
|
+
- [ ] **3. Atualizar Exemplos Práticos**
|
|
179
|
+
- Verificar se exemplos ainda funcionam
|
|
180
|
+
- Atualizar sintaxe se necessário
|
|
181
|
+
- Adicionar novos exemplos se aplicável
|
|
182
|
+
- Remover exemplos obsoletos
|
|
183
|
+
|
|
184
|
+
- [ ] **4. Testar Todos os Links**
|
|
185
|
+
- Links internos entre documentos
|
|
186
|
+
- Links para comandos e agentes
|
|
187
|
+
- Âncoras de seções
|
|
188
|
+
- Links externos (se houver)
|
|
189
|
+
|
|
190
|
+
- [ ] **5. Verificar Nomenclatura Consistente**
|
|
191
|
+
- Usar `<feature-slug>` (kebab-case)
|
|
192
|
+
- Evitar `task-slug`, `feature_slug`, etc.
|
|
193
|
+
- Manter consistência em exemplos
|
|
194
|
+
|
|
195
|
+
- [ ] **6. Commit e PR**
|
|
196
|
+
- Commit com mensagem descritiva: `docs: atualizar [documento]`
|
|
197
|
+
- Criar PR com lista de mudanças
|
|
198
|
+
- Solicitar review se necessário
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## ✅ Checklist de Qualidade
|
|
203
|
+
|
|
204
|
+
### **Antes de Cada Commit:**
|
|
205
|
+
|
|
206
|
+
- [ ] **Links Funcionam**
|
|
207
|
+
- Todos os links internos resolvem
|
|
208
|
+
- Âncoras de seções corretas
|
|
209
|
+
- Caminhos de arquivos válidos
|
|
210
|
+
|
|
211
|
+
- [ ] **Contadores Corretos**
|
|
212
|
+
- Badge de comandos no README
|
|
213
|
+
- Badge de agentes no README
|
|
214
|
+
- Números em documentação
|
|
215
|
+
|
|
216
|
+
- [ ] **Nomenclatura Consistente**
|
|
217
|
+
- Usar `<feature-slug>` (kebab-case)
|
|
218
|
+
- Evitar variações antigas
|
|
219
|
+
- Manter padrão em exemplos
|
|
220
|
+
|
|
221
|
+
- [ ] **Exemplos Executáveis**
|
|
222
|
+
- Sintaxe correta
|
|
223
|
+
- Argumentos válidos
|
|
224
|
+
- Resultados esperados documentados
|
|
225
|
+
|
|
226
|
+
- [ ] **Sem Erros de Markdown**
|
|
227
|
+
- Formatação correta
|
|
228
|
+
- Blocos de código fechados
|
|
229
|
+
- Listas bem formatadas
|
|
230
|
+
- Tabelas válidas
|
|
231
|
+
|
|
232
|
+
- [ ] **Documentação Atualizada**
|
|
233
|
+
- README reflete mudanças
|
|
234
|
+
- Guias atualizados
|
|
235
|
+
- Exemplos relevantes
|
|
236
|
+
|
|
237
|
+
### **Comandos Úteis para Validação:**
|
|
238
|
+
|
|
239
|
+
```bash
|
|
240
|
+
# Contar comandos
|
|
241
|
+
find .cursor/commands -name "*.md" -type f ! -name "README.md" | wc -l
|
|
242
|
+
|
|
243
|
+
# Contar agentes
|
|
244
|
+
find .cursor/agents -name "*.md" -type f ! -name "README.md" | wc -l
|
|
245
|
+
|
|
246
|
+
# Buscar nomenclatura antiga
|
|
247
|
+
grep -r "task-slug\|task_slug\|feature_slug" .cursor/commands/
|
|
248
|
+
grep -r "task-slug\|task_slug\|feature_slug" .cursor/docs/onion/
|
|
249
|
+
|
|
250
|
+
# Listar arquivos de documentação
|
|
251
|
+
ls -la .cursor/docs/onion/*.md
|
|
252
|
+
|
|
253
|
+
# Verificar links quebrados (manual)
|
|
254
|
+
# Abrir cada documento e testar links
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
## 🚀 Processo de Release
|
|
260
|
+
|
|
261
|
+
### **Checklist de Release:**
|
|
262
|
+
|
|
263
|
+
- [ ] **1. Preparação**
|
|
264
|
+
- Revisar todas as mudanças desde última release
|
|
265
|
+
- Atualizar CHANGELOG com mudanças
|
|
266
|
+
- Verificar que todos os testes passam
|
|
267
|
+
- Validar documentação atualizada
|
|
268
|
+
|
|
269
|
+
- [ ] **2. Validação Final**
|
|
270
|
+
- Executar checklist de qualidade completo
|
|
271
|
+
- Testar comandos principais
|
|
272
|
+
- Testar agentes principais
|
|
273
|
+
- Verificar integrações
|
|
274
|
+
|
|
275
|
+
- [ ] **3. Atualização de Versão**
|
|
276
|
+
- Atualizar número de versão (se aplicável)
|
|
277
|
+
- Atualizar data de última atualização
|
|
278
|
+
- Atualizar badges e contadores
|
|
279
|
+
|
|
280
|
+
- [ ] **4. Documentação de Release**
|
|
281
|
+
- Criar release notes
|
|
282
|
+
- Documentar breaking changes (se houver)
|
|
283
|
+
- Listar novas funcionalidades
|
|
284
|
+
- Listar bugs corrigidos
|
|
285
|
+
|
|
286
|
+
- [ ] **5. Publicação**
|
|
287
|
+
- Merge para branch principal
|
|
288
|
+
- Tag de versão (se aplicável)
|
|
289
|
+
- Anunciar mudanças (se aplicável)
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
## 🔍 Troubleshooting
|
|
294
|
+
|
|
295
|
+
### **Problemas Comuns e Soluções:**
|
|
296
|
+
|
|
297
|
+
#### **1. Links Quebrados**
|
|
298
|
+
**Problema:** Links não resolvem ou retornam 404
|
|
299
|
+
**Solução:**
|
|
300
|
+
- Verificar caminho relativo correto
|
|
301
|
+
- Confirmar que arquivo existe
|
|
302
|
+
- Verificar nome do arquivo (case-sensitive)
|
|
303
|
+
- Usar `.cursor/docs/onion/` para docs do sistema
|
|
304
|
+
|
|
305
|
+
#### **2. Contadores Incorretos**
|
|
306
|
+
**Problema:** Badges mostram números errados
|
|
307
|
+
**Solução:**
|
|
308
|
+
```bash
|
|
309
|
+
# Recontar comandos
|
|
310
|
+
find .cursor/commands -name "*.md" -type f ! -name "README.md" | wc -l
|
|
311
|
+
|
|
312
|
+
# Recontar agentes
|
|
313
|
+
find .cursor/agents -name "*.md" -type f ! -name "README.md" | wc -l
|
|
314
|
+
|
|
315
|
+
# Atualizar README.md com números corretos
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
#### **3. Nomenclatura Inconsistente**
|
|
319
|
+
**Problema:** Uso de `task-slug`, `feature_slug`, etc.
|
|
320
|
+
**Solução:**
|
|
321
|
+
- Buscar todas as ocorrências
|
|
322
|
+
- Substituir por `<feature-slug>` (kebab-case)
|
|
323
|
+
- Verificar em comandos e documentação
|
|
324
|
+
- Atualizar exemplos
|
|
325
|
+
|
|
326
|
+
#### **4. Agente Não Encontrado**
|
|
327
|
+
**Problema:** `@agente-nome` não é reconhecido
|
|
328
|
+
**Solução:**
|
|
329
|
+
- Verificar se arquivo existe em `.cursor/agents/`
|
|
330
|
+
- Verificar nome correto (kebab-case)
|
|
331
|
+
- Verificar YAML front matter
|
|
332
|
+
- Reiniciar Cursor se necessário
|
|
333
|
+
|
|
334
|
+
#### **5. Comando Não Funciona**
|
|
335
|
+
**Problema:** Comando não executa como esperado
|
|
336
|
+
**Solução:**
|
|
337
|
+
- Verificar sintaxe do comando
|
|
338
|
+
- Verificar argumentos obrigatórios
|
|
339
|
+
- Revisar workflow do comando
|
|
340
|
+
- Testar com exemplos documentados
|
|
341
|
+
- Verificar logs de erro
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
## 📚 Referências Rápidas
|
|
346
|
+
|
|
347
|
+
### **Estrutura de Arquivos:**
|
|
348
|
+
```
|
|
349
|
+
.cursor/
|
|
350
|
+
├── commands/ # Comandos do sistema
|
|
351
|
+
│ ├── engineer/ # Comandos de engenharia
|
|
352
|
+
│ ├── product/ # Comandos de produto
|
|
353
|
+
│ ├── git/ # Comandos Git
|
|
354
|
+
│ ├── docs/ # Comandos de documentação
|
|
355
|
+
│ └── meta/ # Comandos meta
|
|
356
|
+
├── agents/ # Agentes especializados
|
|
357
|
+
│ ├── development/ # Agentes de desenvolvimento
|
|
358
|
+
│ ├── product/ # Agentes de produto
|
|
359
|
+
│ ├── review/ # Agentes de revisão
|
|
360
|
+
│ └── architecture/ # Agentes de arquitetura
|
|
361
|
+
├── docs/onion/ # Documentação do Sistema Onion
|
|
362
|
+
│ ├── commands-guide.md
|
|
363
|
+
│ ├── agents-reference.md
|
|
364
|
+
│ ├── engineering-flows.md
|
|
365
|
+
│ ├── practical-examples.md
|
|
366
|
+
│ ├── getting-started.md
|
|
367
|
+
│ ├── clickup-integration.md
|
|
368
|
+
│ ├── naming-conventions.md
|
|
369
|
+
│ └── maintenance-checklist.md (este arquivo)
|
|
370
|
+
└── sessions/ # Sessões de trabalho
|
|
371
|
+
└── <feature-slug>/
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
### **Links Úteis:**
|
|
375
|
+
- [Guia de Comandos](.cursor/docs/onion/commands-guide.md)
|
|
376
|
+
- [Agentes Disponíveis](.cursor/docs/onion/agents-reference.md)
|
|
377
|
+
- [Fluxos de Engenharia](.cursor/docs/onion/engineering-flows.md)
|
|
378
|
+
- [Exemplos Práticos](.cursor/docs/onion/practical-examples.md)
|
|
379
|
+
- [Configuração Inicial](.cursor/docs/onion/getting-started.md)
|
|
380
|
+
- [Integração ClickUp](.cursor/docs/onion/clickup-integration.md)
|
|
381
|
+
- [Padrões de Nomenclatura](.cursor/docs/onion/naming-conventions.md)
|
|
382
|
+
|
|
383
|
+
---
|
|
384
|
+
|
|
385
|
+
**Última atualização:** 2025-10-27
|
|
386
|
+
**Versão:** 2.0 (Cursor v2)
|
|
387
|
+
**Mantido por:** Sistema Onion Team
|
|
388
|
+
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
# 📐 Padrão de Nomenclatura - Sistema Onion
|
|
2
|
+
|
|
3
|
+
## 🎯 Termo Padrão: `<feature-slug>`
|
|
4
|
+
|
|
5
|
+
### Definição
|
|
6
|
+
- **Formato**: kebab-case (minúsculas, separado por hífen)
|
|
7
|
+
- **Uso**: Nomes de branches, sessões, referências em comandos
|
|
8
|
+
- **Geração**: Automática a partir do nome da task/feature
|
|
9
|
+
- **Padrão**: Cursor v2 compatible
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## ✅ Exemplos Corretos
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
# Features
|
|
17
|
+
user-authentication
|
|
18
|
+
payment-integration
|
|
19
|
+
api-v2-migration
|
|
20
|
+
dashboard-filters-advanced
|
|
21
|
+
oauth-google-integration
|
|
22
|
+
|
|
23
|
+
# Hotfixes
|
|
24
|
+
fix-payment-timeout
|
|
25
|
+
fix-login-redirect
|
|
26
|
+
fix-data-validation
|
|
27
|
+
|
|
28
|
+
# Releases
|
|
29
|
+
release-v2-1-0
|
|
30
|
+
release-v3-0-0-beta
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## ❌ Exemplos Incorretos
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
# ❌ Underscore (snake_case)
|
|
39
|
+
user_authentication
|
|
40
|
+
payment_integration
|
|
41
|
+
|
|
42
|
+
# ❌ CamelCase
|
|
43
|
+
userAuthentication
|
|
44
|
+
paymentIntegration
|
|
45
|
+
|
|
46
|
+
# ❌ Maiúsculas
|
|
47
|
+
USER-AUTH
|
|
48
|
+
PAYMENT-INTEGRATION
|
|
49
|
+
|
|
50
|
+
# ❌ Espaços
|
|
51
|
+
user authentication
|
|
52
|
+
payment integration
|
|
53
|
+
|
|
54
|
+
# ❌ Caracteres especiais
|
|
55
|
+
user@authentication
|
|
56
|
+
payment#integration
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 🔑 Diferenças Importantes
|
|
62
|
+
|
|
63
|
+
### `<feature-slug>` (Slug)
|
|
64
|
+
**O que é**: Nome kebab-case da feature
|
|
65
|
+
**Onde usar**:
|
|
66
|
+
- Branches Git: `feature/<feature-slug>`
|
|
67
|
+
- Sessões: `.cursor/sessions/<feature-slug>/`
|
|
68
|
+
- Comandos: `/engineer/start <feature-slug>`
|
|
69
|
+
|
|
70
|
+
**Exemplo**: `user-authentication`
|
|
71
|
+
|
|
72
|
+
### `<task-id>` (ID ClickUp)
|
|
73
|
+
**O que é**: ID alfanumérico único do ClickUp
|
|
74
|
+
**Onde usar**:
|
|
75
|
+
- API calls do ClickUp MCP
|
|
76
|
+
- Arquivo `context.md` (Task ID: xxx)
|
|
77
|
+
- Referências diretas a tasks
|
|
78
|
+
|
|
79
|
+
**Exemplo**: `86acu8pdk`
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## 📝 Conversão Automática
|
|
84
|
+
|
|
85
|
+
O sistema converte automaticamente nomes para kebab-case:
|
|
86
|
+
|
|
87
|
+
| Input (Nome da Task) | Output (feature-slug) |
|
|
88
|
+
|---------------------|----------------------|
|
|
89
|
+
| "Implementar Autenticação JWT" | `implementar-autenticacao-jwt` |
|
|
90
|
+
| "Adicionar Filtros Avançados" | `adicionar-filtros-avancados` |
|
|
91
|
+
| "Integração Payment Gateway" | `integracao-payment-gateway` |
|
|
92
|
+
| "Fix: Bug no Login" | `fix-bug-no-login` |
|
|
93
|
+
|
|
94
|
+
**Algoritmo:**
|
|
95
|
+
1. Converter para minúsculas
|
|
96
|
+
2. Remover acentos
|
|
97
|
+
3. Substituir espaços e caracteres especiais por `-`
|
|
98
|
+
4. Remover hífens duplicados
|
|
99
|
+
5. Remover hífens no início/fim
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## 🌿 Padrões de Branch
|
|
104
|
+
|
|
105
|
+
### Feature Branches
|
|
106
|
+
```bash
|
|
107
|
+
feature/<feature-slug>
|
|
108
|
+
|
|
109
|
+
# Exemplos:
|
|
110
|
+
feature/user-authentication
|
|
111
|
+
feature/payment-integration
|
|
112
|
+
feature/api-v2-migration
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Hotfix Branches
|
|
116
|
+
```bash
|
|
117
|
+
hotfix/<fix-slug>
|
|
118
|
+
|
|
119
|
+
# Exemplos:
|
|
120
|
+
hotfix/fix-payment-timeout
|
|
121
|
+
hotfix/fix-login-redirect
|
|
122
|
+
hotfix/fix-data-validation
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
### Release Branches
|
|
126
|
+
```bash
|
|
127
|
+
release/<version>
|
|
128
|
+
|
|
129
|
+
# Exemplos:
|
|
130
|
+
release/v2.1.0
|
|
131
|
+
release/v3.0.0
|
|
132
|
+
release/v2.1.0-beta
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## 📁 Estrutura de Sessões
|
|
138
|
+
|
|
139
|
+
```
|
|
140
|
+
.cursor/sessions/<feature-slug>/
|
|
141
|
+
├── context.md # Task context + ClickUp info
|
|
142
|
+
├── architecture.md # Technical architecture
|
|
143
|
+
├── plan.md # Implementation plan
|
|
144
|
+
├── temp/ # Temporary files
|
|
145
|
+
├── artifacts/ # Generated artifacts
|
|
146
|
+
└── decisions.md # Technical decisions
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Exemplo:**
|
|
150
|
+
```
|
|
151
|
+
.cursor/sessions/user-authentication/
|
|
152
|
+
.cursor/sessions/payment-integration/
|
|
153
|
+
.cursor/sessions/fix-login-redirect/
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## 🔧 Uso em Comandos
|
|
159
|
+
|
|
160
|
+
### Comandos de Produto
|
|
161
|
+
```bash
|
|
162
|
+
# Criar task estruturada
|
|
163
|
+
/product/task "Implementar Autenticação JWT"
|
|
164
|
+
# → Cria: feature-slug = implementar-autenticacao-jwt
|
|
165
|
+
|
|
166
|
+
# Criar feature para backlog
|
|
167
|
+
/product/feature "OAuth Google Integration"
|
|
168
|
+
# → Cria: feature-slug = oauth-google-integration
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
### Comandos de Engenharia
|
|
172
|
+
```bash
|
|
173
|
+
# Iniciar desenvolvimento
|
|
174
|
+
/engineer/start user-authentication
|
|
175
|
+
|
|
176
|
+
# Trabalhar na feature
|
|
177
|
+
/engineer/work user-authentication
|
|
178
|
+
|
|
179
|
+
# Criar PR
|
|
180
|
+
/engineer/pr
|
|
181
|
+
|
|
182
|
+
# Hotfix
|
|
183
|
+
/engineer/hotfix fix-payment-timeout
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### Comandos Git
|
|
187
|
+
```bash
|
|
188
|
+
# Feature branch (chamado automaticamente)
|
|
189
|
+
/git/feature/start user-authentication
|
|
190
|
+
|
|
191
|
+
# Hotfix branch (chamado automaticamente)
|
|
192
|
+
/git/hotfix/start fix-payment-timeout
|
|
193
|
+
|
|
194
|
+
# Release
|
|
195
|
+
/git/release/start v2.1.0
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## 💡 Best Practices
|
|
201
|
+
|
|
202
|
+
### ✅ Recomendações
|
|
203
|
+
1. **Use nomes descritivos**: `user-authentication` melhor que `auth`
|
|
204
|
+
2. **Seja específico**: `payment-stripe-integration` melhor que `payment`
|
|
205
|
+
3. **Use prefixos quando apropriado**: `fix-`, `feat-`, `refactor-`
|
|
206
|
+
4. **Mantenha comprimento razoável**: 2-5 palavras ideal
|
|
207
|
+
5. **Evite abreviações obscuras**: `authentication` melhor que `auth`
|
|
208
|
+
|
|
209
|
+
### ❌ Evitar
|
|
210
|
+
1. **Nomes genéricos**: `update`, `fix`, `change`
|
|
211
|
+
2. **Nomes muito longos**: `implement-user-authentication-with-jwt-and-refresh-tokens-using-redis`
|
|
212
|
+
3. **Números sem contexto**: `feature-123`, `fix-456`
|
|
213
|
+
4. **Caracteres especiais**: `user@auth`, `payment#gateway`
|
|
214
|
+
5. **Espaços ou underscores**: `user auth`, `user_auth`
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## 🔍 Troubleshooting
|
|
219
|
+
|
|
220
|
+
### Problema: "Sessão não encontrada"
|
|
221
|
+
**Causa**: Nome da sessão não corresponde ao slug usado
|
|
222
|
+
**Solução**: Verificar nome exato em `.cursor/sessions/`
|
|
223
|
+
|
|
224
|
+
```bash
|
|
225
|
+
# Listar sessões disponíveis
|
|
226
|
+
ls .cursor/sessions/
|
|
227
|
+
|
|
228
|
+
# Usar nome exato
|
|
229
|
+
/engineer/work nome-exato-da-sessao
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
### Problema: "Branch já existe"
|
|
233
|
+
**Causa**: Feature-slug já foi usado anteriormente
|
|
234
|
+
**Solução**: Usar nome diferente ou deletar branch antiga
|
|
235
|
+
|
|
236
|
+
```bash
|
|
237
|
+
# Listar branches
|
|
238
|
+
git branch -a
|
|
239
|
+
|
|
240
|
+
# Deletar branch local
|
|
241
|
+
git branch -D feature/nome-antigo
|
|
242
|
+
|
|
243
|
+
# Deletar branch remota
|
|
244
|
+
git push origin --delete feature/nome-antigo
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
### Problema: "Caracteres inválidos no nome"
|
|
248
|
+
**Causa**: Nome contém caracteres especiais
|
|
249
|
+
**Solução**: Sistema converte automaticamente, mas evite:
|
|
250
|
+
- Emojis: ❌ `feature-🚀-auth`
|
|
251
|
+
- Símbolos: ❌ `feature-user@auth`
|
|
252
|
+
- Acentos: ⚠️ Convertidos automaticamente
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## 📚 Referências
|
|
257
|
+
|
|
258
|
+
- [Guia de Comandos](.cursor/docs/onion/commands-guide.md)
|
|
259
|
+
- [Fluxos de Engenharia](.cursor/docs/onion/engineering-flows.md)
|
|
260
|
+
- [Exemplos Práticos](.cursor/docs/onion/practical-examples.md)
|
|
261
|
+
- [Configuração Inicial](.cursor/docs/onion/getting-started.md)
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
**Última atualização:** 2025-01-27
|
|
266
|
+
**Versão:** 2.0 (Cursor v2)
|
|
267
|
+
**Padrão:** `<feature-slug>` (kebab-case)
|
|
268
|
+
|