07e08e3b38
Integrates LiquidJS template rendering into the CLI render command. When a template is registered for a node's schema type via the variable system (@ucas/template/text/<schema-hash>), the CLI will use the template for rendering. Otherwise, it falls back to YAML output. Changes: - Modified cmdRender in index.ts to use renderAsync with variable store - Added Suite 6: CLI Integration with Templates (5 comprehensive tests) - Fixed template file format: templates must be JSON-encoded strings - Removed unused render import from index.ts - Renamed unused globalDecay parameter in liquid-render.ts Test coverage increased from 336 to 341 tests, all passing. Fixes #40 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>