Rename hook functions to post_process for pre/post hook architecture
Update generator frontmatter to use {"post": "hookname"} object syntax
instead of plain string, enabling future pre-hook support. Rename
process() to post_process() in hook modules to match the new convention.
- Update 14 generator .md files with new hook object syntax
- Rename process() to post_process() in anticipation.py, entities.py, occurrence.py
- Simplify hook docstrings to reference HookContext
- Update THINK.md to reflect agents.py/generate.py consolidation
- Minor formatting cleanup in cluster.py and google.py
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>