Files
opencode-boilerplate/opencode.json
Ken Yasue e1ef10be6e feat: autonomous setup flow and per-feature doc reconciliation
- setup-project: run end-to-end without pausing for human approval between steps
- add-feature Step 8: reconcile all six persistent docs with each implemented feature
- AGENTS.md: align document-management principles with the new sync rule
- opencode.json: simplify permission config
2026-06-28 18:29:48 +02:00

7 lines
116 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"AGENTS.md"
],
"permission": "allow"
}