README.md
pyproject.toml
src/agentcad/__init__.py
src/agentcad/__main__.py
src/agentcad/assembly.py
src/agentcad/cli.py
src/agentcad/contract.py
src/agentcad/diff.py
src/agentcad/geometry.py
src/agentcad/inspect.py
src/agentcad/jsonio.py
src/agentcad/measure.py
src/agentcad/payloads.py
src/agentcad/precheck.py
src/agentcad/preview.py
src/agentcad/probe.py
src/agentcad/render.py
src/agentcad/report.py
src/agentcad/review.py
src/agentcad/runner.py
src/agentcad/section.py
src/agentcad/stl.py
src/agentcad/templates.py
src/agentcad/validate.py
src/agentcad/workspace.py
src/agentcad/_templates/__init__.py
src/agentcad/_templates/model/README.md
src/agentcad/_templates/model/design.json
src/agentcad/_templates/model/params.json
src/agentcad/_templates/model/part.py
src/agentcad/_templates/workspace/CLAUDE.md
src/agentcad/_templates/workspace/cadproject.json
src/agentcad/_templates/workspace/models/.gitkeep
src/agentcad/_templates/workspace/references/build123d-guide.md
src/agentcad/_templates/workspace/references/cad-tdd.md
src/agentcad/_templates/workspace/references/concept-design.md
src/agentcad/_templates/workspace/references/contract-design.md
src/agentcad/_templates/workspace/references/debugging.md
src/agentcad/_templates/workspace/references/design-quality-review.md
src/agentcad/_templates/workspace/references/discovery.md
src/agentcad/_templates/workspace/references/notes.md
src/agentcad/_templates/workspace/references/validation-strategy.md
src/agentcad/_templates/workspace/references/images/.gitkeep
src/agentcad/checks/__init__.py
src/agentcad/checks/mesh.py
src/agentcad/checks/relations.py
src/agentcad/checks/section.py
src/agentcad/features/__init__.py
src/agentcad/features/knurl.py
src/agentcad/features/thread.py
src/agentcad_cli.egg-info/PKG-INFO
src/agentcad_cli.egg-info/SOURCES.txt
src/agentcad_cli.egg-info/dependency_links.txt
src/agentcad_cli.egg-info/entry_points.txt
src/agentcad_cli.egg-info/requires.txt
src/agentcad_cli.egg-info/top_level.txt
tests/test_assembly.py
tests/test_checks_relations.py
tests/test_checks_section.py
tests/test_cli.py
tests/test_deliver.py
tests/test_diff.py
tests/test_features.py
tests/test_geometry.py
tests/test_jsonio.py
tests/test_precheck_review.py
tests/test_preview.py
tests/test_probe.py
tests/test_render.py
tests/test_runner.py
tests/test_section.py
tests/test_stale.py
tests/test_stl.py
tests/test_validate.py
tests/test_variant.py
tests/test_weak_check.py
tests/test_workspace.py