walkerOS v1.1.3
Changes
Fix transformer chain next property not being preserved during initialization
The initTransformers function was not calling extractChainProperty to merge
the definition-level next value into the transformer's config. This caused
walkChain to only resolve the first transformer in any chain, breaking
destination.before chains like
filter -> fingerprint -> geo -> sessionEnricher.
Add validate command for events, flows, and mappings
walkeros validate event- validates event structure using PartialEventSchemawalkeros validate flow- validates flow configurations using SetupSchemawalkeros validate mapping- validates mapping event patterns
Includes programmatic API viaimport { validate } from '@walkeros/cli'