trackops 2.0.2 → 2.0.3
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/package.json
CHANGED
package/skills/trackops/SKILL.md
CHANGED
|
@@ -1,13 +1,40 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "trackops"
|
|
3
|
-
description: "Skill global de TrackOps para
|
|
3
|
+
description: "Skill global de TrackOps para explicar que hace TrackOps, exigir la instalacion explicita del runtime con npm y guiar la activacion local de proyectos y OPERA en cada repositorio."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# TrackOps
|
|
7
7
|
|
|
8
8
|
Si la conversacion y el proyecto deben trabajar en ingles, lee `locales/en/SKILL.md` antes de seguir.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
TrackOps sirve para trabajar con agentes sobre proyectos reales sin mezclar la aplicacion y la capa operativa.
|
|
11
|
+
|
|
12
|
+
Esta skill es la puerta de entrada cuando alguien:
|
|
13
|
+
|
|
14
|
+
- quiere arrancar un proyecto con agentes IA
|
|
15
|
+
- ya tiene un repo y necesita orden operativo
|
|
16
|
+
- necesita activar TrackOps y, si hace falta, OPERA
|
|
17
|
+
- quiere trabajar en espanol o en ingles con el mismo flujo
|
|
18
|
+
|
|
19
|
+
## Que hace esta skill
|
|
20
|
+
|
|
21
|
+
Esta skill:
|
|
22
|
+
|
|
23
|
+
- explica que es TrackOps y cuando conviene usarlo
|
|
24
|
+
- exige una instalacion explicita y visible del runtime
|
|
25
|
+
- guia la activacion por repositorio
|
|
26
|
+
- ayuda a decidir si OPERA debe seguir por `direct bootstrap` o por `agent handoff`
|
|
27
|
+
|
|
28
|
+
## Que no hace esta skill
|
|
29
|
+
|
|
30
|
+
Esta skill no:
|
|
31
|
+
|
|
32
|
+
- instala paquetes por su cuenta
|
|
33
|
+
- ejecuta codigo remoto en silencio
|
|
34
|
+
- modifica un repositorio antes de que el runtime exista
|
|
35
|
+
- sustituye al runtime `trackops`
|
|
36
|
+
|
|
37
|
+
## Flujo rapido
|
|
11
38
|
|
|
12
39
|
Instala la skill del marketplace con:
|
|
13
40
|
|
|
@@ -29,7 +56,7 @@ Reglas:
|
|
|
29
56
|
- la skill puede verificar `trackops --version`, pero no debe encadenar instalaciones silenciosas
|
|
30
57
|
- la skill no debe crear archivos dentro de un repositorio por si sola
|
|
31
58
|
|
|
32
|
-
##
|
|
59
|
+
## Activacion en un proyecto
|
|
33
60
|
|
|
34
61
|
Dentro del repositorio:
|
|
35
62
|
|
|
@@ -49,7 +76,7 @@ Reglas base:
|
|
|
49
76
|
- deja la documentacion operativa generada dentro de `ops/`
|
|
50
77
|
- usa `trackops locale get|set` y `trackops doctor locale` cuando el idioma importe
|
|
51
78
|
|
|
52
|
-
##
|
|
79
|
+
## Como entra OPERA
|
|
53
80
|
|
|
54
81
|
OPERA ya no asume que todo usuario es tecnico.
|
|
55
82
|
|
|
@@ -80,6 +107,14 @@ Si TrackOps deriva al agente:
|
|
|
80
107
|
trackops opera bootstrap --resume
|
|
81
108
|
```
|
|
82
109
|
|
|
110
|
+
## Que debe entender alguien que llega desde skills.sh
|
|
111
|
+
|
|
112
|
+
- la skill global instala instrucciones en el agente
|
|
113
|
+
- el runtime se instala por separado con npm
|
|
114
|
+
- `trackops init` activa el proyecto
|
|
115
|
+
- `trackops opera install` anade el framework operativo completo solo cuando hace falta
|
|
116
|
+
- TrackOps separa producto y operacion para que el repo no se vuelva caotico
|
|
117
|
+
|
|
83
118
|
## Que referencia leer y cuando
|
|
84
119
|
|
|
85
120
|
- lee `references/activation.md` solo para instalacion, verificacion del runtime, locale bootstrap y activacion de un repo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "TrackOps"
|
|
3
|
-
short_description: "
|
|
4
|
-
default_prompt: "Use $trackops to
|
|
3
|
+
short_description: "Explain TrackOps and guide explicit install"
|
|
4
|
+
default_prompt: "Use $trackops to explain what TrackOps does, require explicit npm installation of the TrackOps runtime, and then activate TrackOps and OPERA in this repository."
|
|
5
5
|
|
|
6
6
|
policy:
|
|
7
7
|
allow_implicit_invocation: true
|
|
@@ -1,13 +1,40 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "trackops"
|
|
3
|
-
description: "Global TrackOps skill for
|
|
3
|
+
description: "Global TrackOps skill for explaining what TrackOps does, requiring explicit npm runtime installation, and guiding local project and OPERA activation inside each repository."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# TrackOps
|
|
7
7
|
|
|
8
8
|
Use this localized file when the conversation and project should run in English.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
TrackOps is for working with agents on real projects without mixing the product itself with the operational layer.
|
|
11
|
+
|
|
12
|
+
Use this skill when someone:
|
|
13
|
+
|
|
14
|
+
- wants to start a project with AI agents
|
|
15
|
+
- already has a repository and needs operational structure
|
|
16
|
+
- needs to activate TrackOps and, if needed, OPERA
|
|
17
|
+
- wants the same workflow in English or Spanish
|
|
18
|
+
|
|
19
|
+
## What this skill does
|
|
20
|
+
|
|
21
|
+
This skill:
|
|
22
|
+
|
|
23
|
+
- explains what TrackOps is and when to use it
|
|
24
|
+
- requires an explicit and visible runtime installation
|
|
25
|
+
- guides per-repository activation
|
|
26
|
+
- helps route OPERA into either `direct bootstrap` or `agent handoff`
|
|
27
|
+
|
|
28
|
+
## What this skill does not do
|
|
29
|
+
|
|
30
|
+
This skill does not:
|
|
31
|
+
|
|
32
|
+
- install packages by itself
|
|
33
|
+
- execute remote code silently
|
|
34
|
+
- modify a repository before the runtime exists
|
|
35
|
+
- replace the `trackops` runtime
|
|
36
|
+
|
|
37
|
+
## Quick flow
|
|
11
38
|
|
|
12
39
|
Install the marketplace skill with:
|
|
13
40
|
|
|
@@ -29,7 +56,7 @@ Rules:
|
|
|
29
56
|
- the skill may verify `trackops --version`, but it must not chain silent installs
|
|
30
57
|
- the skill must not create repository files by itself
|
|
31
58
|
|
|
32
|
-
##
|
|
59
|
+
## Project activation
|
|
33
60
|
|
|
34
61
|
Inside the repository:
|
|
35
62
|
|
|
@@ -49,7 +76,7 @@ Core rules:
|
|
|
49
76
|
- keep generated operational docs under `ops/`
|
|
50
77
|
- use `trackops locale get|set` and `trackops doctor locale` when language matters
|
|
51
78
|
|
|
52
|
-
## OPERA
|
|
79
|
+
## How OPERA enters the flow
|
|
53
80
|
|
|
54
81
|
OPERA no longer assumes every user is technical.
|
|
55
82
|
|
|
@@ -80,6 +107,14 @@ If TrackOps routes bootstrap to the agent:
|
|
|
80
107
|
trackops opera bootstrap --resume
|
|
81
108
|
```
|
|
82
109
|
|
|
110
|
+
## What someone arriving from skills.sh should understand
|
|
111
|
+
|
|
112
|
+
- the global skill installs instructions into the agent
|
|
113
|
+
- the runtime is installed separately with npm
|
|
114
|
+
- `trackops init` activates the project
|
|
115
|
+
- `trackops opera install` adds the full operating framework only when needed
|
|
116
|
+
- TrackOps separates product and operations so the repository stays manageable
|
|
117
|
+
|
|
83
118
|
## Which reference to read and when
|
|
84
119
|
|
|
85
120
|
- read `locales/en/references/activation.md` only for installation, runtime verification, locale bootstrap, and repository activation
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trackops",
|
|
3
|
-
"shortDescription": "Global TrackOps skill
|
|
4
|
-
"description": "
|
|
5
|
-
"skillVersion": "2.0.
|
|
6
|
-
"trackopsVersion": "2.0.
|
|
3
|
+
"shortDescription": "Global TrackOps skill that explains TrackOps, requires explicit runtime install, and guides per-repository activation.",
|
|
4
|
+
"description": "Explains what TrackOps does, installs the global skill layer, requires explicit runtime installation with npm, supports Spanish and English, activates TrackOps repository by repository, and routes OPERA onboarding into either direct bootstrap or agent-led discovery.",
|
|
5
|
+
"skillVersion": "2.0.3",
|
|
6
|
+
"trackopsVersion": "2.0.3",
|
|
7
7
|
"npmPackage": "trackops",
|
|
8
8
|
"bootstrapPolicy": "explicit_install",
|
|
9
9
|
"supportedAgentsV1": [
|