Clarify structureMap is populated by anchor viewers, not ingest
Align ADR-0003 with promoted StructureMap contract in citation-engine.
This commit is contained in:
parent
1e549dd8ff
commit
4999ea31f2
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ Reflowable formats have no fixed pages:
|
||||||
- `offsetMap` is a **single synthetic range** on page 1 covering
|
- `offsetMap` is a **single synthetic range** on page 1 covering
|
||||||
`[0, canonicalText.length)` with no gaps. This keeps
|
`[0, canonicalText.length)` with no gaps. This keeps
|
||||||
`TextPositionSelector` usable without inventing physical page geometry.
|
`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
|
### Canonical text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue