chore(amp): clean up config

Amolith created

Change summary

dot_config/amp/private_settings.json | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)

Detailed changes

dot_config/amp/private_settings.json 🔗

@@ -2,24 +2,15 @@
 	"amp.git.commit.coauthor.enabled": false,
 	"amp.git.commit.ampThread.enabled": false,
 	"amp.experimental.walkthroughs": true,
-	"amp.experimental.modes": ["bombadil", "deep"],
-	"amp.experimental.tools": ["codemod"],
 	"amp.anthropic.interleavedThinking.enabled": true,
 	"amp.anthropic.effort": "max",
 	"amp.permissions": [
-		{
-			"tool": "Bash",
-			"action": "allow",
-			"matches": {
-				"cmd": "hut todo -t *"
-			}
-		},
-		{
-			"tool": "Bash",
-			"action": "allow",
-			"matches": {
-				"cmd": "ht POST \"https://ntfy.sh/$NTFY_TOPIC_LLM\""
-			}
-		}
-	]
+    {
+      "tool": "Bash",
+      "action": "allow",
+      "matches": {
+        "cmd": "hut todo -t *"
+      }
+    }
+  ]
 }