Files
local-cal/.opencode/context/core/config/paths.json
Dmytro Stanchiev cbae9fa1c9 style: standardize formatting in opencode tooling files
Reformat JSON configs and TypeScript scripts to use consistent
tab indentation, semicolons, and double quotes.
2026-04-07 13:10:35 -04:00

8 lines
196 B
JSON

{
"description": "Additional context file paths - agents load this via @ reference for dynamic pathing",
"paths": {
"local": ".opencode/context",
"global": "~/.config/opencode/context"
}
}