feat: upgrade @panproto/core from 0.22.0 to 0.25.1
Upgrade panproto to gain v0.23-v0.25.1 features:
- PipelineBuilder combinator API (renameField, hoistField, mapItems)
- autoGenerateWithHints for cross-namespace lens generation
- ATProto array "items" edge kind fix (v0.25.1)
Replace the v0.22.0 parseLexiconDirect workaround with the now-stable
parseLexicon method. Add buildPipelineFromSpec() to compile lens spec
JSON into native protolens chains. Wire up PipelineBuilder in ingest.ts
for the schedule-to-talk transform (with JS applyLens fallback when
WASM is unavailable). Add tests for pipeline, autoGenerateWithHints,
mapItems, and the ATProto array fix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>