feat(hooks): add hashline-edit-diff-enhancer for Write tool diff metadata

Captures file content before/after Write tool execution and injects unified
diff into tool output metadata. TUI reads metadata.diff for rendering.

🤖 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:34 +09:00
parent 90dccfbdaf
commit 865ced72e4
3 changed files with 413 additions and 0 deletions
@@ -0,0 +1 @@
export { createHashlineEditDiffEnhancerHook } from "./hook"