README.md
pyproject.toml
src/honeyhex/__init__.py
src/honeyhex/py.typed
src/honeyhex.egg-info/PKG-INFO
src/honeyhex.egg-info/SOURCES.txt
src/honeyhex.egg-info/dependency_links.txt
src/honeyhex.egg-info/entry_points.txt
src/honeyhex.egg-info/requires.txt
src/honeyhex.egg-info/top_level.txt
src/honeyhex/api/__init__.py
src/honeyhex/api/app.py
src/honeyhex/api/main.py
src/honeyhex/api/routes.py
src/honeyhex/branching/__init__.py
src/honeyhex/branching/git_ops.py
src/honeyhex/branching/shadow.py
src/honeyhex/bundle/__init__.py
src/honeyhex/bundle/io.py
src/honeyhex/cell/__init__.py
src/honeyhex/cell/config.py
src/honeyhex/cell/hooks.py
src/honeyhex/cell/remotes.py
src/honeyhex/cell/scaffold.py
src/honeyhex/cli/__init__.py
src/honeyhex/cli/llm_cmds.py
src/honeyhex/cli/main.py
src/honeyhex/cli/outbox_cli.py
src/honeyhex/cli/porcelain.py
src/honeyhex/cli/swarm.py
src/honeyhex/commit/__init__.py
src/honeyhex/commit/manager.py
src/honeyhex/commit/models.py
src/honeyhex/daemon/__init__.py
src/honeyhex/daemon/config.py
src/honeyhex/daemon/service.py
src/honeyhex/eval/__init__.py
src/honeyhex/eval/tables.py
src/honeyhex/inspect/__init__.py
src/honeyhex/inspect/core.py
src/honeyhex/ledger/__init__.py
src/honeyhex/ledger/git_store.py
src/honeyhex/llm/__init__.py
src/honeyhex/llm/gateway.py
src/honeyhex/llm/schemas.py
src/honeyhex/llm/validator_agent.py
src/honeyhex/mesh/__init__.py
src/honeyhex/mesh/outbox.py
src/honeyhex/mesh/publish.py
src/honeyhex/mesh/registry_pr.py
src/honeyhex/registry/__init__.py
src/honeyhex/registry/db.py
src/honeyhex/registry/models.py
src/honeyhex/registry/schemas.py
src/honeyhex/registry/service.py
src/honeyhex/signing/__init__.py
src/honeyhex/signing/hmac_sign.py
src/honeyhex/vfs/__init__.py
tests/test_cli_extras.py
tests/test_core_smoke.py
tests/test_ledger_commit.py
tests/test_phase3_phase4.py
tests/test_phase7_llm.py
tests/test_plan_cli_abc.py
tests/test_registry_phase5_6.py