feat(KB-604): include task context in notifications with description fallback

- Add formatTaskIdentifier helper to format task references with title or description fallback
- Update notification messages to include task identifier context
- Show truncated description (200 chars) prefixed with task ID when no title
- Add comprehensive tests for formatTaskIdentifier function
- Add changeset for notification improvements and update AGENTS.md
This commit is contained in:
gsxdsm
2026-03-31 17:08:05 -07:00
parent ab3dff2100
commit f4dad9197f
4 changed files with 66 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Include task title or description snippet in ntfy push notifications for better context.