--- name: my_app lang: go domain: tools description: "Descripcion breve de la aplicacion." tags: [] uses_functions: [] uses_types: [] framework: "" entry_point: "main.go" dir_path: "apps/my_app" # Contrato de validacion end-to-end consumido por fn-analizador (fase 4 del bucle reactivo). # Cada check tiene un id unico y al menos uno de: cmd, health, ref. # Ver .claude/rules/e2e_validation.md (issue 0068). e2e_checks: [] # Ejemplo: # e2e_checks: # - id: build # cmd: "CGO_ENABLED=1 go build -tags fts5 -o my_app ." # timeout_s: 120 # expect_exit: 0 # - id: smoke # cmd: "./my_app --port 0 --db /tmp/my_app_e2e.db &" # health: "http://127.0.0.1:${PORT}/api/health" # timeout_s: 10 # - id: ops_audit # ref: "fn-recopilador:apps/my_app" # - id: tests # cmd: "go test -tags fts5 ./..." # timeout_s: 180 --- ## Notas Notas adicionales sobre la aplicacion.