Script for monitoring/summarizing uptsream updates with hermes

This commit is contained in:
Jason Thistlethwaite
2026-05-15 21:03:58 -04:00
parent e4382b98e8
commit 1f235064e2
6 changed files with 775 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Handoff
## Last work completed
- [x] Built `hermes-upstream-watch.sh` to match the watcher specification.
- [x] Deployed runnable copy at `/home/iadnah/.hermes/scripts/hermes-upstream-watch.sh`.
- [x] Added shippable repo copy at `hermes-repo-watcher/hermes-upstream-watch.sh`.
- [x] Verified Bash syntax with `bash -n`.
- [x] Executed normal mode once and confirmed report generation.
- [x] Executed quiet mode once and confirmed conditional output behavior.
- [x] Added project docs: `README.md` and `INSTALL.md`.
## Next steps (not yet completed)
- [ ] Add/refresh pain-point keywords in `hermes-pain-points.md` to reflect latest local issues.
- [ ] Create or verify the daily 8:00 cron job in Hermes.
- [ ] Confirm destination delivery for cron output (`deliver=origin`) reaches the intended chat.
- [ ] Add this folder to CI checks (optional) to run shell lint/syntax validation on future edits.