mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- routes/graph.py: raise HTTPException(404) for missing nodes; wrap path_finder call in try/except → HTTPException(404) - routes/decisions.py: raise HTTPException(404) on chain, compliance, precedents sub-routes - routes/annotations.py: raise HTTPException(404) on create (missing node) and delete (missing annotation) - routes/enrich.py: raise HTTPException(404/503/422) for missing nodes, unavailable services, and extraction errors - routes/temporal.py: fix TemporalPatternDetector method name detect_patterns → detect_temporal_patterns - explorer/app.py: root / now serves built index.html when available, falls back to minimal HTML shell; add HTMLResponse import - tests/explorer/test_explorer_api.py: test_extract accepts 503 (spacy/transformers not installed is a valid service state) All 45 explorer API integration tests pass. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>