Skip to content

docs: polish Quick Start — one-line source install, Verify setup section#539

Merged
jackwener merged 22 commits intomainfrom
codex/release-1.5.2
Mar 28, 2026
Merged

docs: polish Quick Start — one-line source install, Verify setup section#539
jackwener merged 22 commits intomainfrom
codex/release-1.5.2

Conversation

@jackwener
Copy link
Copy Markdown
Owner

  • npm install && npm run build && npm link 合并成一行
  • 去掉 Then use directly: 文字,直接上命令块
  • 新增 ### Verify setup 小节放 opencli doctor(原来在 Prerequisites 里作为 tip,位置不对)
  • 删除 Prerequisites 里重复的 doctor tip

Remove redundant command table (already in docs/adapters/index.md).
Keep badges, quick-start, and star history only.
- CDPPage.wait(N>=1) now uses waitForDomStableJs instead of fixed sleep,
  matching Page.wait() behavior and saving unnecessary idle time
- waitForSelectorJs switches from 100ms polling to MutationObserver,
  resolving instantly when the target element appears in the DOM
- Update dom-helpers tests to stub MutationObserver for Node eval context
Replace the 70-row site/command table in README with a one-line link.
All other README sections (Highlights, Why opencli, Quick Start,
External CLI Hub, Desktop App Adapters, Download, Plugins, AI Agents,
Troubleshooting) are preserved unchanged.
# Conflicts:
#	README.md
#	extension/manifest.json
#	extension/package-lock.json
#	extension/package.json
#	package-lock.json
#	package.json
… copy

- Reorder sections: Why opencli → Quick Start → Prerequisites
  so users see "how to use" before "what you need"
- Replace "The Most Powerful Update Has Arrived!" marketing copy
  with a plain one-liner description of the Electron feature
- Remove redundant Bun dev/test commands from Prerequisites
  (developer-only content, not relevant to end users)
- Add "(requires Extension)" hint to browser command in Quick Start
@jackwener jackwener merged commit bc42c8b into main Mar 28, 2026
9 checks passed
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