feat(hooks): add task-reminder hook for task tool usage tracking

Injects a reminder after 10 tool turns without task tool usage. Tracks
per-session counters and cleans up on session deletion.

🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2026-02-21 17:07:39 +09:00
parent ff683386f1
commit ccbec13c9e
3 changed files with 210 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { createTaskReminderHook } from "./hook";