LICENSE
MANIFEST.in
README.md
authoring-spec.md
pyproject.toml
server.json
clops/__init__.py
clops/combinators.py
clops/concept.py
clops/field.py
clops/linter.py
clops/models.py
clops/naming.py
clops/op.py
clops/registry.py
clops/snippet.py
clops/store.py
clops/tool.py
clops/_plugin/__init__.py
clops/_plugin/agents/clops-executor.md
clops/_plugin/skills/clops-orchestration/SKILL.md
clops/cli/__init__.py
clops/cli/hook.py
clops/cli/init.py
clops/cli/lint.py
clops/cli/main.py
clops/cli/new_library.py
clops/cli/show.py
clops/example_library/__init__.py
clops/example_library/business_designer/__init__.py
clops/example_library/business_designer/concepts.py
clops/example_library/business_designer/ops.py
clops/example_library/business_designer/snippets.py
clops/example_library/code_review/__init__.py
clops/example_library/code_review/concepts.py
clops/example_library/code_review/ops.py
clops/example_library/code_review/snippets.py
clops/example_library/code_review/tools.py
clops/example_library/core/__init__.py
clops/example_library/core/concepts.py
clops/example_library/core/ops.py
clops/example_library/core/snippets.py
clops/example_library/session_analyzer/__init__.py
clops/example_library/session_analyzer/concepts.py
clops/example_library/session_analyzer/ops.py
clops/example_library/session_analyzer/snippets.py
clops/example_library/session_analyzer/tools.py
clops/runtime/__init__.py
clops/runtime/clops.py
clops/runtime/core.py
clops/runtime/dispatch.py
clops/runtime/driver.py
clops/runtime/hook_server.py
clops/runtime/mcp_server.py
clops/runtime/resolver.py
clops/runtime/state.py
clops/runtime/state_manager.py
clops_mcp.egg-info/PKG-INFO
clops_mcp.egg-info/SOURCES.txt
clops_mcp.egg-info/dependency_links.txt
clops_mcp.egg-info/entry_points.txt
clops_mcp.egg-info/requires.txt
clops_mcp.egg-info/top_level.txt
examples/__init__.py
examples/my_company/__init__.py
examples/my_company/concepts.py
examples/my_company/snippets.py
examples/my_company/tools.py
examples/my_company/ops/__init__.py
examples/my_company/ops/classify_intent.py
examples/my_company/ops/draft_response.py
examples/my_company/ops/handle_support.py
tests/__init__.py
tests/conftest.py
tests/test_bundled_libraries.py
tests/test_cli_hook.py
tests/test_cli_init.py
tests/test_cli_lint.py
tests/test_cli_main.py
tests/test_cli_new_library.py
tests/test_cli_show.py
tests/test_clops.py
tests/test_code_review_library.py
tests/test_combinators.py
tests/test_concept.py
tests/test_custom_queries.py
tests/test_example_library.py
tests/test_hook_server.py
tests/test_linter.py
tests/test_mcp_server.py
tests/test_naming.py
tests/test_next_step.py
tests/test_op.py
tests/test_packaging.py
tests/test_plugin_manifest.py
tests/test_registry.py
tests/test_resolver.py
tests/test_runtime_core.py
tests/test_runtime_dispatch.py
tests/test_runtime_state.py
tests/test_runtime_stores.py
tests/test_simulated_e2e.py
tests/test_simulated_e2e_adverse.py
tests/test_snippet_and_tool.py
tests/test_state_manager.py
tests/test_store_descriptor.py
tests/test_subroutine_ops.py
tests/test_typed_concepts.py
tests/test_workflows.py