Clean up completed reference roadmap docs

This commit is contained in:
2026-07-05 11:51:36 -05:00
parent 3aa88ab9d3
commit 7601731a2c
2 changed files with 3 additions and 23 deletions

View File

@@ -299,5 +299,6 @@ Pipeline resolution additionally checks:
- required module keys are present;
- module keys are registered for the expected slot;
- module capability requirements are satisfied.
- bound reference slots are declared by selected lane extractors;
- required reference slots are bound for selected lanes.
- bound reference slots are declared by selected chunk, extractor, or
normalizer targets;
- required reference slots are bound for selected targets.

View File

@@ -1,21 +0,0 @@
# LLM And Reference Expansion Completed
This roadmap item is implemented.
Notarius now supports first-class LLM access for chunk, extract, and normalize
modules, plus target-aware reference declaration, binding, CLI override,
materialization, provenance, and runtime delivery for chunker, extractor, and
normalizer targets.
Current behavior is documented in:
- [CLI Reference](../cli.md)
- [Configuration](../config.md)
- [Pipeline Internals](../internal/pipeline.md)
- [Module Internals](../internal/modules.md)
- [JSON Output](../integrations/json-output.md)
- [Troubleshooting](../troubleshooting.md)
Deferred reference work remains tracked in [Future Work](future.md), including
non-file reference producers, token budgeting, structured references, and
reference preprocessing or retrieval.