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 <robothor@ironsail.ai>
This commit is contained in:
parent
00e8e88a7c
commit
8bcf548ed8
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user