context-first-cli 2.1.6 → 2.2.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/dist/templates/commands/en/engineer/plan.md +48 -10
- package/dist/templates/commands/en/engineer/pr.md +46 -8
- package/dist/templates/commands/en/engineer/pre-pr.md +49 -11
- package/dist/templates/commands/en/engineer/start.md +60 -23
- package/dist/templates/commands/en/engineer/work.md +45 -7
- package/dist/templates/commands/en/products/check.md +48 -11
- package/dist/templates/commands/en/products/collect.md +51 -14
- package/dist/templates/commands/es/engineer/plan.md +60 -22
- package/dist/templates/commands/es/engineer/pr.md +47 -9
- package/dist/templates/commands/es/engineer/pre-pr.md +59 -21
- package/dist/templates/commands/es/engineer/start.md +52 -15
- package/dist/templates/commands/es/engineer/work.md +91 -53
- package/dist/templates/commands/es/products/check.md +48 -10
- package/dist/templates/commands/es/products/collect.md +55 -18
- package/dist/templates/commands/pt-BR/engineer/plan.md +38 -0
- package/dist/templates/commands/pt-BR/engineer/pr.md +38 -0
- package/dist/templates/commands/pt-BR/engineer/pre-pr.md +38 -0
- package/dist/templates/commands/pt-BR/engineer/start.md +38 -0
- package/dist/templates/commands/pt-BR/engineer/work.md +38 -0
- package/dist/templates/commands/pt-BR/products/check.md +38 -0
- package/dist/templates/commands/pt-BR/products/collect.md +38 -0
- package/dist/templates/commands/pt-BR/products/refine.md +38 -0
- package/dist/templates/commands/pt-BR/products/spec.md +38 -0
- package/dist/templates/commands/pt-BR/quality/metrics.md +38 -0
- package/dist/templates/commands/pt-BR/quality/observe.md +38 -0
- package/dist/templates/commands/pt-BR/warm-up.md +38 -0
- package/package.json +1 -1
- package/templates/commands/en/engineer/plan.md +48 -10
- package/templates/commands/en/engineer/pr.md +46 -8
- package/templates/commands/en/engineer/pre-pr.md +49 -11
- package/templates/commands/en/engineer/start.md +60 -23
- package/templates/commands/en/engineer/work.md +45 -7
- package/templates/commands/en/products/check.md +48 -11
- package/templates/commands/en/products/collect.md +51 -14
- package/templates/commands/es/engineer/plan.md +60 -22
- package/templates/commands/es/engineer/pr.md +47 -9
- package/templates/commands/es/engineer/pre-pr.md +59 -21
- package/templates/commands/es/engineer/start.md +52 -15
- package/templates/commands/es/engineer/work.md +91 -53
- package/templates/commands/es/products/check.md +48 -10
- package/templates/commands/es/products/collect.md +55 -18
- package/templates/commands/pt-BR/engineer/plan.md +38 -0
- package/templates/commands/pt-BR/engineer/pr.md +38 -0
- package/templates/commands/pt-BR/engineer/pre-pr.md +38 -0
- package/templates/commands/pt-BR/engineer/start.md +38 -0
- package/templates/commands/pt-BR/engineer/work.md +38 -0
- package/templates/commands/pt-BR/products/check.md +38 -0
- package/templates/commands/pt-BR/products/collect.md +38 -0
- package/templates/commands/pt-BR/products/refine.md +38 -0
- package/templates/commands/pt-BR/products/spec.md +38 -0
- package/templates/commands/pt-BR/quality/metrics.md +38 -0
- package/templates/commands/pt-BR/quality/observe.md +38 -0
- package/templates/commands/pt-BR/warm-up.md +38 -0
|
@@ -14,6 +14,44 @@ pwd
|
|
|
14
14
|
|
|
15
15
|
Se não estiver em um workspace, pergunte ao usuário qual workspace usar ou se deve criar um novo com `feature:start`.
|
|
16
16
|
|
|
17
|
+
## 📋 Configuração do Projeto
|
|
18
|
+
|
|
19
|
+
**⚠️ IMPORTANTE: Sempre leia os arquivos de configuração do projeto ANTES de executar este comando!**
|
|
20
|
+
|
|
21
|
+
### Arquivos Obrigatórios
|
|
22
|
+
|
|
23
|
+
1. **`context-manifest.json`** (raiz do orchestrator)
|
|
24
|
+
- Lista de repositórios do projeto
|
|
25
|
+
- Roles de cada repositório (metaspecs, application, etc.)
|
|
26
|
+
- URLs e dependências entre repositórios
|
|
27
|
+
|
|
28
|
+
2. **`ai.properties.md`** (raiz do orchestrator)
|
|
29
|
+
- Configurações do projeto (`project_name`, `base_path`)
|
|
30
|
+
- Sistema de gerenciamento de tarefas (`task_management_system`)
|
|
31
|
+
- Credenciais e configurações específicas
|
|
32
|
+
|
|
33
|
+
### Como Ler
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
# 1. Ler context-manifest.json
|
|
37
|
+
cat context-manifest.json
|
|
38
|
+
|
|
39
|
+
# 2. Ler ai.properties.md
|
|
40
|
+
cat ai.properties.md
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Informações Essenciais
|
|
44
|
+
|
|
45
|
+
Após ler os arquivos, você terá:
|
|
46
|
+
- ✅ Lista completa de repositórios do projeto
|
|
47
|
+
- ✅ Localização do repositório de metaspecs
|
|
48
|
+
- ✅ Base path para localizar repositórios
|
|
49
|
+
- ✅ Sistema de task management configurado
|
|
50
|
+
- ✅ Configurações específicas do projeto
|
|
51
|
+
|
|
52
|
+
**🛑 NÃO prossiga sem ler estes arquivos!** Eles contêm informações críticas para a execução correta do comando.
|
|
53
|
+
|
|
54
|
+
|
|
17
55
|
## 2. Carregar Configuração do Projeto
|
|
18
56
|
|
|
19
57
|
Você já está no orchestrator do projeto (raiz do repositório atual).
|