Skip to content

docs: adoption-focused README + docs/ (CLI reference & scenario guides)#3

Merged
sanketsudake merged 2 commits into
mainfrom
docs/readme-and-docs
Jul 16, 2026
Merged

docs: adoption-focused README + docs/ (CLI reference & scenario guides)#3
sanketsudake merged 2 commits into
mainfrom
docs/readme-and-docs

Conversation

@sanketsudake

@sanketsudake sanketsudake commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Reworks the README for open-source adoption and adds a docs/ set, applying Tufte information-design principles — front-load the claim, integrate examples at the point of use, tables for lookup, cut the internal-spec and wall-of-text notes. Also adds an MIT license.

README

  • Badges: CI, Go Reference (godoc), Go Report Card, License.
  • Leads with the value prop and a runnable 3-line example, then a 4-step quickstart.
  • Sections: Why chrome-cdp · a curated command taste · an AI-agent pitch · Configure · Security · a documentation index.
  • Drops the .scratch spec note and the long "Status" wall (superseded by the CLI reference).

docs/

File What
cli-reference.md every command, flag, exit code, and the output contract as lookup tables — verified against the binary's --help
scenarios/automating-a-logged-in-web-app.md the list → use → snap → act → verify loop end to end
scenarios/forms-and-grids.md label / cell addressing and batched fills
scenarios/driving-widgets-with-select.md portal menus, cascades, native <select>s
using-with-ai-agents.md why the envelope / exit codes / snap make a good agent tool
README.md docs index + suggested future scenarios

License

  • MITLICENSE added, License section + badge updated.

Notes

  • Examples use generic placeholders (example.com, Acme: Platform) — no real project/tenant/account data.
  • Every internal doc link resolves; markdown is one-sentence-per-line.
  • The Go Reference / Go Report Card badges populate once the repo is public.

🤖 Generated with Claude Code

sanketsudake and others added 2 commits July 16, 2026 10:52
Rework the README for open-source adoption and move the exhaustive detail
into a docs/ set, applying Tufte information-design principles (front-load the
claim, integrate examples at the point of use, tables for lookup, cut the
internal-spec and wall-of-text status notes).

README:
- Add CI / Go Reference (godoc) / Go Report Card badges.
- Lead with the value prop + a runnable 3-line example; a 4-step quickstart.
- "Why chrome-cdp", a curated command taste, an AI-agent pitch, security,
  and a documentation index. Drops the .scratch spec note and the long
  Status section (superseded by the CLI reference).

docs/:
- cli-reference.md — every command, flag, exit code, and the output contract
  as lookup tables (verified against the binary's --help).
- scenarios/automating-a-logged-in-web-app.md — the list→use→snap→act→verify
  loop end to end.
- scenarios/forms-and-grids.md — label/cell addressing and batched fills.
- scenarios/driving-widgets-with-select.md — menus, cascades, native selects.
- using-with-ai-agents.md — the envelope/exit-code/snap design for agent tools.
- README.md — docs index, with suggested future scenarios.

Examples use generic placeholders; no real project/tenant/account data.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Release under MIT so the repo can be adopted once public (an unlicensed repo
is "all rights reserved"). Adds the LICENSE file, a License badge, and flips
the README's License section from "not yet licensed" to MIT.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@sanketsudake
sanketsudake merged commit 402ee9b into main Jul 16, 2026
2 checks passed
@sanketsudake
sanketsudake deleted the docs/readme-and-docs branch July 16, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant