1cdbe1bcd1f12d738ba8db1da53858b14a32a89a
Promotes the inline curl-popen pattern duplicated across apps/services_monitor, dag_engine_ui, data_factory into two reusable functions in cpp/functions/core/: - http_request_cpp_core: generic HTTP client (GET/POST/PUT/DELETE/PATCH) via cURL CLI through popen. Portable Linux/WSL/MinGW (no link-time libcurl). Supports custom headers, raw body, Bearer/Basic auth shortcuts, timeout, optional TLS verify skip. Returns status/body/headers/error/duration_ms. - http_get_json_cpp_core: convenience wrapper over http_request — GET <url>, expect 2xx, parse body as nlohmann::json. Throws std::runtime_error on transport / non-2xx / parse failure. Vendors nlohmann/json v3.11.3 single header at cpp/vendor/nlohmann/json.hpp (MIT). No CMake target needed — header-only; consumers add cpp/vendor/ to include path.
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%