075088b7aa136d836eb369420cc17a6239ec2bdb
- Three-column node layout: input pins on the left edge, controls in the middle, output pin on the right edge. - Pins rendered as 14px filled circles with darker outline. Color is the node's kind (gen=blue, op=violet, blend=amber, output=red). - ed::PinPivotAlignment(0,0.5)/(1,0.5) so the cable starts/ends at the circle center. - Empty columns (gen with no inputs, output with no output) get a pin-sized Dummy so column widths stay consistent. - ed::Link now passes color (= source node kind) and 2.5px thickness. - Right-click on a link deletes it immediately via ed::ShowLinkContextMenu (no popup). 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%