chore: auto-commit (3 archivos)

- app.md
- handlers.go
- events.go

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Egutierrez
2026-05-14 00:28:22 +02:00
parent af13fd849c
commit a1769a3976
3 changed files with 425 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ lang: go
domain: infra
description: "API REST HTTP read-only sobre registry.db y operations.db de cada app. Permite consultas SQL (solo SELECT/PRAGMA), busqueda FTS5, exploracion de tablas y schema. Bind por defecto a localhost:8484."
tags: [service, api, sqlite, http, registry, fts5]
uses_functions: []
uses_functions:
- http_json_response_go_infra
uses_types: []
framework: "net/http"
entry_point: "main.go"