feat(KB-055): merge feat-github-int into main

This commit is contained in:
gsxdsm
2026-03-29 19:54:21 -07:00
16 changed files with 1622 additions and 425 deletions

View File

@@ -0,0 +1,12 @@
---
"@dustinbyrne/kb": patch
---
Add ntfy.sh push notifications for task completion and failures
Configure your ntfy.sh topic in Settings → Notifications to receive push notifications when:
- Tasks complete and move to "in-review"
- Tasks are merged to main (move to "done")
- Tasks fail and need attention
The ntfy topic is also included in task prompts when configured, making it easy for agents to send custom notifications during task execution.

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Add ability to hide done tasks in list view. The toggle persists in localStorage and helps declutter the view when many tasks are completed.