docs(FN-3887): clarify ntfy allowlist requirement for agent messages

- Update settings reference language for ntfy integration
- Clarify that agent messages require allowlisting configuration
- Keep notification setup guidance aligned with current behavior

Fusion-Task-Id: FN-3887
This commit is contained in:
Fusion
2026-05-09 14:03:57 -07:00
committed by gsxdsm
parent 13a3e15367
commit 2864f70608
6 changed files with 167 additions and 1 deletions

View File

@@ -324,6 +324,8 @@ describe("GlobalSettingsStore", () => {
"awaiting-approval",
"awaiting-user-review",
"planning-awaiting-input",
"message:agent-to-user",
"message:agent-to-agent",
"gridlock",
"fallback-used",
"memory-dreams-processed",

View File

@@ -152,6 +152,8 @@ describe("NotificationDispatcher", () => {
"awaiting-approval",
"awaiting-user-review",
"planning-awaiting-input",
"message:agent-to-user",
"message:agent-to-agent",
"gridlock",
"fallback-used",
"memory-dreams-processed",

View File

@@ -30,6 +30,8 @@ export const DEFAULT_GLOBAL_SETTINGS = {
"awaiting-approval",
"awaiting-user-review",
"planning-awaiting-input",
"message:agent-to-user",
"message:agent-to-agent",
"gridlock",
"fallback-used",
"memory-dreams-processed",