@liriraid/agentflow-ai 1.0.10 → 1.0.11
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 +1 -1
- package/templates/en/QUEUE.md +0 -6
- package/templates/es/QUEUE.md +2 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liriraid/agentflow-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Multi-agent workspace orchestrator with TUI. Coordinates AI coding agents over your real frontend and backend projects.",
|
|
5
5
|
"author": "LiriRaid",
|
|
6
6
|
"homepage": "https://github.com/LiriRaid/agentflow-ai#readme",
|
package/templates/en/QUEUE.md
CHANGED
|
@@ -6,12 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
## Pending
|
|
8
8
|
|
|
9
|
-
# === Example tasks. Delete these before adding real project work. ===
|
|
10
|
-
|
|
11
|
-
TASK-001 | Create initial backend structure | Backend | P1 | backend | Create base folders, boilerplate, and initial tests
|
|
12
|
-
TASK-002 | Build landing page | Frontend | P1 | frontend | Build a responsive hero section and first viewport
|
|
13
|
-
TASK-003 | Document API endpoints | Codex | P2 | backend | Document REST endpoints in docs/api-reference.md > after:TASK-001
|
|
14
|
-
|
|
15
9
|
## In Progress
|
|
16
10
|
|
|
17
11
|
## Completed
|
package/templates/es/QUEUE.md
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
# Cola
|
|
2
2
|
|
|
3
3
|
> Formato: `id | titulo | agente | prioridad | repo | descripcion`
|
|
4
|
-
> Dependencias: agrega `> after:TASK-NNN` al final de la descripción
|
|
5
|
-
> Comentarios: líneas que empiecen con
|
|
4
|
+
> Dependencias: agrega `> after:TASK-NNN` al final de la descripción.
|
|
5
|
+
> Comentarios: líneas que empiecen con `#`.
|
|
6
6
|
|
|
7
7
|
## Pendientes
|
|
8
8
|
|
|
9
|
-
# === Tareas de ejemplo (borra estas y agrega las tuyas) ===
|
|
10
|
-
|
|
11
|
-
TASK-001 | Estructura inicial del proyecto | Backend | P1 | backend | Crear estructura inicial de carpetas y boilerplate
|
|
12
|
-
TASK-002 | Crear landing page | Frontend | P1 | frontend | Construir sección hero con layout responsive
|
|
13
|
-
TASK-003 | Documentación de API | Codex | P2 | backend | Documentar endpoints REST en docs/api-reference.md > after:TASK-001
|
|
14
|
-
|
|
15
9
|
## En progreso
|
|
16
10
|
|
|
17
11
|
## Completadas
|