kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

opencode.json (183B)


      1 {
      2   "$schema": "https://opencode.ai/config.json",
      3   "permission": {
      4     "edit": "allow",
      5     "bash": {
      6       "*": "ask",
      7       "ls *": "allow",
      8       "npm test*": "allow"
      9     }
     10   }
     11 }