(docs): Add reference section to hooks documentation (#15159)

This commit is contained in:
Abhi
2025-12-18 10:49:05 -05:00
committed by GitHub
parent 088f48d60f
commit 7da060c149
3 changed files with 175 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ the CLI's source code.
See [writing hooks guide](writing-hooks.md) for a tutorial on creating your
first hook and a comprehensive example.
See [hooks reference](reference.md) for the technical specification of the I/O
schemas.
See [best practices](best-practices.md) for guidelines on security, performance,
and debugging.