* docs: make GitHub Releases the primary install path
The @aoagents/ao npm package is frozen and no longer updated. Lead the
README and installation guide with the desktop build download; keep npm
as a still-works-but-not-recommended fallback. Also fix the from-source
clone URL (ComposioHQ -> AgentWrapper).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* docs: fix release asset links and desktop-vs-CLI install flow
Address review on #2495:
- Link real stable release assets (darwin zip, win32 exe, linux AppImage)
via releases/latest/download, matching what `ao start` fetches. No .dmg
asset exists yet.
- Desktop build installs no CLI, so the primary flow is 'open the app'
(the app owns the daemon), not 'run ao start'. ao start stays documented
as the legacy npm-side bridge that fetches and opens the app.
- Make installation.mdx internally consistent: reframe the intro callout,
gate 'ao --version' behind the CLI path, and give the start step a
desktop-app branch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* style: apply prettier to install docs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>