Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type HookInput struct + Agent string + Project string + Prompt string + SessionID string + Summary string + ToolError string + ToolInput string + ToolName string + ToolOutput string + func ReadInput(r io.Reader) (*HookInput, error) + type Runner struct + func New(eng *engine.Engine, project string) *Runner + func (r *Runner) PostToolUse(in *HookInput) error + func (r *Runner) SessionEnd(in *HookInput) error + func (r *Runner) SessionStart(in *HookInput) error + func (r *Runner) StoreToolEvent(in *HookInput, store *storage.Store) error