LICENSE
README.md
pyproject.toml
tests/test_agent.py
tests/test_analysis.py
tests/test_analytics.py
tests/test_auth.py
tests/test_capture.py
tests/test_cli.py
tests/test_cloud_generators.py
tests/test_coherence.py
tests/test_context_manager.py
tests/test_docker_generator.py
tests/test_generators.py
tests/test_github_generator.py
tests/test_gitlab_generator.py
tests/test_hooks.py
tests/test_ingestion.py
tests/test_kubernetes_generator.py
tests/test_merger.py
tests/test_plugins.py
tests/test_sentinel.py
tests/test_sync.py
tests/test_templates.py
tests/test_tests_generator.py
tests/test_vscode_ingester.py
tests/test_webchat_ingester.py
ucts/__init__.py
ucts/__main__.py
ucts/cli.py
ucts/py.typed
ucts.egg-info/PKG-INFO
ucts.egg-info/SOURCES.txt
ucts.egg-info/dependency_links.txt
ucts.egg-info/entry_points.txt
ucts.egg-info/requires.txt
ucts.egg-info/top_level.txt
ucts/agent/__init__.py
ucts/agent/autonomous.py
ucts/analysis/__init__.py
ucts/analysis/engine.py
ucts/analysis/enhancement.py
ucts/analytics/__init__.py
ucts/analytics/conversation.py
ucts/capture/__init__.py
ucts/capture/realtime.py
ucts/core/__init__.py
ucts/core/context_manager.py
ucts/core/hooks.py
ucts/core/models.py
ucts/core/performance.py
ucts/generators/__init__.py
ucts/generators/cloud.py
ucts/generators/docker.py
ucts/generators/github.py
ucts/generators/gitlab.py
ucts/generators/kubernetes.py
ucts/generators/merger.py
ucts/generators/tests.py
ucts/generators/vscode.py
ucts/ingestion/__init__.py
ucts/ingestion/base.py
ucts/ingestion/claude_desktop.py
ucts/ingestion/transcript.py
ucts/ingestion/vscode.py
ucts/ingestion/web_chat.py
ucts/integrations/__init__.py
ucts/integrations/coherence.py
ucts/integrations/danai.py
ucts/integrations/ecosystem.py
ucts/integrations/forge_pipeline.py
ucts/integrations/gcu.py
ucts/integrations/mmb.py
ucts/integrations/sdk_mode.py
ucts/integrations/sentinel.py
ucts/integrations/wb2.py
ucts/plugins/__init__.py
ucts/plugins/system.py
ucts/sync/__init__.py
ucts/sync/bidirectional.py
ucts/team/__init__.py
ucts/team/auth.py
ucts/team/features.py
ucts/templates/__init__.py
ucts/templates/base.py
ucts/templates/node_templates.py
ucts/templates/python_templates.py