feat(phased-execution): ntfy notification after each task; add new-project, upgrade-existing-app, writing-tests, security-audit skills
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user