Files
ai-coding-workflow-labs/advanced-claude-workflows/hook_demo.js
T
tiennm99 9de12f5ef4 feat(hooks): add stop hook demo and examples documentation
- Add hook_demo.js demonstrating the COMPLETE comment pattern
- Add stop-hooks-examples.md with real-world hook patterns for
  TypeScript, linting, tests, builds, and chaining multiple checks
2026-03-08 20:54:51 +07:00

3 lines
40 B
JavaScript

console.log('Hello World');
// COMPLETE