trackops 1.0.1 → 2.0.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/README.md +292 -272
- package/bin/trackops.js +108 -50
- package/lib/config.js +267 -38
- package/lib/control.js +534 -480
- package/lib/env.js +244 -0
- package/lib/i18n.js +61 -53
- package/lib/init.js +170 -47
- package/lib/locale.js +63 -0
- package/lib/opera-bootstrap.js +1075 -0
- package/lib/opera.js +524 -125
- package/lib/preferences.js +74 -0
- package/lib/registry.js +27 -13
- package/lib/release.js +56 -0
- package/lib/resources.js +42 -0
- package/lib/runtime-state.js +144 -0
- package/lib/server.js +1004 -521
- package/lib/skills.js +148 -124
- package/lib/workspace.js +260 -0
- package/locales/en.json +418 -132
- package/locales/es.json +418 -132
- package/package.json +8 -9
- package/scripts/postinstall-locale.js +21 -0
- package/scripts/skills-marketplace-smoke.js +124 -0
- package/scripts/smoke-tests.js +570 -0
- package/scripts/sync-skill-version.js +21 -0
- package/scripts/validate-skill.js +89 -0
- package/skills/trackops/SKILL.md +89 -0
- package/skills/trackops/agents/openai.yaml +3 -0
- package/skills/trackops/references/activation.md +73 -0
- package/skills/trackops/references/troubleshooting.md +49 -0
- package/skills/trackops/references/workflow.md +26 -0
- package/skills/trackops/scripts/bootstrap-trackops.js +203 -0
- package/skills/trackops/skill.json +29 -0
- package/templates/opera/agent.md +10 -9
- package/templates/opera/architecture/dependency-graph.md +24 -0
- package/templates/opera/architecture/runtime-automation.md +24 -0
- package/templates/opera/architecture/runtime-operations.md +34 -0
- package/templates/opera/en/agent.md +27 -0
- package/templates/opera/en/architecture/dependency-graph.md +24 -0
- package/templates/opera/en/architecture/runtime-automation.md +24 -0
- package/templates/opera/en/architecture/runtime-operations.md +34 -0
- package/templates/opera/en/genesis.md +79 -0
- package/templates/opera/en/references/autonomy-and-recovery.md +23 -0
- package/templates/opera/en/references/opera-cycle.md +62 -0
- package/templates/opera/en/registry.md +28 -0
- package/templates/opera/en/reviews/delivery-audit.md +18 -0
- package/templates/opera/en/reviews/integration-audit.md +18 -0
- package/templates/opera/en/router.md +49 -0
- package/templates/opera/genesis.md +79 -94
- package/templates/opera/reviews/delivery-audit.md +18 -0
- package/templates/opera/reviews/integration-audit.md +18 -0
- package/templates/opera/router.md +15 -5
- package/templates/skills/changelog-updater/locales/en/SKILL.md +11 -0
- package/templates/skills/commiter/locales/en/SKILL.md +11 -0
- package/templates/skills/opera-contract-auditor/SKILL.md +38 -0
- package/templates/skills/opera-contract-auditor/locales/en/SKILL.md +38 -0
- package/templates/skills/opera-policy-guard/SKILL.md +26 -0
- package/templates/skills/opera-policy-guard/locales/en/SKILL.md +26 -0
- package/templates/skills/project-starter-skill/SKILL.md +89 -164
- package/templates/skills/project-starter-skill/locales/en/SKILL.md +104 -0
- package/ui/css/panels.css +956 -953
- package/ui/index.html +1 -1
- package/ui/js/api.js +211 -194
- package/ui/js/app.js +200 -199
- package/ui/js/i18n.js +14 -0
- package/ui/js/onboarding.js +439 -437
- package/ui/js/state.js +130 -129
- package/ui/js/utils.js +175 -172
- package/ui/js/views/board.js +255 -254
- package/ui/js/views/execution.js +256 -256
- package/ui/js/views/insights.js +340 -339
- package/ui/js/views/overview.js +366 -361
- package/ui/js/views/settings.js +340 -202
- package/ui/js/views/sidebar.js +131 -132
- package/ui/js/views/skills.js +163 -162
- package/ui/js/views/tasks.js +406 -405
- package/ui/js/views/topbar.js +239 -183
- package/templates/etapa/agent.md +0 -26
- package/templates/etapa/genesis.md +0 -94
- package/templates/etapa/references/autonomy-and-recovery.md +0 -117
- package/templates/etapa/references/etapa-cycle.md +0 -193
- package/templates/etapa/registry.md +0 -28
- package/templates/etapa/router.md +0 -39
package/README.md
CHANGED
|
@@ -5,407 +5,427 @@
|
|
|
5
5
|
<h1 align="center">TrackOps</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>
|
|
8
|
+
<strong>Local orchestration and operational automation for projects built with AI agents.</strong>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://www.npmjs.com/package/trackops"><img src="https://img.shields.io/npm/v/trackops?color=D97706&style=flat-square" alt="npm" /></a>
|
|
13
|
-
<a href="LICENSE"><img src="https://img.shields.io/badge/
|
|
14
|
-
<img src="https://img.shields.io/badge/estado-beta-F59E0B?style=flat-square" alt="Beta" />
|
|
15
|
-
<img src="https://img.shields.io/badge/dependencias-0-D97706?style=flat-square" alt="0 deps" />
|
|
13
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-22C55E?style=flat-square" alt="MIT" /></a>
|
|
16
14
|
<img src="https://img.shields.io/badge/node-%3E%3D18-333?style=flat-square" alt="Node 18+" />
|
|
17
15
|
</p>
|
|
18
16
|
|
|
19
17
|
<p align="center">
|
|
20
|
-
<a href="#español">Español</a> · <a href="#english">English</a> · <a href="https://baxahaun.github.io/trackops">Web</a>
|
|
18
|
+
<a href="#español">Español</a> · <a href="#english">English</a> · <a href="https://baxahaun.github.io/trackops/">Web</a>
|
|
21
19
|
</p>
|
|
22
20
|
|
|
23
|
-
<br/>
|
|
24
|
-
|
|
25
21
|
---
|
|
26
22
|
|
|
27
23
|
## Español
|
|
28
24
|
|
|
29
|
-
|
|
25
|
+
TrackOps es un sistema local de orquestación y automatización operativa para proyectos y desarrollo asistido por agentes IA.
|
|
30
26
|
|
|
31
|
-
|
|
27
|
+
Hace tres cosas:
|
|
32
28
|
|
|
33
|
-
|
|
29
|
+
1. prepara a tu agente con una skill global
|
|
30
|
+
2. activa control operativo dentro de cada repo
|
|
31
|
+
3. media entre el usuario y el agente cuando el proyecto todavía está poco definido
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
### Modelo actual
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
TrackOps trabaja en dos capas:
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
1. `skill global`
|
|
38
|
+
se instala una vez en tu agente o CLI
|
|
39
|
+
2. `activación local por proyecto`
|
|
40
|
+
se ejecuta cuando decides gestionar un repo concreto
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
La activación local tiene dos caminos:
|
|
42
43
|
|
|
43
|
-
|
|
44
|
+
- `arranque asistido por agente`
|
|
45
|
+
para ideas tempranas, usuarios poco técnicos o documentación insuficiente
|
|
46
|
+
- `bootstrap directo`
|
|
47
|
+
para proyectos ya definidos y usuarios técnicos
|
|
44
48
|
|
|
45
|
-
|
|
49
|
+
### Instalación global
|
|
46
50
|
|
|
47
|
-
|
|
51
|
+
TrackOps se distribuye como skill global:
|
|
48
52
|
|
|
49
|
-
|
|
53
|
+
```bash
|
|
54
|
+
npx skills add Baxahaun/trackops
|
|
55
|
+
```
|
|
50
56
|
|
|
51
|
-
|
|
52
|
-
|---|---|
|
|
53
|
-
| **Adopción en 10 segundos** | Un solo comando: `npx trackops init`. Cero configuración, cero dependencias, cero bases de datos. |
|
|
54
|
-
| **Contexto determinista** | No dejes que la IA adivine. TrackOps sincroniza la verdad absoluta de tu proyecto en archivos Markdown que las IAs entienden nativamente. |
|
|
55
|
-
| **Dashboard local premium** | Interfaz web profesional que corre en tu terminal. Sin telemetría, sin nube, **100% privado**. |
|
|
56
|
-
| **Integración Git nativa** | TrackOps sabe cuándo haces commit, merge o checkout, capturando la salud del repositorio de forma automática. |
|
|
57
|
-
| **Portfolio multi-proyecto** | Registra todos tus proyectos y navega entre ellos desde un solo dashboard. |
|
|
58
|
-
| **Framework OPERA** | Metodología de desarrollo con agentes IA en 5 fases: Orquestar, Probar, Estructurar, Refinar, Automatizar. |
|
|
59
|
-
| **Ecosistema de Skills** | Integración nativa a un click con el marketplace **skills.sh**. Habilidades y agentes modulares que dotan a tu proyecto de capacidades automatizadas avanzadas e IA pre-entrenada para tu workflow. |
|
|
57
|
+
La skill:
|
|
60
58
|
|
|
61
|
-
|
|
59
|
+
- prepara el agente
|
|
60
|
+
- asegura el runtime en el primer uso real
|
|
61
|
+
- no modifica repos por sí sola
|
|
62
62
|
|
|
63
|
-
###
|
|
63
|
+
### Primer uso
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
En el primer uso, la skill ejecuta:
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
|
-
|
|
69
|
-
npx trackops dashboard # Levanta el centro de control web
|
|
68
|
+
node scripts/bootstrap-trackops.js
|
|
70
69
|
```
|
|
71
70
|
|
|
72
|
-
|
|
71
|
+
Ese bootstrap valida `Node.js >= 18`, valida `npm`, instala o actualiza `trackops` y registra el estado en `~/.trackops/runtime.json`.
|
|
73
72
|
|
|
74
|
-
|
|
75
|
-
npm run ops:status
|
|
76
|
-
npm run ops:dashboard
|
|
77
|
-
npm run ops:sync
|
|
78
|
-
```
|
|
73
|
+
### Activación local
|
|
79
74
|
|
|
80
|
-
|
|
75
|
+
Dentro de un repo:
|
|
81
76
|
|
|
82
77
|
```bash
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
npx trackops task start T-001 # Empieza a trabajar
|
|
86
|
-
npx trackops sync # Genera contexto Markdown para tu IA
|
|
78
|
+
trackops init
|
|
79
|
+
trackops opera install
|
|
87
80
|
```
|
|
88
81
|
|
|
89
|
-
|
|
82
|
+
Semántica:
|
|
90
83
|
|
|
91
|
-
|
|
84
|
+
- `trackops init`
|
|
85
|
+
activa TrackOps en el repo
|
|
86
|
+
- `trackops opera install`
|
|
87
|
+
añade OPERA cuando quieres el framework operativo completo
|
|
88
|
+
- `trackops init --with-opera`
|
|
89
|
+
existe como atajo
|
|
90
|
+
- `trackops init --legacy-layout`
|
|
91
|
+
existe solo por compatibilidad
|
|
92
92
|
|
|
93
|
-
###
|
|
93
|
+
### Workspace split
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
Por defecto, TrackOps separa producto y operación:
|
|
96
96
|
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
│
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
│
|
|
108
|
-
|
|
109
|
-
│
|
|
110
|
-
|
|
97
|
+
```text
|
|
98
|
+
mi-proyecto/
|
|
99
|
+
├── .trackops-workspace.json
|
|
100
|
+
├── .env
|
|
101
|
+
├── .env.example
|
|
102
|
+
├── app/
|
|
103
|
+
│ └── ...producto real...
|
|
104
|
+
└── ops/
|
|
105
|
+
├── project_control.json
|
|
106
|
+
├── contract/
|
|
107
|
+
│ └── operating-contract.json
|
|
108
|
+
├── policy/
|
|
109
|
+
│ └── autonomy.json
|
|
110
|
+
├── task_plan.md
|
|
111
|
+
├── progress.md
|
|
112
|
+
├── findings.md
|
|
113
|
+
├── genesis.md
|
|
114
|
+
├── bootstrap/
|
|
115
|
+
├── .agent/
|
|
116
|
+
├── .agents/
|
|
117
|
+
├── .githooks/
|
|
118
|
+
└── .tmp/
|
|
111
119
|
```
|
|
112
120
|
|
|
113
|
-
|
|
121
|
+
Fuente de verdad operativa:
|
|
114
122
|
|
|
115
|
-
|
|
123
|
+
- layout split: `ops/project_control.json`
|
|
124
|
+
- layout legacy: `project_control.json`
|
|
116
125
|
|
|
117
|
-
|
|
126
|
+
### Dos formas de arrancar OPERA
|
|
118
127
|
|
|
119
|
-
|
|
120
|
-
|------|--------|------|------------|
|
|
121
|
-
| **O** | Orquestar | Visión, datos, reglas de negocio | Schema JSON en `genesis.md` |
|
|
122
|
-
| **P** | Probar | Conectividad y validación | Scripts de test pasando |
|
|
123
|
-
| **E** | Estructurar | Construcción en 3 capas | SOPs + tools + integración |
|
|
124
|
-
| **R** | Refinar | Refinamiento y calidad | Outputs validados |
|
|
125
|
-
| **A** | Automatizar | Despliegue y triggers | Triggers + smoke test |
|
|
128
|
+
#### Tengo una idea
|
|
126
129
|
|
|
127
|
-
|
|
130
|
+
Si el usuario no es técnico, el proyecto está en fase idea, o no hay documentación suficiente, OPERA no sigue con preguntas de arquitectura en terminal. En su lugar:
|
|
128
131
|
|
|
129
|
-
|
|
132
|
+
1. pregunta nivel técnico, estado del proyecto y documentación disponible
|
|
133
|
+
2. genera un handoff en `ops/bootstrap/agent-handoff.md`
|
|
134
|
+
3. espera a que el agente produzca:
|
|
135
|
+
- `ops/bootstrap/intake.json`
|
|
136
|
+
- `ops/bootstrap/spec-dossier.md`
|
|
137
|
+
- `ops/bootstrap/open-questions.md` si quedan huecos importantes
|
|
138
|
+
4. reanudas con:
|
|
130
139
|
|
|
131
|
-
|
|
140
|
+
```bash
|
|
141
|
+
trackops opera bootstrap --resume
|
|
142
|
+
```
|
|
132
143
|
|
|
133
|
-
|
|
134
|
-
<summary><strong>Motor Core</strong></summary>
|
|
144
|
+
#### Ya tengo un repo
|
|
135
145
|
|
|
136
|
-
|
|
137
|
-
|---------|-------------|
|
|
138
|
-
| `trackops init [--with-opera] [--locale es\|en]` | Inicializar en el directorio actual. `--with-etapa` se mantiene solo como alias heredado. |
|
|
139
|
-
| `trackops status` | Estado: foco, fase, tareas, bloqueadores, repo |
|
|
140
|
-
| `trackops next` | Próximas tareas ejecutables priorizadas |
|
|
141
|
-
| `trackops sync` | Regenerar task_plan.md, progress.md, findings.md |
|
|
142
|
-
| `trackops dashboard` | Lanzar dashboard web local |
|
|
143
|
-
| `trackops task <acción> <id> [nota]` | start, review, complete, block, pending, cancel, note |
|
|
144
|
-
| `trackops refresh-repo [--quiet]` | Actualizar runtime con estado del repo |
|
|
145
|
-
| `trackops register` | Registrar en el portfolio multi-proyecto |
|
|
146
|
-
| `trackops projects` | Listar proyectos registrados |
|
|
147
|
-
|
|
148
|
-
</details>
|
|
149
|
-
|
|
150
|
-
<details>
|
|
151
|
-
<summary><strong>OPERA</strong></summary>
|
|
146
|
+
Si el usuario es técnico y el proyecto ya tiene suficiente contexto, OPERA sigue por bootstrap directo, compila `ops/contract/operating-contract.json` y recompila `ops/genesis.md`.
|
|
152
147
|
|
|
153
|
-
|
|
154
|
-
|---------|-------------|
|
|
155
|
-
| `trackops opera install` | Instalar metodología OPERA |
|
|
156
|
-
| `trackops opera status` | Estado de instalación e integridad |
|
|
157
|
-
| `trackops opera configure [--phases '...']` | Reconfigurar fases o idioma |
|
|
158
|
-
| `trackops opera upgrade` | Actualizar templates a la versión del paquete |
|
|
148
|
+
También puedes forzar el modo:
|
|
159
149
|
|
|
160
|
-
|
|
150
|
+
```bash
|
|
151
|
+
trackops opera install --bootstrap-mode handoff
|
|
152
|
+
trackops opera install --bootstrap-mode direct
|
|
153
|
+
```
|
|
161
154
|
|
|
162
|
-
|
|
163
|
-
<summary><strong>Skills</strong></summary>
|
|
155
|
+
Flags disponibles:
|
|
164
156
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
| `trackops skill remove <nombre>` | Desinstalar skill |
|
|
170
|
-
| `trackops skill catalog` | Ver skills disponibles |
|
|
157
|
+
- `--technical-level low|medium|high|senior`
|
|
158
|
+
- `--project-state idea|draft|existing_repo|advanced`
|
|
159
|
+
- `--docs-state none|notes|sos|spec_dossier|repo_docs`
|
|
160
|
+
- `--decision-ownership user|shared|agent`
|
|
171
161
|
|
|
172
|
-
|
|
162
|
+
### Entorno y secretos
|
|
173
163
|
|
|
174
|
-
|
|
164
|
+
TrackOps gestiona un contrato explícito de entorno:
|
|
175
165
|
|
|
176
|
-
|
|
166
|
+
- `/.env`
|
|
167
|
+
secretos reales del workspace
|
|
168
|
+
- `/.env.example`
|
|
169
|
+
contrato público de variables
|
|
170
|
+
- `app/.env`
|
|
171
|
+
puente de compatibilidad
|
|
177
172
|
|
|
178
|
-
|
|
173
|
+
Comandos:
|
|
179
174
|
|
|
175
|
+
```bash
|
|
176
|
+
trackops env status
|
|
177
|
+
trackops env sync
|
|
180
178
|
```
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
179
|
+
|
|
180
|
+
TrackOps nunca imprime ni persiste valores sensibles en docs, dashboard o `project_control.json`.
|
|
181
|
+
|
|
182
|
+
### Idioma
|
|
183
|
+
|
|
184
|
+
TrackOps puede trabajar con:
|
|
185
|
+
|
|
186
|
+
- idioma global en `~/.trackops/runtime.json`
|
|
187
|
+
- idioma por proyecto en `ops/project_control.json`
|
|
188
|
+
|
|
189
|
+
Comandos:
|
|
190
|
+
|
|
191
|
+
```bash
|
|
192
|
+
trackops locale get
|
|
193
|
+
trackops locale set es
|
|
194
|
+
trackops doctor locale
|
|
189
195
|
```
|
|
190
196
|
|
|
191
|
-
|
|
197
|
+
### Trabajo diario
|
|
192
198
|
|
|
193
|
-
|
|
199
|
+
```bash
|
|
200
|
+
trackops status
|
|
201
|
+
trackops next
|
|
202
|
+
trackops sync
|
|
203
|
+
trackops env status
|
|
204
|
+
trackops dashboard
|
|
205
|
+
```
|
|
194
206
|
|
|
195
|
-
|
|
207
|
+
Reglas:
|
|
196
208
|
|
|
197
|
-
|
|
209
|
+
- usa `trackops status` para leer foco, fase y bloqueadores
|
|
210
|
+
- usa `trackops next` para ver la siguiente tarea lista
|
|
211
|
+
- usa `trackops sync` para regenerar docs operativos
|
|
212
|
+
- no edites a mano `task_plan.md`, `progress.md` ni `findings.md`
|
|
198
213
|
|
|
199
|
-
|
|
214
|
+
### CLI principal
|
|
200
215
|
|
|
201
|
-
|
|
202
|
-
2. **Comparte TrackOps** con tu equipo y en tus redes.
|
|
203
|
-
3. **Apoya con USDC en Polygon** para ayudar a mantener la documentación, las mejoras y el soporte del proyecto.
|
|
216
|
+
#### Core
|
|
204
217
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
218
|
+
| Comando | Descripción |
|
|
219
|
+
|---|---|
|
|
220
|
+
| `trackops init [--with-opera] [--locale es\|en] [--name "..."] [--no-bootstrap] [--legacy-layout]` | Inicializa TrackOps |
|
|
221
|
+
| `trackops status` | Muestra estado operativo |
|
|
222
|
+
| `trackops next` | Muestra la siguiente cola priorizada |
|
|
223
|
+
| `trackops sync` | Regenera docs operativos |
|
|
224
|
+
| `trackops workspace status` | Muestra layout y roots |
|
|
225
|
+
| `trackops workspace migrate` | Migra un proyecto legacy |
|
|
226
|
+
| `trackops env status` | Audita claves presentes y faltantes |
|
|
227
|
+
| `trackops env sync` | Regenera `/.env`, `/.env.example` y el puente |
|
|
228
|
+
| `trackops locale get\|set [es\|en]` | Lee o fija el idioma global |
|
|
229
|
+
| `trackops doctor locale` | Explica el origen del idioma efectivo |
|
|
230
|
+
| `trackops release [--push]` | Publica la rama configurada desde `app/` |
|
|
231
|
+
| `trackops dashboard` | Lanza el dashboard local |
|
|
232
|
+
|
|
233
|
+
#### OPERA
|
|
210
234
|
|
|
211
|
-
|
|
212
|
-
|
|
235
|
+
| Comando | Descripción |
|
|
236
|
+
|---|---|
|
|
237
|
+
| `trackops opera install [--bootstrap-mode ...] [--technical-level ...] [--project-state ...] [--docs-state ...] [--decision-ownership ...]` | Instala OPERA y decide la ruta de bootstrap |
|
|
238
|
+
| `trackops opera bootstrap [--resume]` | Continúa el bootstrap o ingiere el resultado del agente |
|
|
239
|
+
| `trackops opera handoff [--print\|--json]` | Muestra el handoff listo para copiar al agente |
|
|
240
|
+
| `trackops opera status` | Muestra estado de instalación y bootstrap |
|
|
241
|
+
| `trackops opera configure` | Reconfigura idioma o fases |
|
|
242
|
+
| `trackops opera upgrade --stable [--reset]` | Reescribe artefactos gestionados a la versión estable actual |
|
|
213
243
|
|
|
214
|
-
|
|
244
|
+
### Skills del proyecto
|
|
215
245
|
|
|
216
|
-
|
|
246
|
+
Hay dos conceptos distintos:
|
|
217
247
|
|
|
218
|
-
|
|
248
|
+
- la skill global `trackops`
|
|
249
|
+
prepara el sistema
|
|
250
|
+
- `trackops skill ...`
|
|
251
|
+
gestiona skills nativas del proyecto en `ops/.agents/skills/`
|
|
219
252
|
|
|
220
|
-
|
|
253
|
+
### Publicación
|
|
221
254
|
|
|
222
|
-
|
|
255
|
+
Antes de publicar:
|
|
223
256
|
|
|
224
|
-
|
|
257
|
+
```bash
|
|
258
|
+
trackops workspace status
|
|
259
|
+
trackops env status
|
|
260
|
+
npm run skill:validate
|
|
261
|
+
npm run skill:smoke
|
|
262
|
+
npm run release:check
|
|
263
|
+
```
|
|
225
264
|
|
|
226
|
-
|
|
265
|
+
`trackops release` publica solo `app/`, incluye `.env.example` y no publica `/.env`, `ops/` ni `.trackops-workspace.json`.
|
|
227
266
|
|
|
228
|
-
|
|
267
|
+
Guía ampliada: [UserGUIDE.md](./UserGUIDE.md)
|
|
229
268
|
|
|
230
|
-
|
|
269
|
+
---
|
|
231
270
|
|
|
232
|
-
|
|
271
|
+
## English
|
|
233
272
|
|
|
234
|
-
|
|
273
|
+
TrackOps is a local orchestration and operational automation system for projects and AI-agent development.
|
|
235
274
|
|
|
236
|
-
|
|
275
|
+
It does three things:
|
|
237
276
|
|
|
238
|
-
|
|
277
|
+
1. prepares your agent with a global skill
|
|
278
|
+
2. activates operational control inside each repository
|
|
279
|
+
3. mediates between the user and the agent when the project is still loosely defined
|
|
239
280
|
|
|
240
|
-
###
|
|
281
|
+
### Current model
|
|
241
282
|
|
|
242
|
-
|
|
243
|
-
|---|---|
|
|
244
|
-
| **10-second adoption** | One command: `npx trackops init`. Zero config, zero dependencies, zero databases. |
|
|
245
|
-
| **Deterministic context** | Don't let AI guess. TrackOps syncs the absolute truth of your project into Markdown files that AIs understand natively. |
|
|
246
|
-
| **Premium local dashboard** | Professional web interface running in your terminal. No telemetry, no cloud, **100% private**. |
|
|
247
|
-
| **Native Git integration** | TrackOps knows when you commit, merge, or checkout, capturing repository health automatically. |
|
|
248
|
-
| **Multi-project portfolio** | Register all your projects and navigate between them from a single dashboard. |
|
|
249
|
-
| **OPERA Framework** | AI development methodology in 5 phases: Orchestrate, Prove, Establish, Refine, Automate. |
|
|
250
|
-
| **Skills ecosystem** | Modular plugins that give your project automated capabilities: `trackops skill install <name>`. |
|
|
283
|
+
TrackOps works in two layers:
|
|
251
284
|
|
|
252
|
-
|
|
285
|
+
1. `global skill`
|
|
286
|
+
installed once in the agent or CLI
|
|
287
|
+
2. `local per-project activation`
|
|
288
|
+
run when you decide to manage a specific repository
|
|
253
289
|
|
|
254
|
-
|
|
290
|
+
Local activation has two paths:
|
|
255
291
|
|
|
256
|
-
|
|
292
|
+
- `agent-led start`
|
|
293
|
+
for early ideas, non-technical users, or weak documentation
|
|
294
|
+
- `direct bootstrap`
|
|
295
|
+
for already defined projects and technical users
|
|
257
296
|
|
|
258
|
-
|
|
259
|
-
npx trackops init # Initialize the engine in your project
|
|
260
|
-
npx trackops dashboard # Launch the web control center
|
|
261
|
-
```
|
|
297
|
+
### Global install
|
|
262
298
|
|
|
263
|
-
|
|
299
|
+
Install the global skill with:
|
|
264
300
|
|
|
265
301
|
```bash
|
|
266
|
-
|
|
267
|
-
npm run ops:dashboard
|
|
268
|
-
npm run ops:sync
|
|
302
|
+
npx skills add Baxahaun/trackops
|
|
269
303
|
```
|
|
270
304
|
|
|
271
|
-
|
|
305
|
+
The skill prepares the agent, ensures the runtime on first use, and does not mutate repositories by itself.
|
|
306
|
+
|
|
307
|
+
### First use
|
|
308
|
+
|
|
309
|
+
On first use the skill runs:
|
|
272
310
|
|
|
273
311
|
```bash
|
|
274
|
-
|
|
275
|
-
npx trackops next # Next prioritized task
|
|
276
|
-
npx trackops task start T-001 # Start working
|
|
277
|
-
npx trackops sync # Generate Markdown context for your AI
|
|
312
|
+
node scripts/bootstrap-trackops.js
|
|
278
313
|
```
|
|
279
314
|
|
|
280
|
-
|
|
315
|
+
It validates `Node.js >= 18`, validates `npm`, installs or updates `trackops`, and records state in `~/.trackops/runtime.json`.
|
|
281
316
|
|
|
282
|
-
|
|
317
|
+
### Local activation
|
|
283
318
|
|
|
284
|
-
|
|
319
|
+
Inside a repository:
|
|
285
320
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
┌─────────────────────────────────────────────────────┐
|
|
290
|
-
│ Layer 3 · Skills Ecosystem │
|
|
291
|
-
│ Modular plugins for automated capabilities │
|
|
292
|
-
│ trackops skill install / list / remove / catalog │
|
|
293
|
-
├─────────────────────────────────────────────────────┤
|
|
294
|
-
│ Layer 2 · OPERA Framework (optional) │
|
|
295
|
-
│ Agent routing and structured methodology │
|
|
296
|
-
│ trackops opera install / configure / status │
|
|
297
|
-
├─────────────────────────────────────────────────────┤
|
|
298
|
-
│ Layer 1 · Core Engine (always active) │
|
|
299
|
-
│ CLI + Local Web Server + Markdown Generator │
|
|
300
|
-
│ tasks · dashboard · registry · git hooks · sync │
|
|
301
|
-
└─────────────────────────────────────────────────────┘
|
|
321
|
+
```bash
|
|
322
|
+
trackops init
|
|
323
|
+
trackops opera install
|
|
302
324
|
```
|
|
303
325
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### OPERA Methodology
|
|
326
|
+
### Split workspace
|
|
307
327
|
|
|
308
|
-
|
|
328
|
+
TrackOps separates product and operations by default:
|
|
309
329
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
330
|
+
```text
|
|
331
|
+
my-project/
|
|
332
|
+
├── .trackops-workspace.json
|
|
333
|
+
├── .env
|
|
334
|
+
├── .env.example
|
|
335
|
+
├── app/
|
|
336
|
+
└── ops/
|
|
337
|
+
├── project_control.json
|
|
338
|
+
├── contract/
|
|
339
|
+
│ └── operating-contract.json
|
|
340
|
+
├── policy/
|
|
341
|
+
│ └── autonomy.json
|
|
342
|
+
├── task_plan.md
|
|
343
|
+
├── progress.md
|
|
344
|
+
├── findings.md
|
|
345
|
+
├── genesis.md
|
|
346
|
+
├── bootstrap/
|
|
347
|
+
├── .agent/
|
|
348
|
+
├── .agents/
|
|
349
|
+
├── .githooks/
|
|
350
|
+
└── .tmp/
|
|
351
|
+
```
|
|
317
352
|
|
|
318
|
-
|
|
353
|
+
Operational source of truth:
|
|
319
354
|
|
|
320
|
-
|
|
355
|
+
- split layout: `ops/project_control.json`
|
|
356
|
+
- legacy layout: `project_control.json`
|
|
321
357
|
|
|
322
|
-
###
|
|
358
|
+
### Two ways to start OPERA
|
|
323
359
|
|
|
324
|
-
|
|
325
|
-
<summary><strong>Core Engine</strong></summary>
|
|
360
|
+
#### I only have an idea
|
|
326
361
|
|
|
327
|
-
|
|
328
|
-
|---------|-------------|
|
|
329
|
-
| `trackops init [--with-opera] [--locale es\|en]` | Initialize in current directory. `--with-etapa` remains as a legacy alias only. |
|
|
330
|
-
| `trackops status` | State: focus, phase, tasks, blockers, repo |
|
|
331
|
-
| `trackops next` | Next prioritized executable tasks |
|
|
332
|
-
| `trackops sync` | Regenerate task_plan.md, progress.md, findings.md |
|
|
333
|
-
| `trackops dashboard` | Launch local web dashboard |
|
|
334
|
-
| `trackops task <action> <id> [note]` | start, review, complete, block, pending, cancel, note |
|
|
335
|
-
| `trackops refresh-repo [--quiet]` | Update runtime with repo state |
|
|
336
|
-
| `trackops register` | Register in multi-project portfolio |
|
|
337
|
-
| `trackops projects` | List registered projects |
|
|
362
|
+
If the user is not technical, the project is still in idea stage, or documentation is weak, OPERA does not keep asking architecture questions in the terminal. Instead it:
|
|
338
363
|
|
|
339
|
-
|
|
364
|
+
1. asks for technical level, project state, and available documentation
|
|
365
|
+
2. writes a handoff in `ops/bootstrap/agent-handoff.md`
|
|
366
|
+
3. waits for the agent to produce:
|
|
367
|
+
- `ops/bootstrap/intake.json`
|
|
368
|
+
- `ops/bootstrap/spec-dossier.md`
|
|
369
|
+
- `ops/bootstrap/open-questions.md` when important gaps remain
|
|
370
|
+
4. resumes with:
|
|
340
371
|
|
|
341
|
-
|
|
342
|
-
|
|
372
|
+
```bash
|
|
373
|
+
trackops opera bootstrap --resume
|
|
374
|
+
```
|
|
343
375
|
|
|
344
|
-
|
|
345
|
-
|---------|-------------|
|
|
346
|
-
| `trackops opera install` | Install OPERA methodology |
|
|
347
|
-
| `trackops opera status` | Installation state and integrity |
|
|
348
|
-
| `trackops opera configure [--phases '...']` | Reconfigure phases or locale |
|
|
349
|
-
| `trackops opera upgrade` | Update templates to package version |
|
|
376
|
+
#### I already have a repository
|
|
350
377
|
|
|
351
|
-
|
|
378
|
+
If the user is technical and the project already has enough context, OPERA continues with direct bootstrap, compiles `ops/contract/operating-contract.json`, and recompiles `ops/genesis.md`.
|
|
352
379
|
|
|
353
|
-
|
|
354
|
-
<summary><strong>Skills</strong></summary>
|
|
380
|
+
You can also force the mode:
|
|
355
381
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
| `trackops skill remove <name>` | Uninstall skill |
|
|
361
|
-
| `trackops skill catalog` | Show available skills |
|
|
382
|
+
```bash
|
|
383
|
+
trackops opera install --bootstrap-mode handoff
|
|
384
|
+
trackops opera install --bootstrap-mode direct
|
|
385
|
+
```
|
|
362
386
|
|
|
363
|
-
|
|
387
|
+
### Environment and secrets
|
|
364
388
|
|
|
365
|
-
|
|
389
|
+
TrackOps manages:
|
|
366
390
|
|
|
367
|
-
|
|
391
|
+
- `/.env`
|
|
392
|
+
real workspace secrets
|
|
393
|
+
- `/.env.example`
|
|
394
|
+
public variable contract
|
|
395
|
+
- `app/.env`
|
|
396
|
+
compatibility bridge
|
|
368
397
|
|
|
369
|
-
|
|
370
|
-
my-project/
|
|
371
|
-
├── project_control.json # Operational source of truth
|
|
372
|
-
├── task_plan.md # Task plan (auto-generated)
|
|
373
|
-
├── progress.md # Progress log (auto-generated)
|
|
374
|
-
├── findings.md # Findings library (auto-generated)
|
|
375
|
-
├── genesis.md # Project constitution (OPERA)
|
|
376
|
-
├── .agent/hub/ # Agent identity + router (OPERA)
|
|
377
|
-
└── .agents/skills/ # Installed skills (OPERA)
|
|
378
|
-
```
|
|
398
|
+
### Language
|
|
379
399
|
|
|
380
|
-
|
|
400
|
+
TrackOps can work with:
|
|
381
401
|
|
|
382
|
-
|
|
402
|
+
- a global language in `~/.trackops/runtime.json`
|
|
403
|
+
- a per-project language in `ops/project_control.json`
|
|
383
404
|
|
|
384
|
-
|
|
405
|
+
Commands:
|
|
385
406
|
|
|
386
|
-
|
|
407
|
+
```bash
|
|
408
|
+
trackops locale get
|
|
409
|
+
trackops locale set en
|
|
410
|
+
trackops doctor locale
|
|
411
|
+
```
|
|
387
412
|
|
|
388
|
-
|
|
413
|
+
### Daily workflow
|
|
389
414
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
415
|
+
```bash
|
|
416
|
+
trackops status
|
|
417
|
+
trackops next
|
|
418
|
+
trackops sync
|
|
419
|
+
trackops env status
|
|
420
|
+
trackops dashboard
|
|
421
|
+
```
|
|
393
422
|
|
|
394
|
-
|
|
395
|
-
Network: Polygon
|
|
396
|
-
Asset: USDC
|
|
397
|
-
Address: 0x7B3d964247Dd309D13FF702649827947633e27F3
|
|
398
|
-
```
|
|
423
|
+
### Main CLI
|
|
399
424
|
|
|
400
|
-
|
|
401
|
-
4. **Contribute** — Pull Requests, bug reports, and new Skills are always welcome.
|
|
425
|
+
Core and OPERA commands follow the same contract as the Spanish section above, including `trackops opera handoff` and `trackops opera bootstrap --resume`.
|
|
402
426
|
|
|
403
|
-
|
|
427
|
+
### Publishing
|
|
404
428
|
|
|
405
|
-
|
|
429
|
+
`trackops release` publishes only `app/`, includes `.env.example`, and never publishes `/.env`, `ops/`, or `.trackops-workspace.json`.
|
|
406
430
|
|
|
407
|
-
|
|
408
|
-
<a href="https://baxahaun.com"><strong>Xavier Crespo Gríman</strong></a> · <a href="https://baxahaun.com">Baxahaun AI Venture Studio</a>
|
|
409
|
-
<br/>
|
|
410
|
-
<a href="LICENSE">MIT License</a> · 2026
|
|
411
|
-
</p>
|
|
431
|
+
Extended guide: [UserGUIDE.md](./UserGUIDE.md)
|