Skip to content

Google Docs editing adapter 0.8.9

Latest

Choose a tag to compare

@nvk nvk released this 20 Aug 11:45
5e4f6f2

Google Docs editing adapter 0.8.9

First public release of the llm-wiki adapter for editing Google Docs with tracked suggestions.

Changes

  • Uses one fresh document inspection to enforce the approved revision immediately before execution, avoiding a redundant whole-page AX hash that could fail on unrelated volatile Docs UI.
  • Clears and retry-verifies each Find and Replace field before proceeding.
  • Requires every planned source string to remain exactly 1 of 1 before the single governed mutation boundary.
  • Keeps the idempotency journal beside the approved plan when no explicit state root is configured.
  • Preserves pre-authorization executor failures and reports that no edit was sent.
  • Explicitly forbids falling back to ad hoc low-level browser editing after provider workflow failure.

Requirement

Requires llm-wiki-chrome v0.1.0 or later.

Verification

  • 14 adapter tests, including revision drift, journal placement, pre-boundary error reporting, and cross-repository protocol validation.
  • Python compile and JSON checks.
  • Every tracked file was reviewed for secrets and user data.

No live Google Doc was mutated during release validation. Provider OAuth is not used by this browser workflow.