LICENSE
MANIFEST.in
README.ja.md
README.md
README.zh-CN.md
pyproject.toml
src/cccc/__init__.py
src/cccc/cli.py
src/cccc/daemon_main.py
src/cccc/paths.py
src/cccc/contracts/__init__.py
src/cccc/contracts/v1/__init__.py
src/cccc/contracts/v1/actor.py
src/cccc/contracts/v1/actor_profile.py
src/cccc/contracts/v1/automation.py
src/cccc/contracts/v1/event.py
src/cccc/contracts/v1/group_template.py
src/cccc/contracts/v1/ipc.py
src/cccc/contracts/v1/message.py
src/cccc/contracts/v1/notify.py
src/cccc/daemon/__init__.py
src/cccc/daemon/actor_profile_runtime.py
src/cccc/daemon/actor_profile_store.py
src/cccc/daemon/automation.py
src/cccc/daemon/bootstrap_actor_ops.py
src/cccc/daemon/bootstrap_im_ops.py
src/cccc/daemon/client_ops.py
src/cccc/daemon/delivery.py
src/cccc/daemon/im_bridge_ops.py
src/cccc/daemon/mcp_install.py
src/cccc/daemon/private_env_ops.py
src/cccc/daemon/request_dispatch_ops.py
src/cccc/daemon/runner_state_ops.py
src/cccc/daemon/serve_ops.py
src/cccc/daemon/server.py
src/cccc/daemon/socket_protocol_ops.py
src/cccc/daemon/streaming.py
src/cccc/daemon/ops/__init__.py
src/cccc/daemon/ops/actor_add_ops.py
src/cccc/daemon/ops/actor_lifecycle_ops.py
src/cccc/daemon/ops/actor_membership_ops.py
src/cccc/daemon/ops/actor_ops.py
src/cccc/daemon/ops/actor_profile_ops.py
src/cccc/daemon/ops/actor_runtime_ops.py
src/cccc/daemon/ops/actor_update_ops.py
src/cccc/daemon/ops/automation_ops.py
src/cccc/daemon/ops/chat_ops.py
src/cccc/daemon/ops/chat_support_ops.py
src/cccc/daemon/ops/context_ops.py
src/cccc/daemon/ops/daemon_core_ops.py
src/cccc/daemon/ops/diagnostics_ops.py
src/cccc/daemon/ops/group_bootstrap_ops.py
src/cccc/daemon/ops/group_lifecycle_ops.py
src/cccc/daemon/ops/group_ops.py
src/cccc/daemon/ops/group_settings_ops.py
src/cccc/daemon/ops/group_state_ops.py
src/cccc/daemon/ops/im_ops.py
src/cccc/daemon/ops/inbox_ack_ops.py
src/cccc/daemon/ops/inbox_read_ops.py
src/cccc/daemon/ops/maintenance_ops.py
src/cccc/daemon/ops/registry_ops.py
src/cccc/daemon/ops/remote_access_ops.py
src/cccc/daemon/ops/runner_ops.py
src/cccc/daemon/ops/socket_accept_ops.py
src/cccc/daemon/ops/socket_special_ops.py
src/cccc/daemon/ops/system_notify_ops.py
src/cccc/daemon/ops/template_ops.py
src/cccc/kernel/__init__.py
src/cccc/kernel/active.py
src/cccc/kernel/actors.py
src/cccc/kernel/blobs.py
src/cccc/kernel/context.py
src/cccc/kernel/events.py
src/cccc/kernel/git.py
src/cccc/kernel/group.py
src/cccc/kernel/group_template.py
src/cccc/kernel/inbox.py
src/cccc/kernel/ledger.py
src/cccc/kernel/ledger_retention.py
src/cccc/kernel/messaging.py
src/cccc/kernel/permissions.py
src/cccc/kernel/prompt_files.py
src/cccc/kernel/registry.py
src/cccc/kernel/runtime.py
src/cccc/kernel/scope.py
src/cccc/kernel/settings.py
src/cccc/kernel/system_prompt.py
src/cccc/kernel/terminal_transcript.py
src/cccc/ports/__init__.py
src/cccc/ports/im/__init__.py
src/cccc/ports/im/__main__.py
src/cccc/ports/im/auth.py
src/cccc/ports/im/bridge.py
src/cccc/ports/im/commands.py
src/cccc/ports/im/subscribers.py
src/cccc/ports/im/adapters/__init__.py
src/cccc/ports/im/adapters/base.py
src/cccc/ports/im/adapters/dingtalk.py
src/cccc/ports/im/adapters/discord.py
src/cccc/ports/im/adapters/feishu.py
src/cccc/ports/im/adapters/slack.py
src/cccc/ports/im/adapters/telegram.py
src/cccc/ports/mcp/__init__.py
src/cccc/ports/mcp/common.py
src/cccc/ports/mcp/main.py
src/cccc/ports/mcp/server.py
src/cccc/ports/mcp/toolspecs.py
src/cccc/ports/web/__init__.py
src/cccc/ports/web/app.py
src/cccc/ports/web/main.py
src/cccc/ports/web/streams.py
src/cccc/ports/web/dist/favicon.ico
src/cccc/ports/web/dist/favicon.png
src/cccc/ports/web/dist/index.html
src/cccc/ports/web/dist/logo-512.png
src/cccc/ports/web/dist/logo.png
src/cccc/ports/web/dist/logo.svg
src/cccc/ports/web/dist/assets/chunk-AgentTab.js
src/cccc/ports/web/dist/assets/chunk-react-vendor.js
src/cccc/ports/web/dist/assets/chunk-xterm.js
src/cccc/ports/web/dist/assets/index.css
src/cccc/ports/web/dist/assets/index.js
src/cccc/resources/__init__.py
src/cccc/resources/cccc-help.md
src/cccc/runners/__init__.py
src/cccc/runners/headless.py
src/cccc/runners/pty.py
src/cccc/runners/pty_stub.py
src/cccc/util/__init__.py
src/cccc/util/conv.py
src/cccc/util/file_lock.py
src/cccc/util/fs.py
src/cccc/util/obslog.py
src/cccc/util/terminal_render.py
src/cccc/util/time.py
src/cccc_pair.egg-info/PKG-INFO
src/cccc_pair.egg-info/SOURCES.txt
src/cccc_pair.egg-info/dependency_links.txt
src/cccc_pair.egg-info/entry_points.txt
src/cccc_pair.egg-info/requires.txt
src/cccc_pair.egg-info/top_level.txt
tests/test_active_doc_normalization.py
tests/test_actor_group_state_contract.py
tests/test_actor_id_validation.py
tests/test_actor_lifecycle_ops.py
tests/test_actor_private_env.py
tests/test_actor_profiles_ops.py
tests/test_automation_manage_legacy_shape.py
tests/test_automation_nudge_digest.py
tests/test_automation_rules_constraints.py
tests/test_blob_path_resolution.py
tests/test_bootstrap_actor_ops.py
tests/test_bootstrap_im_ops.py
tests/test_cccs_core_profile_events.py
tests/test_chat_ops.py
tests/test_cli_env_bool_parsing.py
tests/test_cli_group_set_state_stopped.py
tests/test_cli_reference_parity.py
tests/test_client_ops.py
tests/test_context_storage_dirty_tolerance.py
tests/test_context_sync_atomicity.py
tests/test_daemon_core_ops.py
tests/test_daemon_group_settings_dirty_tolerance.py
tests/test_daemon_ipc_docs_parity.py
tests/test_daemon_main_start_safety.py
tests/test_delivery_state_behavior.py
tests/test_delivery_throttle.py
tests/test_diagnostics_ops.py
tests/test_docs_blob_path_consistency.py
tests/test_docs_mcp_architecture_surface.py
tests/test_enabled_flag_coercion.py
tests/test_event_contract_internal_parity.py
tests/test_event_kind_model_parity.py
tests/test_events_stream_resume_filtering.py
tests/test_global_events.py
tests/test_group_automation_baseline.py
tests/test_group_bootstrap_ops.py
tests/test_group_core_ops.py
tests/test_group_lifecycle_invariants.py
tests/test_group_lifecycle_ops.py
tests/test_group_state_ops.py
tests/test_group_template_auto_mark_on_delivery.py
tests/test_group_template_automation_replace.py
tests/test_group_template_dirty_settings_tolerance.py
tests/test_im_auth.py
tests/test_im_bridge_ops.py
tests/test_im_commands.py
tests/test_im_subscribers_tolerance.py
tests/test_inbox_read_ops.py
tests/test_lifecycle_tests_headless_runner.py
tests/test_maintenance_ops.py
tests/test_mcp_actor_caller_target_resolution.py
tests/test_mcp_automation_manage_actor_id_alias.py
tests/test_mcp_bootstrap_ledger_tail.py
tests/test_mcp_group_set_state_stopped.py
tests/test_mcp_install.py
tests/test_mcp_message_send_reply_required.py
tests/test_mcp_tool_bool_coercion.py
tests/test_mcp_toolspec_dispatch_parity.py
tests/test_mcp_toolspec_schema_guard.py
tests/test_message_obligation.py
tests/test_permissions_action_parity.py
tests/test_permissions_group_settings_update.py
tests/test_pty_attach_selector_events.py
tests/test_registry_doc_normalization.py
tests/test_registry_reconcile_and_autowake.py
tests/test_remote_access_ops.py
tests/test_runtime_pool_defaults_immutable.py
tests/test_socket_accept_ops.py
tests/test_socket_special_ops.py
tests/test_system_notify_ops.py
tests/test_web_automation_docs_parity.py
tests/test_web_group_settings_dirty_tolerance.py
tests/test_web_i18n_locales_parity.py
tests/test_web_streams_tailer_cleanup.py