Add repo conventions and cron documentation

This commit is contained in:
2026-03-28 00:17:57 +00:00
parent f1aeaeefb5
commit 1b339d5bce
7 changed files with 279 additions and 0 deletions

24
cron/gmail-unread-poll.md Normal file
View File

@@ -0,0 +1,24 @@
# Gmail Unread Poll
## Purpose
Poll unread Gmail state for triage/review workflows.
## Entrypoint
- Script: `scripts/gmail-unread-poll.sh`
## Schedule
- Recurring or ad hoc, depending on how the scheduler is configured
- Record the exact active schedule here if it becomes a standing job
## Expected behavior
- Checks unread Gmail state
- Supports lightweight inbox monitoring/triage workflows
- May feed reminder or review flows depending on runtime usage
## Notes
Do not commit mailbox contents, auth artifacts, or generated local state.