docs(readme): profile modes, AI integration, drop specifics#6
Merged
Conversation
Three-part polish pass on the public README:
1. Trim internal specifics. The "Autotask / Hudu / Azure Portal /
Google Ads" list read like an insider anecdote. Replaced with a
generic pointer and a hook line ("Or a scratch profile if that's
what you want. Your call.") that sets up the profile-choice
section below.
2. Drop Playwright mentions. The CLI is ghax; users don't need to
know what the daemon is built on to decide if they want it. The
"When not to" list now names alternatives by capability (cross-
browser, codegen) instead of pointing at a specific library.
3. New "Which profile?" section. Three modes, explicit: your real
profile (quickstart default), a dedicated ghax profile with
`--user-data-dir=<path>`, or a fresh scratch profile via
`ghax attach --launch` (plus `--headless` for CI). Headless is
visible up-front now; it was previously buried in the feature
list.
4. New "Use with AI coding agents" section. Claude Code gets its own
block surfacing the two skills under .claude/skills/. Codex /
Cursor / any shell-driving agent gets the three-fact brief:
attach, snapshot-interact, batch. Multi-agent isolation moved in
here (was a standalone section) because that's where it lives
conceptually — one browser, many agents.
kepptic
added a commit
that referenced
this pull request
Apr 24, 2026
docs(readme): profile modes, AI integration, drop specifics
kepptic
added a commit
that referenced
this pull request
Apr 24, 2026
docs(readme): profile modes, AI integration, drop specifics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Polish pass per feedback — drops the specific-dashboard list, clarifies the three profile modes (real / dedicated / scratch-headless), removes Playwright references, and adds a Claude Code + Codex/Cursor integration section surfacing the .claude/skills/ entries.