Portability and discoverability uplevel.
- Host-agnostic agents: dropped the model: pin from all 13 agents so each host CLI uses its own default model (issue #167 rationale).
- Multi-CLI installer: install.sh and install.ps1 with a platform table plus a one-line curl install.
- Editor manifests: .cursor-plugin and .copilot-plugin auto-discovery manifests (dual-mode, MCP block included).
- GitHub Pages static demo (a real self-contained recap sample); the existing Vercel app is untouched.
- Localized READMEs (zh-CN, ja, es, fr) with a language switcher; FUNDING.yml (github: Aboudjem); a CLAUDE.md contributor guide.
- Fixes: hooks.json conformed to the Claude Code schema so the safety hooks actually load; corrected the test count to 43 across 5 test-bearing packages; removed sentence-break em-dashes.
43 tests pass; lint, typecheck, and build green. Note: the npm package remains at 0.2.0 (monorepo npm publishing is not yet wired); the clone path runs the CLI today.