aas-setup 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,20 +1,5 @@
1
1
  {
2
2
  "$schema": "https://opencode.ai/config.json",
3
- "agent": {
4
- "build": {
5
- "permission": {
6
- "bash": {
7
- "$HOME/.claude/skills/qmd-knowledge/scripts/record.sh": "allow",
8
- "$HOME/.config/opencode/skills/qmd-knowledge/scripts/record.sh": "allow",
9
- "git push": "ask",
10
- "qmd": "allow",
11
- "qmd get": "allow",
12
- "qmd query": "allow",
13
- "qmd search": "allow"
14
- }
15
- }
16
- }
17
- },
18
3
  "default_agent": "plan",
19
4
  "formatter": {
20
5
  "biome": {
@@ -99,6 +84,7 @@
99
84
  }
100
85
  },
101
86
  "model": "opencode/big-pickle",
87
+ "permission": "allow",
102
88
  "plugin": ["@plannotator/opencode@latest", "opencode-chrome-annotation@latest"],
103
89
  "provider": {
104
90
  "llama.cpp": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aas-setup",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Initialize Pi and OpenCode agent environments from a curated snapshot",
5
5
  "type": "module",
6
6
  "bin": {