Conversation
Co-authored-by: Tim Pietrusky <timpietrusky@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 169a5ee804
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| accounts, or Workspace domain-wide delegation. | ||
| - Read [Command Guards and Baked Safety Profiles](safety-profiles.md) when | ||
| running `gog` from agents or automation. | ||
| - Read the bundled [`gog` agent skill](../.agents/skills/gog/SKILL.md) when an |
There was a problem hiding this comment.
Point the docs-site link at a published page
When this README is rendered by make docs-site, scripts/build-docs-site.mjs only publishes Markdown from docs/ and rewrites .md links to .html; this new outside-the-docs link is rewritten from the site home to ../.agents/skills/gog/SKILL.html, but .agents is not copied into dist/docs-site, so the new Start Here link 404s on the published docs. Use a GitHub URL or add a docs page/copy step for the skill.
Useful? React with 👍 / 👎.
Summary
.agents/skills/gogskill into a concise safety-first agent guideGOG_KEYRING_PASSWORDexamples against plaintext profile storageCloses #451.
Reworks #353 into the existing repo-native skill path.
Testing
make build./bin/gog auth doctor --help/auth list --help/schema --helpcommand-shape checks./bin/gog --account clawdbot@gmail.com auth doctor --check --json --no-inputclawdbot@gmail.com--disable-commands gmail.sendblocks a dry-run send before handler executionmake docs-sitemake ci