Refactor code structure for improved readability and maintainability
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-12-06 21:48:12 +02:00
parent f6c22854a4
commit dd0067ea0b
105 changed files with 12662 additions and 427 deletions

View File

@@ -0,0 +1,15 @@
# Signals Reachability API Contract (draft placeholder)
**Status:** TODO · awaiting Signals Guild
## Scope
- `/signals/callgraphs`, `/signals/facts`, reachability scoring overlays feeding UI/Web.
- Deterministic fixtures for SIG-26 chain (columns/badges, call paths, timelines, overlays, coverage).
## Needed from owners
- OpenAPI/JSON schema for callgraphs and facts (request/response, pagination, ETags).
- Reachability score model, states, and filtering parameters.
- Fixture bundle (JSON/NDJSON) with checksums and performance budgets (target FPS/node caps).
## TODO
- Replace with ratified contract and fixtures; record schema hash/date; link from Web V and UI III logs.