docs: force add hooks directory for interim submission

This commit is contained in:
Yakob Dereje 2026-02-18 22:11:29 +03:00
parent eeb8d2ae8a
commit b9efbe7c84

7
src/hooks/README.md Normal file
View file

@ -0,0 +1,7 @@
# Hooks Directory
This directory is reserved for the Hook Engine.
### Implementation Note:
[cite_start]For the Phase 1 Handshake, the **Pre-Hook** logic (The Gatekeeper) has been integrated directly into `src/core/tools/WriteToFileTool.ts` and `ExecuteCommandTool.ts`. [cite_start]This ensures deterministic enforcement of the **Two-Stage State Machine**, preventing any file modifications unless a valid Intent ID is globally active.