MANIFEST.in
README.md
pyproject.toml
src/hcom/__init__.py
src/hcom/__main__.py
src/hcom/api.py
src/hcom/cli.py
src/hcom/launcher.py
src/hcom/relay.py
src/hcom/shared.py
src/hcom/terminal.py
src/hcom.egg-info/PKG-INFO
src/hcom.egg-info/SOURCES.txt
src/hcom.egg-info/dependency_links.txt
src/hcom.egg-info/entry_points.txt
src/hcom.egg-info/requires.txt
src/hcom.egg-info/top_level.txt
src/hcom/commands/__init__.py
src/hcom/commands/admin.py
src/hcom/commands/bundle.py
src/hcom/commands/config_cmd.py
src/hcom/commands/events.py
src/hcom/commands/hooks_cmd.py
src/hcom/commands/lifecycle.py
src/hcom/commands/messaging.py
src/hcom/commands/query.py
src/hcom/commands/relay.py
src/hcom/commands/reset.py
src/hcom/commands/shim.py
src/hcom/commands/transcript.py
src/hcom/commands/utils.py
src/hcom/core/__init__.py
src/hcom/core/bootstrap.py
src/hcom/core/bundles.py
src/hcom/core/config.py
src/hcom/core/context.py
src/hcom/core/db.py
src/hcom/core/detail_levels.py
src/hcom/core/device.py
src/hcom/core/filters.py
src/hcom/core/helpers.py
src/hcom/core/identity.py
src/hcom/core/instances.py
src/hcom/core/log.py
src/hcom/core/messages.py
src/hcom/core/ops.py
src/hcom/core/paths.py
src/hcom/core/runtime.py
src/hcom/core/timeouts.py
src/hcom/core/tool_utils.py
src/hcom/core/transcript.py
src/hcom/hooks/__init__.py
src/hcom/hooks/dispatcher.py
src/hcom/hooks/family.py
src/hcom/hooks/parent.py
src/hcom/hooks/settings.py
src/hcom/hooks/subagent.py
src/hcom/hooks/utils.py
src/hcom/pty/__init__.py
src/hcom/pty/claude.py
src/hcom/pty/codex.py
src/hcom/pty/gemini.py
src/hcom/pty/pty_common.py
src/hcom/pty/pty_handler.py
src/hcom/pty/pty_wrapper.py
src/hcom/pty/push_delivery.py
src/hcom/scripts/__init__.py
src/hcom/scripts/bundled/__init__.py
src/hcom/scripts/bundled/clone.py
src/hcom/scripts/bundled/confess.py
src/hcom/scripts/bundled/debate.py
src/hcom/scripts/bundled/ensemble.py
src/hcom/scripts/bundled/glue.py
src/hcom/scripts/bundled/watcher.py
src/hcom/tools/__init__.py
src/hcom/tools/args_common.py
src/hcom/tools/claude/__init__.py
src/hcom/tools/claude/args.py
src/hcom/tools/codex/__init__.py
src/hcom/tools/codex/args.py
src/hcom/tools/codex/hooks.py
src/hcom/tools/codex/preprocessing.py
src/hcom/tools/codex/settings.py
src/hcom/tools/codex/transcript.py
src/hcom/tools/gemini/__init__.py
src/hcom/tools/gemini/args.py
src/hcom/tools/gemini/hooks.py
src/hcom/tools/gemini/settings.py
src/hcom/ui/__init__.py
src/hcom/ui/colors.py
src/hcom/ui/input.py
src/hcom/ui/launch.py
src/hcom/ui/manage.py
src/hcom/ui/rendering.py
src/hcom/ui/tui.py
src/hcom/ui/types.py