mirror of
https://github.com/pieralukasz/true-recall.git
synced 2026-07-22 06:12:39 +00:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"instructions": [".opencode/rules/*.md"],
|
|
"permission": {
|
|
"bash": "allow",
|
|
"edit": "allow",
|
|
"write": "allow",
|
|
"webfetch": "allow"
|
|
},
|
|
"mcp": {},
|
|
"plugin": [
|
|
"superpowers@git+https://github.com/obra/superpowers.git",
|
|
"./.opencode/plugins/quality-hooks.ts"
|
|
]
|
|
}
|