feat(amp): add config

Amolith created

Change summary

dot_config/amp/private_settings.json | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Detailed changes

dot_config/amp/private_settings.json 🔗

@@ -0,0 +1,22 @@
+{
+	"amp.permissions": [
+		{
+			"tool": "Bash",
+			"matches": {
+				"cmd": "hut todo -t *"
+			},
+			"action": "allow"
+		}
+	],
+	"amp.mcpServers": {
+		"context7": {
+			"command": "bunx",
+			"args": ["-y", "@upstash/context7-mcp"]
+		},
+		"kagi": {
+			"command": "kagi-ken-mcp"
+		}
+	},
+	"amp.experimental.walkthroughs": true,
+	"amp.experimental.modes": ["bombadil", "deep"]
+}