Instructions file CodexOpenCode
Instructions for Naituw/AskHuman, covering agents.md, before a complex task, git worktree / parallel development, tracking unfinished work in docs/progress.md and verifying your changes.
Instructions file CodexOpenCode
Instructions for Naituw/AskHuman, covering agents.md, before a complex task, git worktree / parallel development, tracking unfinished work in docs/progress.md and verifying your changes.
Hook Claude Code
Runs when a session starts, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs before the agent uses a tool, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs after a tool call finishes, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs when the agent finishes a response, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs on the StopFailure event, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs when a subagent finishes, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs when the agent sends a notification, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs before the context is compacted, executing hooklog.cjs. From Naituw/AskHuman.
Hook Claude Code
Runs when a session ends, executing hooklog.cjs. From Naituw/AskHuman.
Settings file Claude Code
Agent settings declaring 10 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse).