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 # https://opencode.ai/docs/config/
├── AGENTS.md # https://opencode.ai/docs/rules/
├── agents/ # https://opencode.ai/docs/agents/
├── commands/ # https://opencode.ai/docs/commands/
└── skills/ # https://opencode.ai/docs/skills/
src/
└── installer.ts # Setup script