chore: sync from fn-registry agent

This commit is contained in:
fn-registry agent
2026-05-17 02:44:02 +02:00
commit 46b0826a9f
17 changed files with 2090 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
id: "0001"
title: "setup inicial del registry"
status: completado
type: chore
domain:
- meta
scope: registry-only
priority: alta
depends: []
blocks: []
related: []
created: 2026-01-01
updated: 2026-01-15
tags: [setup]
---
# 0001 — setup inicial del registry
## Acceptance
- [x] Registry indexable con fn index.
- [x] CLI fn disponible.
## Definition of Done
- [x] **Repetibilidad**: fn index corre 3x sin errores.
- [x] **Docs**: CLAUDE.md actualizado.
+23
View File
@@ -0,0 +1,23 @@
---
id: "0050"
title: "feature que depende de 0001"
status: pendiente
type: feature
domain:
- meta
scope: registry-only
priority: media
depends:
- "0001"
blocks: []
related: []
created: 2026-02-01
updated: 2026-02-01
tags: []
---
# 0050 — feature que depende de 0001
## Acceptance
- [ ] Feature implementada.
- [ ] Tests verdes.
+18
View File
@@ -0,0 +1,18 @@
---
id: "0051"
title: "feature con dep no existente"
status: pendiente
type: feature
domain:
- meta
scope: registry-only
priority: baja
depends:
- "9999"
blocks: []
related: []
created: 2026-02-01
updated: 2026-02-01
tags: []
---
# 0051 — feature con dep no existente
+39
View File
@@ -0,0 +1,39 @@
---
id: "0099"
title: "datahub app (launcher central para todas las apps)"
status: pendiente
type: feature
domain:
- apps-infra
scope: app-scoped
priority: alta
depends: []
blocks: []
related: []
created: 2026-05-17
updated: 2026-05-17
tags: []
---
# 0099 — datahub app (launcher central para todas las apps)
**Status:** pendiente
## Problema
App C++ ImGui standalone que actua como launcher central.
## Acceptance
- [x] Catalogo de apps visible con icono, nombre, descripcion.
- [x] Filtro por texto funcional.
- [ ] Launch / Stop / Redeploy funcionales.
- [ ] Tail log de una app corriendo actualizado en vivo.
## Definition of Done
### Generico
- [x] **Repetibilidad**: tests verdes 3x.
- [ ] **Observabilidad**: cada invocacion registrada.
- [ ] **Error-path**: archivo malformado -> mensaje claro.
- [ ] **Docs**: app.md + README con ejemplos.