chore(amp): reorganise, add

Amolith created

Change summary

dot_config/amp/private_settings.json | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

Detailed changes

dot_config/amp/private_settings.json 🔗

@@ -2,21 +2,26 @@
 	"amp.permissions": [
 		{
 			"tool": "Bash",
+			"action": "allow",
 			"matches": {
 				"cmd": "hut todo -t *"
-			},
-			"action": "allow"
+			}
 		}
 	],
 	"amp.mcpServers": {
+		"kagi": {
+			"command": "kagi-ken-mcp",
+			"args": []
+		},
 		"context7": {
 			"command": "bunx",
 			"args": ["-y", "@upstash/context7-mcp"]
-		},
-		"kagi": {
-			"command": "kagi-ken-mcp"
 		}
 	},
+	"amp.anthropic.interleavedThinking.enabled": true,
+	"amp.terminal.theme": "catppuccin-mocha",
+	"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"]