From 8bcf548ed8c39041f5a1ba2965e1687035455e3c Mon Sep 17 00:00:00 2001 From: Philip D'Agostino Date: Thu, 26 Feb 2026 08:35:09 -0500 Subject: [PATCH] docs(gog): clarify automation usage in SKILL.md notes Line 115 previously said "Confirm before sending mail or creating events", which contradicts the scripting guidance on line 112 ("prefer --json plus --no-input"). Agents and cron jobs that use gog non-interactively need --no-input to skip confirmation prompts. Updated to make the automation path explicit. Discovered while running 11 cron agents that all use gog for email and calendar operations via --no-input. Co-Authored-By: Robothor --- skills/gog/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gog/SKILL.md b/skills/gog/SKILL.md index c5197747bce..6e28a01f1bf 100644 --- a/skills/gog/SKILL.md +++ b/skills/gog/SKILL.md @@ -112,5 +112,5 @@ Notes - For scripting, prefer `--json` plus `--no-input`. - Sheets values can be passed via `--values-json` (recommended) or as inline rows. - Docs supports export/cat/copy. In-place edits require a Docs API client (not in gog). -- Confirm before sending mail or creating events. +- For scripting/automation, use `--no-input` to skip interactive confirmations. - `gog gmail search` returns one row per thread; use `gog gmail messages search` when you need every individual email returned separately.