Claude Code hook
A Claude Code hook is a script that runs on a lifecycle event, such as every user prompt or after context compaction. Flowy uses a hook to re-assert its routing, which keeps the right skill firing across a long session.
Anthropic’s own Claude Code docs recommend hooks and re-invoking after compaction to keep instructions from decaying. That is exactly the mechanism a Flow uses.
Related