Construct universal modules with decoded options
This commit is contained in:
@@ -60,10 +60,12 @@ type equality across the lane, and records schema identity in the resolved lane
|
||||
and pipeline digest. Registry entries carry separate option-validation and
|
||||
run-local construction closures. Preparation injects shared dependencies and
|
||||
constructs input, chunk, validators, ordered lanes, and output before source
|
||||
parsing. Production module families do not register typed variants yet and
|
||||
continue through explicitly named legacy raw registrations and temporary
|
||||
zero-argument constructor adapters. The current runner rejects a typed prepared
|
||||
lane instead of routing it through raw execution.
|
||||
parsing. Production input, chunk, and output modules use strict construction-time
|
||||
option decoding, and the LLM-backed scene chunker retains the injected shared
|
||||
client. Production artifact-lane modules and validators do not register typed
|
||||
variants yet and continue through explicitly named legacy raw registrations and
|
||||
temporary zero-argument constructor adapters. The current runner rejects a
|
||||
typed prepared lane instead of routing it through raw execution.
|
||||
|
||||
## Production Extensions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user