Files
fn_registry/.claude/rules/INDEX.md
T
egutierrez 7c09255c8a chore(issues): plan 0049 OSINT graph viewer multi-issue
Aggregates the planning artifacts for the 0049 series (umbrella + 0049a..0049k):

- New rule cpp_apps.md (registered in INDEX) — standardize structure, CMake
  patterns, app.md frontmatter and sub-repo for C++ apps; points to the
  authoritative cpp/PATTERNS.md and cpp/DESIGN_SYSTEM.md.
- Feature flag osint_graph_v1 (disabled until 0049k closes).
- Issue 0049 (umbrella) and sub-issues 0049b..0049k describing the GPU
  rendering system, force-layout, types, sources, labels and the final
  graph_explorer app integration.
- README updated with the new rows (all pending; 0049a will flip to
  completed in the next commit).
2026-04-29 21:08:36 +02:00

2.0 KiB

Rules Index

Reglas operativas del proyecto. Cada archivo es una regla independiente.

# Archivo Regla
01 db_locations.md Ubicacion de registry.db y operations.db
02 ids_naming.md Formato de IDs y convenciones de nombres
03 purity.md Reglas de pureza funcional
04 types_in_signatures.md Tipos nativos en firmas, registry types en .md
05 stubs.md Stubs impuros para dependencias externas
06 assertions.md Kinds de assertions son texto libre
07 proposals.md Quien crea proposals y cuando
08 function_tags.md Tags con significado especial: launcher, service
09 go_packages.md Nombre de paquete Go = nombre del directorio
10 apps_vs_functions.md Codigo reutilizable en functions/, no reutilizable en apps/
11 sources.md Extraccion de funciones desde repos externos
12 notebook_collaboration.md Colaboración en notebooks Jupyter via funciones del registry
13 frontend_theming.md Componentes propios y sistema de temas en frontends
14 deploy.md Deploy de apps a VPS remotos via SSH + systemd + rsync
15 projects.md Projects: agrupar apps, analysis y vaults bajo un tema
16 kiss.md KISS en proyectos y apps: cuestionar herramientas externas, sin abstracciones especulativas
17 apps_tbd.md Trunk-based development obligatorio en apps generadas con fn (registry exento)
18 uses_functions.md Convencion de uses_functions para C++: el .md del consumidor declara las dependencias
19 cpp_apps.md Estandarizacion de apps C++: estructura, CMake, app.md, sub-repo, runtime — apunta a cpp/PATTERNS.md y cpp/DESIGN_SYSTEM.md como autoritativas