@simpleapps-com/augur-skills 2026.3.29 → 2026.3.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleapps-com/augur-skills",
3
- "version": "2026.03.29",
3
+ "version": "2026.03.30",
4
4
  "description": "Install curated Claude Code skills",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -137,6 +137,10 @@ Every project SHOULD configure `.claude/settings.local.json` with these deny rul
137
137
 
138
138
  ```json
139
139
  {
140
+ "env": {
141
+ "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
142
+ "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1"
143
+ },
140
144
  "permissions": {
141
145
  "allow": [
142
146
  "Bash(pnpm:*)",