README.md
pyproject.toml
src/aclip/__init__.py
src/aclip/app.py
src/aclip/click_backend.py
src/aclip/contracts.py
src/aclip/decorators.py
src/aclip/package_cli.py
src/aclip/packaging.py
src/aclip/render_markdown.py
src/aclip/runtime.py
src/aclip/schema.py
src/aclip/session_control_plane.py
src/aclip/_schema/error.schema.json
src/aclip/_schema/manifest.schema.json
src/aclip/_schema/result.schema.json
src/aclip/_schema/runtime-help-command-group.schema.json
src/aclip/_schema/runtime-help-command.schema.json
src/aclip/_schema/runtime-help-index.schema.json
src/aclip_sdk.egg-info/PKG-INFO
src/aclip_sdk.egg-info/SOURCES.txt
src/aclip_sdk.egg-info/dependency_links.txt
src/aclip_sdk.egg-info/entry_points.txt
src/aclip_sdk.egg-info/requires.txt
src/aclip_sdk.egg-info/top_level.txt
tests/test_click_backend.py
tests/test_click_translation.py
tests/test_decorator_authoring.py
tests/test_demo_cli.py
tests/test_manifest.py
tests/test_packaging.py
tests/test_session_control_plane.py
tests/test_tree_authoring.py