Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 23:21
· 17 commits to main since this release

Added

  • Safe fixes — repair what the audit finds (ADR-011). The "Executor" the
    ops-agent ADRs envisioned, now buildable on top of safe writes:
    • eds_fix_metadata — add/update a page's title, meta description, and Open
      Graph image by editing its Document Authoring Metadata block. Idempotent
      (merges into an existing block, never duplicates; preserves untouched rows),
      routed through the ADR-009 safe-writes path (dryRun preview + withUndo
      eds_da_rollback). Optional publish:true previews+publishes so the change
      goes live. The agent supplies the content; the tool writes it correctly and
      reversibly. Block format grounded in Adobe's own helix-html-pipeline
      (extract-metadata.js). 34 tools total.

Changed

  • login() gains a configurable timeoutMs (the hardcoded 120s browser-callback
    window was too tight for interactive sign-in).