Clarify structureMap is populated by anchor viewers, not ingest
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Align ADR-0003 with promoted StructureMap contract in citation-engine.
This commit is contained in:
tegwick 2026-07-09 09:18:46 +02:00
parent 1e549dd8ff
commit 4999ea31f2

View file

@ -30,7 +30,8 @@ Reflowable formats have no fixed pages:
- `offsetMap` is a **single synthetic range** on page 1 covering
`[0, canonicalText.length)` with no gaps. This keeps
`TextPositionSelector` usable without inventing physical page geometry.
- `structureMap` remains `never` in the engine contract and is not populated.
- `structureMap` is omitted by ingest; viewer adapters in `evidence-anchor`
may populate it at selection time (see `SharedContracts.md` §3).
### Canonical text