README.md
pyproject.toml
src/agentcad/__init__.py
src/agentcad/cli.py
src/agentcad/daemon.py
src/agentcad/export.py
src/agentcad/helpers.py
src/agentcad/manifest.py
src/agentcad/metrics.py
src/agentcad/render.py
src/agentcad/session_log.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/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/view.py
src/agentcad/mcp/__init__.py
src/agentcad/mcp/__main__.py
src/agentcad/mcp/server.py
tests/test_cli.py
tests/test_context.py
tests/test_daemon.py
tests/test_diff.py
tests/test_docs.py
tests/test_export.py
tests/test_export_cmd.py
tests/test_feedback.py
tests/test_help.py
tests/test_helpers.py
tests/test_init.py
tests/test_inspect.py
tests/test_mcp_server.py
tests/test_metrics.py
tests/test_preamble.py
tests/test_render.py
tests/test_render_cmd.py
tests/test_run.py
tests/test_session_log.py
tests/test_session_logging_integration.py
tests/test_skill.py
tests/test_validate.py
tests/test_view.py