feat(phased-execution): ntfy notification after each task; add new-project, upgrade-existing-app, writing-tests, security-audit skills

This commit is contained in:
2026-08-25 11:35:29 -04:00
parent a5c01735ca
commit 4c187ca0d2
7 changed files with 358 additions and 0 deletions
+3
View File
@@ -34,6 +34,9 @@ while unit="$(next_unit)"; do
exit 1
fi
delivered+=("$unit")
# Notify after every unit completes: a phase-end (00_phase.md / legacy file)
# announces the phase; a normal task file announces the task.
if is_phase_end "$unit"; then notify_task "$unit" phase; else notify_task "$unit" task; fi
done
echo