"""CLI helpers for the incident resolution agent.""" from surfaces.cli.args import parse_args, write_json __all__ = ["parse_args", "write_json"]