Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 02:34
· 15 commits to main since this release

Added

  • Bulk safe fixes (ADR-012). eds_bulk_fix_metadata — fix SEO/social metadata
    across many pages in one reversible operation. Takes pages: [{ path, metadata }]
    (the agent supplies each page's values), applies the ADR-011 metadata writer to
    each, and pushes every changed page in a single eds_da_push withUndo so the
    result carries one undo object that reverts the entire batch via
    eds_da_rollback. dryRun previews the whole plan; publish:true previews +
    publishes the changed pages (bounded concurrency). Partial-failure tolerant —
    unreadable pages are recorded, never abort the batch. 35 tools total.