You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Commands receive the `ClientFactory` and use it to access functionality.
81
81
82
82
**Tracing**: OpenTracing (Jaeger) is initialized in `main.go` for observability.
83
83
84
-
**Hook System**: `internal/hooks/` implements a lifecycle hook system that allows SDK projects to inject custom behavior at key points.
84
+
**Hook System**: `internal/hooks/` implements a lifecycle hook system that allows SDK projects to inject custom behavior at key points. The specification exists in `docs/reference/hooks` files.
85
85
86
86
**Experiment System**: Features can be gated behind experiments defined in `internal/experiment/experiment.go`:
0 commit comments