| 12345678910111213141516171819202122 |
- {
- "$schema": "https://opencode.ai/config.json",
- "provider": {},
- "permission": {},
- // TODO: flip back to `references` once a release containing the v1 `reference` migration ships.
- // The release pipeline runs the latest published opencode against this file, which only knows `reference`.
- "reference": {
- "effect": {
- "repository": "github.com/Effect-TS/effect-smol",
- "description": "Use for Effect v4 and effect-smol implementation details",
- },
- "opencode-local": {
- "path": "~/.local/share/opencode",
- "description": "Contains opencode logs and data",
- },
- },
- "mcp": {},
- "tools": {
- "github-triage": false,
- "github-pr-search": false,
- },
- }
|