5b4452b9fed81dc4ac1e966927cb7d46f7e388db
Closes issue 0119. Implementation lives in the kanban_cpp sub-repo (apps/kanban_cpp/backend/). See sub-repo commit 0b93a98 for details. DoD: - [x] issues_source.go parses frontmatter via yaml.v3 - [x] flows_source.go idem (distinct status->column mapping) - [x] frontmatter_edit.go atomic PatchFrontmatterField - [x] GET /api/boards/issues/cards (smoke: 87 cards) - [x] GET /api/boards/flows/cards (smoke: 9 cards) - [x] PATCH /api/boards/issues/cards/0119 status=en-curso (mtime change verified) - [x] POST /api/boards/issues/cards/0119/launch -> 502 with suggestion - [x] Tests *_test.go: 4 + 3 + 3 + 1 cache cases, all green - [x] Cache 30s thread-safe (mutex) - [x] Taxonomy 0103 respected — only canonical statuses accepted on PATCH Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fn-registry — Schema de documentación
Registry personal de código con búsqueda FTS. Diseñado para composición funcional y agentes.
Archivos
functions.md— Schema de la tabla functions (incluye pipelines y componentes React)types.md— Schema de la tabla typesintegrity.md— Reglas de integridad y referencias cruzadasarchitecture.md— Visión general del sistemasync_setup.md— Vincular una PC al serverregistry.organic-machine.com(env vars,fn sync, troubleshooting)
Tablas
| Tabla | Descripción |
|---|---|
functions |
Funciones atómicas, pipelines y componentes React |
types |
Tipos algebraicos (product / sum) |
kind: valores posibles
| Valor | Descripción |
|---|---|
function |
Función atómica pura o impura |
pipeline |
Composición de funciones, siempre impura |
component |
Componente React, extiende el schema base |
fn-registry schema v1.0
Description
Languages
Go
27.5%
C++
25.5%
Python
24.1%
Shell
11.6%
C
5.8%
Other
5.3%