context-first-cli 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates/commands/en/warm-up.md +12 -5
- package/dist/templates/commands/es/warm-up.md +12 -5
- package/dist/templates/commands/pt-BR/warm-up.md +12 -5
- package/package.json +1 -1
- package/templates/commands/en/warm-up.md +12 -5
- package/templates/commands/es/warm-up.md +12 -5
- package/templates/commands/pt-BR/warm-up.md +12 -5
|
@@ -16,11 +16,11 @@ If you're not in a workspace, ask the user which workspace to use or if you shou
|
|
|
16
16
|
|
|
17
17
|
## 2. Load Project Configuration
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
You are already in the project's orchestrator (current repository root).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verify you're at the orchestrator root**: `pwd` should show the orchestrator directory
|
|
22
|
+
2. **Read the `context-manifest.json` file** at the orchestrator root
|
|
23
|
+
3. **Read the `ai.properties.md` file** to get local configurations (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Load Project Manifest
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Read the `context-manifest.json` from the orchestrator to understand:
|
|
|
32
32
|
|
|
33
33
|
## 4. Load MetaSpecs
|
|
34
34
|
|
|
35
|
-
The MetaSpecs repository is defined in `context-manifest.json`
|
|
35
|
+
The MetaSpecs repository is **separate** and defined in `context-manifest.json` with `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Locate the metaspecs repository:**
|
|
38
|
+
|
|
39
|
+
1. Read `context-manifest.json` and find the repository with `role: "metaspecs"`
|
|
40
|
+
2. Get the `id` of that repository (e.g., "my-project-metaspecs")
|
|
41
|
+
3. Read `ai.properties.md` to get the `base_path`
|
|
42
|
+
4. The metaspecs repository is at: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Always read the index files first:**
|
|
38
45
|
|
|
@@ -16,11 +16,11 @@ Si no está en un workspace, pregunte al usuario qué workspace usar o si debe c
|
|
|
16
16
|
|
|
17
17
|
## 2. Cargar Configuración del Proyecto
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Ya está en el orchestrator del proyecto (raíz del repositorio actual).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verifique que está en la raíz del orchestrator**: `pwd` debe mostrar el directorio del orchestrator
|
|
22
|
+
2. **Lea el archivo `context-manifest.json`** en la raíz del orchestrator
|
|
23
|
+
3. **Lea el archivo `ai.properties.md`** para obtener configuraciones locales (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Cargar Manifiesto del Proyecto
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Lea el `context-manifest.json` del orchestrator para entender:
|
|
|
32
32
|
|
|
33
33
|
## 4. Cargar MetaSpecs
|
|
34
34
|
|
|
35
|
-
El repositorio de MetaSpecs está definido en `context-manifest.json`
|
|
35
|
+
El repositorio de MetaSpecs es **separado** y está definido en `context-manifest.json` con `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Localice el repositorio de metaspecs:**
|
|
38
|
+
|
|
39
|
+
1. Lea `context-manifest.json` y encuentre el repositorio con `role: "metaspecs"`
|
|
40
|
+
2. Obtenga el `id` de ese repositorio (ej: "my-project-metaspecs")
|
|
41
|
+
3. Lea `ai.properties.md` para obtener el `base_path`
|
|
42
|
+
4. El repositorio de metaspecs está en: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Lea siempre los archivos de índice primero:**
|
|
38
45
|
|
|
@@ -16,11 +16,11 @@ Se não estiver em um workspace, pergunte ao usuário qual workspace usar ou se
|
|
|
16
16
|
|
|
17
17
|
## 2. Carregar Configuração do Projeto
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Você já está no orchestrator do projeto (raiz do repositório atual).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verifique se está na raiz do orchestrator**: `pwd` deve mostrar o diretório do orchestrator
|
|
22
|
+
2. **Leia o arquivo `context-manifest.json`** na raiz do orchestrator
|
|
23
|
+
3. **Leia o arquivo `ai.properties.md`** para obter configurações locais (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Carregar Manifesto do Projeto
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Leia o `context-manifest.json` do orchestrator para entender:
|
|
|
32
32
|
|
|
33
33
|
## 4. Carregar MetaSpecs
|
|
34
34
|
|
|
35
|
-
O repositório de MetaSpecs está definido no `context-manifest.json`
|
|
35
|
+
O repositório de MetaSpecs é **separado** e está definido no `context-manifest.json` com `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Localize o repositório de metaspecs:**
|
|
38
|
+
|
|
39
|
+
1. Leia `context-manifest.json` e encontre o repositório com `role: "metaspecs"`
|
|
40
|
+
2. Obtenha o `id` desse repositório (ex: "my-project-metaspecs")
|
|
41
|
+
3. Leia `ai.properties.md` para obter o `base_path`
|
|
42
|
+
4. O repositório de metaspecs está em: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Leia sempre os arquivos de índice primeiro:**
|
|
38
45
|
|
package/package.json
CHANGED
|
@@ -16,11 +16,11 @@ If you're not in a workspace, ask the user which workspace to use or if you shou
|
|
|
16
16
|
|
|
17
17
|
## 2. Load Project Configuration
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
You are already in the project's orchestrator (current repository root).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verify you're at the orchestrator root**: `pwd` should show the orchestrator directory
|
|
22
|
+
2. **Read the `context-manifest.json` file** at the orchestrator root
|
|
23
|
+
3. **Read the `ai.properties.md` file** to get local configurations (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Load Project Manifest
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Read the `context-manifest.json` from the orchestrator to understand:
|
|
|
32
32
|
|
|
33
33
|
## 4. Load MetaSpecs
|
|
34
34
|
|
|
35
|
-
The MetaSpecs repository is defined in `context-manifest.json`
|
|
35
|
+
The MetaSpecs repository is **separate** and defined in `context-manifest.json` with `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Locate the metaspecs repository:**
|
|
38
|
+
|
|
39
|
+
1. Read `context-manifest.json` and find the repository with `role: "metaspecs"`
|
|
40
|
+
2. Get the `id` of that repository (e.g., "my-project-metaspecs")
|
|
41
|
+
3. Read `ai.properties.md` to get the `base_path`
|
|
42
|
+
4. The metaspecs repository is at: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Always read the index files first:**
|
|
38
45
|
|
|
@@ -16,11 +16,11 @@ Si no está en un workspace, pregunte al usuario qué workspace usar o si debe c
|
|
|
16
16
|
|
|
17
17
|
## 2. Cargar Configuración del Proyecto
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Ya está en el orchestrator del proyecto (raíz del repositorio actual).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verifique que está en la raíz del orchestrator**: `pwd` debe mostrar el directorio del orchestrator
|
|
22
|
+
2. **Lea el archivo `context-manifest.json`** en la raíz del orchestrator
|
|
23
|
+
3. **Lea el archivo `ai.properties.md`** para obtener configuraciones locales (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Cargar Manifiesto del Proyecto
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Lea el `context-manifest.json` del orchestrator para entender:
|
|
|
32
32
|
|
|
33
33
|
## 4. Cargar MetaSpecs
|
|
34
34
|
|
|
35
|
-
El repositorio de MetaSpecs está definido en `context-manifest.json`
|
|
35
|
+
El repositorio de MetaSpecs es **separado** y está definido en `context-manifest.json` con `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Localice el repositorio de metaspecs:**
|
|
38
|
+
|
|
39
|
+
1. Lea `context-manifest.json` y encuentre el repositorio con `role: "metaspecs"`
|
|
40
|
+
2. Obtenga el `id` de ese repositorio (ej: "my-project-metaspecs")
|
|
41
|
+
3. Lea `ai.properties.md` para obtener el `base_path`
|
|
42
|
+
4. El repositorio de metaspecs está en: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Lea siempre los archivos de índice primero:**
|
|
38
45
|
|
|
@@ -16,11 +16,11 @@ Se não estiver em um workspace, pergunte ao usuário qual workspace usar ou se
|
|
|
16
16
|
|
|
17
17
|
## 2. Carregar Configuração do Projeto
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Você já está no orchestrator do projeto (raiz do repositório atual).
|
|
20
20
|
|
|
21
|
-
1. **
|
|
22
|
-
2.
|
|
23
|
-
3.
|
|
21
|
+
1. **Verifique se está na raiz do orchestrator**: `pwd` deve mostrar o diretório do orchestrator
|
|
22
|
+
2. **Leia o arquivo `context-manifest.json`** na raiz do orchestrator
|
|
23
|
+
3. **Leia o arquivo `ai.properties.md`** para obter configurações locais (base_path, etc.)
|
|
24
24
|
|
|
25
25
|
## 3. Carregar Manifesto do Projeto
|
|
26
26
|
|
|
@@ -32,7 +32,14 @@ Leia o `context-manifest.json` do orchestrator para entender:
|
|
|
32
32
|
|
|
33
33
|
## 4. Carregar MetaSpecs
|
|
34
34
|
|
|
35
|
-
O repositório de MetaSpecs está definido no `context-manifest.json`
|
|
35
|
+
O repositório de MetaSpecs é **separado** e está definido no `context-manifest.json` com `role: "metaspecs"`.
|
|
36
|
+
|
|
37
|
+
**Localize o repositório de metaspecs:**
|
|
38
|
+
|
|
39
|
+
1. Leia `context-manifest.json` e encontre o repositório com `role: "metaspecs"`
|
|
40
|
+
2. Obtenha o `id` desse repositório (ex: "my-project-metaspecs")
|
|
41
|
+
3. Leia `ai.properties.md` para obter o `base_path`
|
|
42
|
+
4. O repositório de metaspecs está em: `{base_path}/{metaspecs-id}/`
|
|
36
43
|
|
|
37
44
|
**Leia sempre os arquivos de índice primeiro:**
|
|
38
45
|
|