vibe.utils_inspect

Utilities for inspecting serialized VIBE session state files.

handle_load_error

handle_load_error(message: str) -> NoReturn

Print an error and exit non-zero when a .vibestate cannot be inspected safely.

inspect_state_file_command

inspect_state_file_command(filepath: str, no_verify: bool) -> NoReturn

Load, optionally verify, and print the contents of a .vibestate file.

This function is intended to be called from a CLI context.