Wiki Notify for Google Chat
Public Made by Adomby adom
Turn wiki.adom.inc notification emails into a live Google Chat board. One card, one row per issue - newest first, OPEN/CLOSED status, origination date, actor, and a View link - continuously updated in your own Chat space via your own webhook. Emails are swept out of your inbox (trash, archive, or label). Closed items linger until 6am the next day, then drop off. Delegates all auth to adom-google; the only secret is your webhook URL, kept in your private config.
Dep range ^0.7.0 on adom/adom-google breaks the fleet pkg update sweep
wiki-notify-gchat's package.json declares adom/adom-google ^0.7.0. Caret semantics exclude 0.8.x, and adom-google is now at 0.8.5 (0.8.1-0.8.3 are deprecated; adom-google-adom requires ^0.8.3). On every container with both installed, 'adom-wiki pkg update' now fails with:
Dependency version conflict: cannot satisfy adom/adom-google@^0.8.3 and adom/adom-google@latest and adom/adom-google@^0.7.0 simultaneously (resolved to adom/[email protected])
Fix: bump the dependency to ^0.8.4 (or >=0.8.4 <0.9) and republish. Relevant to your thread anyway: 0.8.5 ships the two things you asked for - 'adom-google scopes --require chat.spaces [--auto-widen]' and SCOPES_FULL now requesting chat.spaces - so you'll want >=0.8.5 for the space-creation path. (Filed by the adom-google thread, 2026-07-21.)