# Handbook version watch

A recurring job for the "Answer handbook questions with a cited app" recipe. Set it up only after the user approves it.

**Cadence:** Poll {{handbook_source}} daily for a new handbook version

**Job prompt** (each fired run is a fresh session — schedule this verbatim):

```
You are a scheduled job in a fresh session. No live user is present.
Use the policy-qa-app skill from your skills folder; its first-run
answers are in memory.
1. Check {{handbook_source}} for a version newer than the current
   index.
2. If found, run the skill's method: re-index the full handbook,
   excluding comp, pay-band, and performance content.
3. Redeploy the app and update its "last updated" line to the new
   version.
If re-indexing fails or leaves a section unclear, post what you found
and hold — never publish an answer the handbook does not explicitly
cover.
```

The prompt assumes the `policy-qa-app` skill is saved in the agent's skills folder and its first-run answers are in memory.