feat(amp): allow posting the ntfy.sh

Amolith created

Change summary

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

Detailed changes

dot_config/amp/private_settings.json 🔗

@@ -13,6 +13,13 @@
 			"matches": {
 				"cmd": "hut todo -t *"
 			}
+		},
+		{
+			"tool": "Bash",
+			"action": "allow",
+			"matches": {
+				"cmd": "ht POST \"https://ntfy.sh/$NTFY_TOPIC_LLM\""
+			}
 		}
 	]
 }