Finish the references implementation for the extraction module and update roadmap documentation
This commit is contained in:
@@ -148,11 +148,15 @@ lane-level bindings, and run-time `--reference` or `--without-reference`
|
||||
overrides are applied. Config-relative paths are resolved relative to the
|
||||
config file; CLI reference paths are resolved relative to the current working
|
||||
directory. Bound files must be UTF-8 text and are passed only to lane
|
||||
extractors that declare the slot. Reference content is not written to
|
||||
diagnostics, logs, errors, or manifests.
|
||||
extractors that declare the slot. Reference media types are inferred from file
|
||||
extensions, recorded as canonical base media types, and checked only when a
|
||||
module declares `AcceptedMediaTypes`; unknown extensions are recorded as
|
||||
`application/octet-stream`. Reference content is not written to diagnostics,
|
||||
logs, errors, or manifests.
|
||||
|
||||
Pipeline-level `references` are defaults. They apply only to selected lanes
|
||||
whose extractor declares the slot:
|
||||
Pipeline-level `references` are defaults. They are valid when at least one
|
||||
declared lane in the pipeline has an extractor that declares the slot. During a
|
||||
run, they apply only to selected lanes whose extractor declares the slot:
|
||||
|
||||
```yaml
|
||||
pipelines:
|
||||
|
||||
Reference in New Issue
Block a user