chore: auto-commit (1 archivos)

- app.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 00:31:31 +02:00
parent ab67420a12
commit 7961332251
+22
View File
@@ -2,12 +2,24 @@
name: footprint_geo_stack name: footprint_geo_stack
lang: bash lang: bash
domain: infra domain: infra
version: 0.1.0
description: "Stack Docker para footprint geo: PostGIS 16-3.4 + Martin tile server + Valhalla. Datos de tiles montados desde DataProyects." description: "Stack Docker para footprint geo: PostGIS 16-3.4 + Martin tile server + Valhalla. Datos de tiles montados desde DataProyects."
tags: [docker, service, geo, valhalla, postgis] tags: [docker, service, geo, valhalla, postgis]
uses_functions: [] uses_functions: []
uses_types: [] uses_types: []
entry_point: "docker-compose.yml" entry_point: "docker-compose.yml"
dir_path: "apps/footprint_geo_stack" dir_path: "apps/footprint_geo_stack"
service:
port: 3000
health_endpoint: /health
health_timeout_s: 5
systemd_unit: null
systemd_scope: null
restart_policy: always
runtime: docker-compose
pc_targets:
- aurgi-pc
is_local_only: false
--- ---
# footprint_geo_stack # footprint_geo_stack
@@ -61,3 +73,13 @@ curl -s -X POST http://localhost:8002/route \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{"locations":[{"lat":40.4168,"lon":-3.7038},{"lat":41.3874,"lon":2.1686}],"costing":"auto"}' -d '{"locations":[{"lat":40.4168,"lon":-3.7038},{"lat":41.3874,"lon":2.1686}],"costing":"auto"}'
``` ```
## Capability growth log
Una linea por bump SemVer. Bump-type segun `.claude/commands/version.md`:
- `major`: breaking observable (CLI args, schema BBDD propia, formato wire).
- `minor`: feature aditiva (nuevo panel, endpoint, opcion).
- `patch`: bugfix sin cambio observable.
- v0.1.0 (2026-05-18) — baseline.