Centralized configuration for OpenCode. Automatically syncs opencode/ assets to ~/.config/opencode/
bun run setup # Install configuration
bun run check # Lint and format check
bun run format # Format code
bun run typecheck # Type checking
bun run test # Test suite
opencode/
├── opencode.jsonc # Global config
├── AGENTS.md # Global instructions
├── agent/ # Custom agents
└── command/ # Custom commands
src/
└── installer.ts # Setup script