What's wrong with this entry?
Three new hook event types for more granular automation control.
InstructionsLoaded: Fires when an instruction file (CLAUDE.md or rule) is loadedTaskCompleted: Can prevent continuation after task completion ("TaskCompleted hook prevented continuation")TeammateIdle: Can prevent continuation when a teammate goes idle ("TeammateIdle hook prevented continuation")- Hooks support
agent_typeandagent_idcontext fields for subagent-aware automation - Background hooks with
asyncmode that wake the model on exit code 2
New hooks (search for "InstructionsLoaded", "TaskCompleted hook prevented continuation", "TeammateIdle hook prevented continuation")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.