Reformat JSON configs and TypeScript scripts to use consistent tab indentation, semicolons, and double quotes.
8 lines
196 B
JSON
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"
|
|
}
|
|
}
|