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
This commit is contained in:
Ken Yasue
2026-06-28 18:29:48 +02:00
parent ced279e2df
commit e1ef10be6e
4 changed files with 24 additions and 28 deletions

View File

@ -1,20 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"instructions": ["AGENTS.md"],
"permission": {
"skill": "allow",
"bash": {
"*": "ask",
"npm *": "allow",
"npx *": "allow",
"node *": "allow",
"git *": "allow",
"ls": "allow",
"ls *": "allow",
"cat *": "allow",
"mkdir *": "allow",
"date": "allow",
"date *": "allow"
}
}
}
"instructions": [
"AGENTS.md"
],
"permission": "allow"
}