capture_llm_boundary
Method
This is a method of the ContextManager class in the manager module.Capture exact state at LLM call boundary. Call this immediately before sending to LLM to get exact snapshot.
Signature
Parameters
Exact messages being sent
Exact tool schemas being sent
Returns
SnapshotHookData with hashes for verification

