## 背景 Claude Code parity比較(Issue #51)で判明した機能差分。 ## 問題 claude-code-skillsには5つのfact-checkingフック(`enforce-factcheck-before-edit.sh`等)が存在するが、OpenCodeには対応機能がない。 ## 対策案 - `tool.execute.before`フックでCLI出力の裏取りを強制 - Plugin APIを活用したfact-check pipeline ## 関連 - Epic #41 (Fact-Checking Pipeline) - Issue #50 (FactCheck plugin) - claude-code-skills: `hooks/enforce-factcheck-before-edit.sh` ## 優先度: P1
背景
Claude Code parity比較(Issue #51)で判明した機能差分。
問題
claude-code-skillsには5つのfact-checkingフック(
enforce-factcheck-before-edit.sh等)が存在するが、OpenCodeには対応機能がない。対策案
tool.execute.beforeフックでCLI出力の裏取りを強制関連
hooks/enforce-factcheck-before-edit.sh優先度: P1