.bots.md
AGENTS.md
ARCHITECTURE.md
ARCHITECTURE_CURRENT.md
Bugs_and_Feartures.md
CODE_ANALYSIS.md
CONNECT_TO_REGISTRY.md
DEPLOYMENT_SUMMARY.md
FEATURE.md
LICENSE_SOURCE_OPEN.md
MANIFEST.in
MEMORY.md
PHASE_4_COMPLETE.md
PRD.md
QUICKSTART_REMOTE.md
README.md
REFACTORING_COMPLETE.md
REFACTORING_FINAL.md
REFACTORING_PROGRESS.md
REFACTORING_SUMMARY.md
REGISTRY_ARCHITECTURE.md
REGISTRY_DEPLOYMENT.md
REGISTRY_QUICKSTART.md
REGISTRY_README.md
REGRESSION_TEST_SUMMARY.md
REMOTE_BOT_GUIDE.md
REMOTE_IMPLEMENTATION_COMPLETE.md
REMOTE_TEST_GUIDE.md
SINGLE_DIRECTION_MENTION.md
SINGLE_DIRECTION_USAGE.md
TESTING.md
TEST_BOT_AT_BOT.md
TEST_PLAN_PRD.md
WEBSOCKET_ACP_README.md
bugs.md
claude.md
manual_test_checklist.md
pyproject.toml
regression_report_20260401_135016.md
requirements.txt
test_plan.md
.omc/handoffs/team-exec.md
.omc/handoffs/team-plan.md
.omc/handoffs/team-verify.md
.omc/plans/clarification-questions.md
.omc/plans/open-questions.md
.omc/plans/remote-bot-architecture-explained.md
.omc/plans/remote-bot-file-access-api-v2.md
.omc/plans/remote-bot-file-access-api.md
.omc/plans/remote-bot-implementation-final.md
.omc/plans/remote-bot-implementation.md
.pytest_cache/README.md
WORKPLACE/workplace_code-assistant/.bot.md
WORKPLACE/workplace_doc-writer/.bot.md
WORKPLACE/workplace_feishu-bot/.bot.md
WORKPLACE/workplace_test/.bot.md
clawdboz/VERSION
clawdboz/__init__.py
clawdboz/cli.py
clawdboz/cli_client.py
clawdboz/cli_server.py
clawdboz/config.py
clawdboz/handlers.py
clawdboz/main.py
clawdboz.egg-info/PKG-INFO
clawdboz.egg-info/SOURCES.txt
clawdboz.egg-info/dependency_links.txt
clawdboz.egg-info/entry_points.txt
clawdboz.egg-info/requires.txt
clawdboz.egg-info/top_level.txt
clawdboz/communication/__init__.py
clawdboz/communication/acp_client.py
clawdboz/communication/claude_acp_stdio.py
clawdboz/communication/history.py
clawdboz/communication/openclaw_acp_client.py
clawdboz/communication/openclaw_adapter.py
clawdboz/communication/session_manager.py
clawdboz/communication/websocket_acp_client.py
clawdboz/communication/claude_code_acp/__init__.py
clawdboz/communication/claude_code_acp/__main__.py
clawdboz/communication/claude_code_acp/acp_client.py
clawdboz/communication/claude_code_acp/agent.py
clawdboz/communication/claude_code_acp/client.py
clawdboz/core/__init__.py
clawdboz/core/bot.py
clawdboz/core/bot_base.py
clawdboz/core/bot_manager.py
clawdboz/core/simple_bot.py
clawdboz/remote/__init__.py
clawdboz/remote/audit_logger.py
clawdboz/remote/auth.py
clawdboz/remote/bot_publisher.py
clawdboz/remote/chat_context.py
clawdboz/remote/config.py
clawdboz/remote/connection_pool.py
clawdboz/remote/crypto.py
clawdboz/remote/docker_sandbox.py
clawdboz/remote/error_handler.py
clawdboz/remote/federation.py
clawdboz/remote/friend_manager.py
clawdboz/remote/fs_client.py
clawdboz/remote/heartbeat.py
clawdboz/remote/instance.py
clawdboz/remote/manager.py
clawdboz/remote/message.py
clawdboz/remote/message_dedup.py
clawdboz/remote/metrics.py
clawdboz/remote/path_guard.py
clawdboz/remote/registry_client.py
clawdboz/remote/registry_ws_client.py
clawdboz/remote/remote_client.py
clawdboz/remote/retry.py
clawdboz/remote/sandbox.py
clawdboz/remote/sandbox_server.py
clawdboz/templates/.bots.md
clawdboz/templates/.system.md
clawdboz/templates/bot0.py
clawdboz/templates/bot_manager.sh
clawdboz/utils/__init__.py
clawdboz/utils/logger.py
clawdboz/web/__init__.py
clawdboz/web/config.py
clawdboz/web/feishu_integration.py
clawdboz/web/mcp_server.py
clawdboz/web/server.py
clawdboz/web/workspace.py
clawdboz/web/chat/acp.py
clawdboz/web/chat/core.py
clawdboz/web/chat/group.py
clawdboz/web/chat/history.py
clawdboz/web/chat/mentions.py
clawdboz/web/data/moments.py
clawdboz/web/routes/__init__.py
clawdboz/web/routes/bots.py
clawdboz/web/routes/feishu.py
clawdboz/web/routes/file.py
clawdboz/web/routes/internal.py
clawdboz/web/routes/moments.py
clawdboz/web/routes/remote.py
clawdboz/web/routes/remote_fs.py
clawdboz/web/routes/search.py
clawdboz/web/routes/websocket.py
clawdboz/web/routes/sessions/__init__.py
clawdboz/web/routes/sessions/core.py
clawdboz/web/routes/sessions/meta.py
clawdboz/web/routes/sessions/scheduler.py
clawdboz/web/static/debug_remote.html
clawdboz/web/static/index.html
clawdboz/web/static/login.html
clawdboz/web/static/remote-bots.html
clawdboz/web/static/test_remote.html
clawdboz/web/static/js/app.js
clawdboz/web/static/js/core/database.js
clawdboz/web/static/js/core/state.js
clawdboz/web/static/js/core/utils.js
clawdboz/web/static/js/core/websocket.js
clawdboz/web/static/js/features/contacts.js
clawdboz/web/static/js/features/moments.js
clawdboz/web/static/js/features/search.js
clawdboz/web/static/js/ui/avatar.js
clawdboz/web/static/js/ui/messaging.js
clawdboz/web/static/js/ui/modals.js
clawdboz/web/static/js/ui/sidebar.js
clawdboz/web/static/js/ui/sidebar_extra.js
clawdboz/web/static/styles/components.css
clawdboz/web/static/styles/layout.css
clawdboz/web/static/styles/main.css
clawdboz/web/static/styles/messages.css
clawdboz/web/static/styles/mobile.css
clawdboz/web/static/styles/variables.css
clawdboz/web/static/vendor/._font-awesome
clawdboz/web/static/vendor/._highlight.js
clawdboz/web/static/vendor/._marked.min.js
clawdboz/web/static/vendor/._tailwindcss.js
clawdboz/web/static/vendor/marked.min.js
clawdboz/web/static/vendor/tailwindcss.js
clawdboz/web/static/vendor/font-awesome/._css
clawdboz/web/static/vendor/font-awesome/._webfonts
clawdboz/web/static/vendor/font-awesome/css/._all.min.css
clawdboz/web/static/vendor/font-awesome/css/all.min.css
clawdboz/web/static/vendor/font-awesome/webfonts/._.omc
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-brands-400.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-brands-400.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-regular-400.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-regular-400.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-solid-900.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/._fa-solid-900.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/fa-brands-400.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/fa-brands-400.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/fa-regular-400.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/fa-regular-400.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/fa-solid-900.ttf
clawdboz/web/static/vendor/font-awesome/webfonts/fa-solid-900.woff2
clawdboz/web/static/vendor/font-awesome/webfonts/.omc/._state
clawdboz/web/static/vendor/font-awesome/webfonts/.omc/state/._last-tool-error.json
clawdboz/web/static/vendor/font-awesome/webfonts/.omc/state/last-tool-error.json
clawdboz/web/static/vendor/highlight.js/._highlight.min.js
clawdboz/web/static/vendor/highlight.js/._styles
clawdboz/web/static/vendor/highlight.js/highlight.min.js
clawdboz/web/static/vendor/highlight.js/styles/._github-dark.min.css
clawdboz/web/static/vendor/highlight.js/styles/github-dark.min.css
feishu_tools/__init__.py
feishu_tools/notify_feishu.py
test_results/PRD_TEST_REPORT.md
test_results/TEST_REPORT_PRD.md
test_results/test_report.md
tests/test_bot_manager.py
tests/test_remote_e2e.py
tests/test_session_switch.py
tests/test_web_auto.py
tests/test_web_e2e_existing.py
tests/test_web_e2e_playwright.py
tests/test_web_performance.py
tests/test_web_server.py