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
+1
View File
@@ -88,6 +88,7 @@ phases: `.agent/reports/<phase>.a*.*`) — the script also prints a ready to run
| `PI_TRUST` | `0` | `1` = pass `--approve` (load project `.pi/` settings/skills into children) |
| `FRESH_FIX` | `0` | `1` = fixer retries start fresh instead of resuming the failed session |
| `QUIET` | `0` | `1` = suppress live progress display (reports are still written) |
| `PHASE_NOTIFY` | `1` | `0` = disable ntfy push notifications. When on and `~/.env/pi-ntfy.env` exists, a notification is sent after every unit completes (`task` for each task file, `phase` for a phase's final pass) |
## Setup notes