Goal
Rename the repository and project from opencode to oclite to establish independent identity.
Scope
Repository
- Rename GitHub repo:
randomm/opencode → randomm/oclite
- Change default branch from
dev to main
- Update all internal references
Package/Binary Names
- Binary:
opencode → oclite
- Package names in package.json files
- Import paths if needed
Branding
- Update any logos/icons (if applicable)
- Update CLI help text
- Update error messages referencing 'opencode'
Code Changes
Files likely affected:
packages/opencode/ → packages/oclite/ (directory rename)
package.json files (name fields)
- Build scripts
- Documentation
- AGENTS.md - update default branch reference to
main
Considerations
- GitHub will auto-redirect old URL for a period
- Need to update any hardcoded URLs
- Local clones will need remote URL update
Acceptance Criteria
Dependencies