PeonNotify: Warcraft-themed sound notification system for Claude Code

Changelog
| Date | Summary |
|---|---|
| 2026-04-07 | Created during temporal gap audit |
| 2026-02-26 | Original work |
Created PeonNotify, a notification system that plays iconic Warcraft III Orc Peon voice lines mapped to Claude Code hook events. Work Complete for full responses, Jobs Done for task steps, Me Busy for context compaction, Hmmm for idle detection.
What Changed
Built with bash hooks, JSON config, structured logging, and a health check system. 1,404 lines in initial commit. Event taxonomy maps each Claude Code lifecycle event to a semantically appropriate voice line. Later ported to Rust as the peon crate in rusty-bloomnet.
Why It Matters
The first hook-based automation for Claude Code in this lab. PeonNotify proved that hooks could transform the CC experience and led directly to the broader hook ecosystem: peon-dispatch, peon-codeguard, bloomnet-hook-logger, vault-audit-daily, and the full 9-hook-point architecture documented in vault-system-operations.md.