@ggailabs/cli-context 1.0.0 → 1.0.2
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.
Potentially problematic release.
This version of @ggailabs/cli-context might be problematic. Click here for more details.
- package/README.md +39 -0
- package/dist/.context/pt-br/agents/architect.md +1 -1
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# 💎 @ggailabs/cli-context (Zenith v6.1)
|
|
2
|
+
|
|
3
|
+
> **Genesis Grid AI Framework CLI** - The definitive universal orchestrator for AI-assisted development.
|
|
4
|
+
|
|
5
|
+
Orchestrate your codebase documentation, AI agent prompts, and development workflows under the rigor of the **Zenith Protocol v6.1**.
|
|
6
|
+
|
|
7
|
+
## 🚀 Quick Start
|
|
8
|
+
|
|
9
|
+
Initialize the Zenith Protocol in any project:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npx @ggailabs/cli-context init
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## 🧠 Key Features
|
|
16
|
+
|
|
17
|
+
- **Universal Agnostic Orchestration**: Automatically synchronizes context to **Gemini (Antigravity)**, **Windsurf (Cascade)**, **OpenAI Codex**, and **Cursor**.
|
|
18
|
+
- **Deep Feed Discovery**: Interactive interrogation of project modules, objectives, and tech debt to eliminate AI hallucinations.
|
|
19
|
+
- **Universal Skills**: Adheres to the `agentskills.io` standard, mapping project skills to `.agent/skills/`.
|
|
20
|
+
- **Monitor Hub**: A real-time terminal dashboard to track context health, sync status, and FinOps metrics.
|
|
21
|
+
- **GG-Methodology Integration**: Enforces the 7 Pillars of Excellence by Guilherme Giorgi (GG).
|
|
22
|
+
|
|
23
|
+
## ⌨️ Commands
|
|
24
|
+
|
|
25
|
+
- `init`: Initialize or upgrade a project to Zenith v6.1.
|
|
26
|
+
- `monitor`: Open the Universal Context Hub & Health dashboard.
|
|
27
|
+
|
|
28
|
+
## 🏛 Directory Structure
|
|
29
|
+
|
|
30
|
+
The CLI manages the hidden `.context/` directory:
|
|
31
|
+
- `docs/`: Architecture, standards, and mapping.
|
|
32
|
+
- `agents/`: AI persona definitions.
|
|
33
|
+
- `skills/`: Standardized executable workflows.
|
|
34
|
+
- `plans/`: IA/Human collaboration design docs.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
**Founder:** Guilherme Giorgi (GG)
|
|
38
|
+
**Org:** Genesis Grid AI Labs
|
|
39
|
+
*Engineering Excellence. Visual Perfection. Zero Defects.*
|
|
@@ -23,7 +23,7 @@ Você é o Arquiteto Líder da **Genesis Grid AI Labs**. Sua missão é projetar
|
|
|
23
23
|
3. **Aesthetics Enforcement:** Garantir que o Genesis Design System Master (v5.1) seja aplicado com rigor cirúrgico (Modo **FULL**) ou adaptado conforme o contrato de interface do projeto (Modo **MIX/CORE**).
|
|
24
24
|
4. **Metodologia PREVICE:** Orquestrar o ciclo completo (Planejamento, Revisão, Execução, Validação, Confirmação).
|
|
25
25
|
5. **Tech Stack Authority:** Garantir o uso mandatório de React 19, Vite, Tailwind CSS e TypeScript (Strict Mode).
|
|
26
|
-
6. **Operational Transparency:** Manter e auditar o [OPERATIONS_LOG.md](file
|
|
26
|
+
6. **Operational Transparency:** Manter e auditar o [OPERATIONS_LOG.md](file:///.context/docs/OPERATIONS_LOG.md) para controle de tempo e FinOps.
|
|
27
27
|
|
|
28
28
|
## 🏆 Mandato Técnico (Global Engineering Standards)
|
|
29
29
|
- **Framework:** React 19 + TypeScript (strict).
|