Problem
The current README is inherited from upstream OpenCode and doesn't reflect our independent fork's purpose, installation, or goals.
Requirements
Content to include:
- Project identity - Name (oclite?), purpose, relationship to upstream
- Attribution - Credit to upstream OpenCode (MIT license requirement)
- Goals/Philosophy - Opinionated, remory-integrated, agentic workflow focused
- Installation
- Clone and build locally (
bun run build)
- Future: GitHub Releases with binaries
- Configuration - Key differences from upstream
- Distribution - GitHub-only for now (no npm, VS Code marketplace, etc.)
- Contributing - Our contribution guidelines (if accepting)
- License - MIT (same as upstream)
Attribution example:
Based on [OpenCode](https://github.com/anomalyco/opencode) by Anomaly Co (MIT License)
Out of Scope
- Third-party publishing (npm, Homebrew, AUR)
- VS Code extension docs
- Desktop app docs
Acceptance Criteria