2 Commits

Author SHA1 Message Date
root
4df8ae273e Add edge_type support to graph table and API
- New column edge_type varchar(30) in graph table
- GET /api/graph/edges returns edge_type (defaults to "db" if null)
- POST /api/graph/edges accepts type parameter and stores as edge_type

Types: mirror, sequence, composition, dependency, maturity, manual, db
2026-01-02 01:24:58 +00:00
root
22fb0ae0f7 HST API v5.2 - Add als, h_maestro, graph/edges endpoints
Changes:
- GET/POST/DELETE /api/graph/edges for Graph Explorer
- als field (ref + nombre_es) in all tag responses
- h_maestro alias for mrf compatibility

🤖 Generated with Claude Code
2026-01-02 01:18:27 +00:00