152e7aa58f
Implementa el binario CLI definido en docs/architecture.md: - fn index: regenera registry.db parseando todos los .md - fn search: busqueda FTS con filtros -k kind -p purity -l lang -d domain - fn list: lista entradas con filtros opcionales - fn show: muestra entrada completa por ID (busca en functions y types) - fn add: imprime instrucciones para copiar template y registrar Corrige .gitignore para ignorar solo /fn en raiz, no el directorio cmd/fn/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
198 B
Plaintext
24 lines
198 B
Plaintext
# SQLite index (regenerable con fn index)
|
|
registry.db
|
|
registry.db-journal
|
|
registry.db-wal
|
|
|
|
# Binario CLI
|
|
/fn
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|