docs: rewrite README to house standard - #953
Conversation
|
Codex review: needs maintainer review before merge. Reviewed August 2, 2026, 9:03 PM ET / August 3, 2026, 01:03 UTC. ClawSweeper reviewWhat this changesThe PR shortens the public README into an installation and onboarding front door, moves service-by-service examples to Merge readinessKeep this collaborator-authored documentation PR open for explicit maintainer review. The current main branch still has the long README catalog, while this focused three-file patch moves detailed task examples into documentation and preserves the generated command-reference path; no concrete correctness or security defect was found in the reviewed change. Priority: P3 Review scores
Verification
How this fits togetherThe README is gog’s primary entry point for people, scripts, and agents adopting the Google Workspace CLI. It directs users from installation, OAuth setup, and safety controls to the detailed examples and generated command reference that define the full CLI surface. flowchart LR
Users[People scripts and agents] --> Readme[README front door]
Readme --> Install[Install and quick start]
Readme --> Safety[Automation and safety guidance]
Readme --> Examples[Service examples guide]
Readme --> Reference[Generated command reference]
Examples --> CLI[gog CLI]
Reference --> CLI
Decision needed
Why: Repository policy requires explicit maintainer handling for collaborator-authored items, and the remaining judgment is qualitative documentation direction rather than a mechanical defect. Before mergeNone. Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Adopt the concise README only if the responsible reviewer agrees that the generated command reference and Do we have a high-confidence way to reproduce the issue? Not applicable: this PR changes documentation structure, not a reported runtime behavior. Source review confirms that the prominent quick-start commands are represented in the generated command documentation. Is this the best way to solve the issue? Yes, subject to maintainer acceptance of the documentation structure: directing exhaustive examples to a dedicated guide and generated command reference avoids maintaining duplicate command catalogs in the README. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 71e40bfe7e22. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Summary
Rewrites the README from an 861-line command catalog into a 193-line front door that follows the house structure: pitch and proof, smallest install path, quick start, progressive capability sections, development, and license. The banner, credits, generated OAuth scope table, and project boundaries remain intact.
Moved and removed
docs/examples.mdand linked the generated command reference for exhaustive flags.Verification
go version→ Go 1.26.5, matchinggo.mod.make build; builtgog --version, root help, schema, and targeted schema/help commands all passed.--helpand schema output instead of contacting Google.make cipassed: formatting, lint, deadcode, Go/Node tests, docs generation/coverage, and generated agent-skill checks.brew info --json=v2 openclaw/tap/gogcliandbrew test openclaw/tap/gogclipassed; GitHub release assets and the public GHCR package page were also verified.invalidandnot foundcards./Users/steipete/Projects/agent-skills/skills/autoreview/scripts/autoreview --mode local ...returnedautoreview clean: no accepted/actionable findings reported.No library code samples were added, so the compile-sample gate is not applicable.