You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).