README.md
pyproject.toml
src/agentcad/__init__.py
src/agentcad/cli.py
src/agentcad/daemon.py
src/agentcad/export.py
src/agentcad/file_detect.py
src/agentcad/helpers.py
src/agentcad/manifest.py
src/agentcad/metrics.py
src/agentcad/native_io.py
src/agentcad/render.py
src/agentcad/session_log.py
src/agentcad/step_io.py
src/agentcad/topo_ids.py
src/agentcad/validate.py
src/agentcad.egg-info/PKG-INFO
src/agentcad.egg-info/SOURCES.txt
src/agentcad.egg-info/dependency_links.txt
src/agentcad.egg-info/entry_points.txt
src/agentcad.egg-info/requires.txt
src/agentcad.egg-info/top_level.txt
src/agentcad/commands/__init__.py
src/agentcad/commands/context.py
src/agentcad/commands/daemon_cmd.py
src/agentcad/commands/diff.py
src/agentcad/commands/docs.py
src/agentcad/commands/export_cmd.py
src/agentcad/commands/feedback.py
src/agentcad/commands/import_cmd.py
src/agentcad/commands/init.py
src/agentcad/commands/inspect_cmd.py
src/agentcad/commands/render.py
src/agentcad/commands/run.py
src/agentcad/commands/skill.py
src/agentcad/commands/subscribe.py
src/agentcad/commands/view.py
src/agentcad/mcp/__init__.py
src/agentcad/mcp/__main__.py
src/agentcad/mcp/server.py
src/agentcad/runners/__init__.py
src/agentcad/runners/build123d.py
src/agentcad/runners/cadquery.py
src/agentcad/runners/dispatch.py
tests/test_cli.py
tests/test_context.py
tests/test_cut_pocket_and_boss.py
tests/test_daemon.py
tests/test_diff.py
tests/test_dispatch.py
tests/test_docs.py
tests/test_edit_helpers.py
tests/test_export.py
tests/test_export_cmd.py
tests/test_feedback.py
tests/test_help.py
tests/test_helpers.py
tests/test_import.py
tests/test_import_scaffold.py
tests/test_init.py
tests/test_inspect.py
tests/test_inspect_graceful.py
tests/test_inspect_ids.py
tests/test_load_step.py
tests/test_malformed_step_contracts.py
tests/test_mcp_server.py
tests/test_metrics.py
tests/test_pick_helpers.py
tests/test_preamble.py
tests/test_render.py
tests/test_render_cmd.py
tests/test_response_shapes.py
tests/test_run.py
tests/test_run_dispatch.py
tests/test_run_dispatches_step.py
tests/test_runtime_mode.py
tests/test_session_log.py
tests/test_session_logging_integration.py
tests/test_skill.py
tests/test_split_by_plane.py
tests/test_step_io.py
tests/test_subprocess_contract.py
tests/test_subscribe.py
tests/test_validate.py
tests/test_view.py