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.
Files changed (53) hide show
  1. package/dist/templates/commands/en/engineer/plan.md +48 -10
  2. package/dist/templates/commands/en/engineer/pr.md +46 -8
  3. package/dist/templates/commands/en/engineer/pre-pr.md +49 -11
  4. package/dist/templates/commands/en/engineer/start.md +60 -23
  5. package/dist/templates/commands/en/engineer/work.md +45 -7
  6. package/dist/templates/commands/en/products/check.md +48 -11
  7. package/dist/templates/commands/en/products/collect.md +51 -14
  8. package/dist/templates/commands/es/engineer/plan.md +60 -22
  9. package/dist/templates/commands/es/engineer/pr.md +47 -9
  10. package/dist/templates/commands/es/engineer/pre-pr.md +59 -21
  11. package/dist/templates/commands/es/engineer/start.md +52 -15
  12. package/dist/templates/commands/es/engineer/work.md +91 -53
  13. package/dist/templates/commands/es/products/check.md +48 -10
  14. package/dist/templates/commands/es/products/collect.md +55 -18
  15. package/dist/templates/commands/pt-BR/engineer/plan.md +38 -0
  16. package/dist/templates/commands/pt-BR/engineer/pr.md +38 -0
  17. package/dist/templates/commands/pt-BR/engineer/pre-pr.md +38 -0
  18. package/dist/templates/commands/pt-BR/engineer/start.md +38 -0
  19. package/dist/templates/commands/pt-BR/engineer/work.md +38 -0
  20. package/dist/templates/commands/pt-BR/products/check.md +38 -0
  21. package/dist/templates/commands/pt-BR/products/collect.md +38 -0
  22. package/dist/templates/commands/pt-BR/products/refine.md +38 -0
  23. package/dist/templates/commands/pt-BR/products/spec.md +38 -0
  24. package/dist/templates/commands/pt-BR/quality/metrics.md +38 -0
  25. package/dist/templates/commands/pt-BR/quality/observe.md +38 -0
  26. package/dist/templates/commands/pt-BR/warm-up.md +38 -0
  27. package/package.json +1 -1
  28. package/templates/commands/en/engineer/plan.md +48 -10
  29. package/templates/commands/en/engineer/pr.md +46 -8
  30. package/templates/commands/en/engineer/pre-pr.md +49 -11
  31. package/templates/commands/en/engineer/start.md +60 -23
  32. package/templates/commands/en/engineer/work.md +45 -7
  33. package/templates/commands/en/products/check.md +48 -11
  34. package/templates/commands/en/products/collect.md +51 -14
  35. package/templates/commands/es/engineer/plan.md +60 -22
  36. package/templates/commands/es/engineer/pr.md +47 -9
  37. package/templates/commands/es/engineer/pre-pr.md +59 -21
  38. package/templates/commands/es/engineer/start.md +52 -15
  39. package/templates/commands/es/engineer/work.md +91 -53
  40. package/templates/commands/es/products/check.md +48 -10
  41. package/templates/commands/es/products/collect.md +55 -18
  42. package/templates/commands/pt-BR/engineer/plan.md +38 -0
  43. package/templates/commands/pt-BR/engineer/pr.md +38 -0
  44. package/templates/commands/pt-BR/engineer/pre-pr.md +38 -0
  45. package/templates/commands/pt-BR/engineer/start.md +38 -0
  46. package/templates/commands/pt-BR/engineer/work.md +38 -0
  47. package/templates/commands/pt-BR/products/check.md +38 -0
  48. package/templates/commands/pt-BR/products/collect.md +38 -0
  49. package/templates/commands/pt-BR/products/refine.md +38 -0
  50. package/templates/commands/pt-BR/products/spec.md +38 -0
  51. package/templates/commands/pt-BR/quality/metrics.md +38 -0
  52. package/templates/commands/pt-BR/quality/observe.md +38 -0
  53. 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).