[console_scripts]
execweave = execweave.entry:main
execweave-claude-hook = execweave.claude_hook_cli:main
execweave-claude-record = execweave.claude_record:main
execweave-codex-hook = execweave.codex_hook_cli:main
execweave-codex-record = execweave.codex_record:main
execweave-cursor-hook = execweave.cursor_hook_cli:main
execweave-cursor-record = execweave.cursor_record:main
execweave-gemini-hook = execweave.gemini_hook_cli:main
execweave-gemini-record = execweave.gemini_record:main
execweave-inference-gateway = execweave.inference_gateway_cli:main
execweave-inference-link = execweave.inference_identity_cli:main
execweave-litellm-callback = execweave.litellm_callback_cli:main
execweave-model-runtime = execweave.model_runtime_cli:main
execweave-opencode-hook = execweave.opencode_hook_cli:main
execweave-opencode-plugin = execweave.opencode_plugin_cli:main
execweave-opencode-record = execweave.opencode_record:main
execweave-overhead = execweave.overhead_benchmark:main
execweave-scalability = execweave.scalability_benchmark:main
execweave-top = execweave.top_cli:main
