• foxadmin released this 2025-11-20 10:11:13 +11:00 | 0 commits to master since this release

    Changes

    • Removed automatic addition of empty summary, tags, category fields when no LLM enrichment is provided
    • Only adds enrichment fields when actual enrichment data exists
    • Added @types/js-yaml dev dependency for proper TypeScript support

    Bug Fix

    Previously, frontmatter output always included empty placeholder fields:

    summary: ''
    tags: []
    category: ''
    

    Now these fields are only present when actual LLM enrichment data is provided.

    Downloads