LICENSE
MANIFEST.in
README.ja.md
README.md
README.zh-CN.md
pyproject.toml
src/cccc/__init__.py
src/cccc/daemon_main.py
src/cccc/paths.py
src/cccc/cli/__init__.py
src/cccc/cli/__main__.py
src/cccc/cli/actor_cmds.py
src/cccc/cli/common.py
src/cccc/cli/daemon_lifecycle.py
src/cccc/cli/group_cmds.py
src/cccc/cli/im_cmds.py
src/cccc/cli/main.py
src/cccc/cli/messaging_cmds.py
src/cccc/cli/space_cmds.py
src/cccc/cli/system_cmds.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/async_result.py
src/cccc/contracts/v1/automation.py
src/cccc/contracts/v1/event.py
src/cccc/contracts/v1/group_space.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/contracts/v1/presentation.py
src/cccc/daemon/__init__.py
src/cccc/daemon/actor_runtime_cache.py
src/cccc/daemon/claude_app_sessions.py
src/cccc/daemon/client_ops.py
src/cccc/daemon/codex_app_sessions.py
src/cccc/daemon/mcp_install.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/actors/__init__.py
src/cccc/daemon/actors/actor_add_ops.py
src/cccc/daemon/actors/actor_lifecycle_ops.py
src/cccc/daemon/actors/actor_membership_ops.py
src/cccc/daemon/actors/actor_ops.py
src/cccc/daemon/actors/actor_profile_ops.py
src/cccc/daemon/actors/actor_profile_runtime.py
src/cccc/daemon/actors/actor_profile_store.py
src/cccc/daemon/actors/actor_runtime_ops.py
src/cccc/daemon/actors/actor_update_ops.py
src/cccc/daemon/actors/private_env_ops.py
src/cccc/daemon/actors/runner_ops.py
src/cccc/daemon/automation/__init__.py
src/cccc/daemon/automation/automation_ops.py
src/cccc/daemon/automation/engine.py
src/cccc/daemon/browser/__init__.py
src/cccc/daemon/browser/projected_browser_runtime.py
src/cccc/daemon/context/__init__.py
src/cccc/daemon/context/context_ops.py
src/cccc/daemon/group/__init__.py
src/cccc/daemon/group/bootstrap_actor_ops.py
src/cccc/daemon/group/group_bootstrap_ops.py
src/cccc/daemon/group/group_lifecycle_ops.py
src/cccc/daemon/group/group_ops.py
src/cccc/daemon/group/group_settings_ops.py
src/cccc/daemon/group/group_state_ops.py
src/cccc/daemon/group/presentation_browser_ops.py
src/cccc/daemon/group/presentation_browser_runtime.py
src/cccc/daemon/group/presentation_ops.py
src/cccc/daemon/im/__init__.py
src/cccc/daemon/im/bootstrap_im_ops.py
src/cccc/daemon/im/im_bridge_ops.py
src/cccc/daemon/im/im_ops.py
src/cccc/daemon/memory/__init__.py
src/cccc/daemon/memory/memory_ops.py
src/cccc/daemon/messaging/__init__.py
src/cccc/daemon/messaging/chat_ops.py
src/cccc/daemon/messaging/chat_support_ops.py
src/cccc/daemon/messaging/delivery.py
src/cccc/daemon/messaging/inbox_ack_ops.py
src/cccc/daemon/messaging/inbox_read_ops.py
src/cccc/daemon/messaging/streaming.py
src/cccc/daemon/messaging/system_notify_ops.py
src/cccc/daemon/ops/__init__.py
src/cccc/daemon/ops/daemon_core_ops.py
src/cccc/daemon/ops/diagnostics_ops.py
src/cccc/daemon/ops/execution_queues.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/socket_accept_ops.py
src/cccc/daemon/ops/socket_special_ops.py
src/cccc/daemon/ops/template_ops.py
src/cccc/daemon/ops/capability_ops/__init__.py
src/cccc/daemon/ops/capability_ops/_common.py
src/cccc/daemon/ops/capability_ops/_documents.py
src/cccc/daemon/ops/capability_ops/_handlers.py
src/cccc/daemon/ops/capability_ops/_install.py
src/cccc/daemon/ops/capability_ops/_policy.py
src/cccc/daemon/ops/capability_ops/_remote.py
src/cccc/daemon/ops/capability_ops/_runtime.py
src/cccc/daemon/ops/capability_ops/_search.py
src/cccc/daemon/ops/capability_ops/_state.py
src/cccc/daemon/pet/assistive_jobs.py
src/cccc/daemon/pet/pet_decision_ops.py
src/cccc/daemon/pet/pet_runtime_ops.py
src/cccc/daemon/pet/profile_refresh.py
src/cccc/daemon/pet/review_scheduler.py
src/cccc/daemon/space/__init__.py
src/cccc/daemon/space/group_space_memory_sync.py
src/cccc/daemon/space/group_space_ops.py
src/cccc/daemon/space/group_space_paths.py
src/cccc/daemon/space/group_space_projection.py
src/cccc/daemon/space/group_space_provider.py
src/cccc/daemon/space/group_space_runtime.py
src/cccc/daemon/space/group_space_store.py
src/cccc/daemon/space/group_space_sync.py
src/cccc/daemon/space/notebooklm_auth_browser_runtime.py
src/cccc/daemon/space/notebooklm_auth_flow.py
src/cccc/kernel/__init__.py
src/cccc/kernel/access_tokens.py
src/cccc/kernel/active.py
src/cccc/kernel/actor_avatar_assets.py
src/cccc/kernel/actors.py
src/cccc/kernel/agent_state_hygiene.py
src/cccc/kernel/blobs.py
src/cccc/kernel/capabilities.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_space.py
src/cccc/kernel/group_template.py
src/cccc/kernel/headless_events.py
src/cccc/kernel/inbox.py
src/cccc/kernel/ledger.py
src/cccc/kernel/ledger_index.py
src/cccc/kernel/ledger_retention.py
src/cccc/kernel/ledger_segments.py
src/cccc/kernel/ledger_state_snapshot.py
src/cccc/kernel/ledger_status_cache.py
src/cccc/kernel/memory.py
src/cccc/kernel/memory_export.py
src/cccc/kernel/memory_guide.py
src/cccc/kernel/message_sender_snapshot.py
src/cccc/kernel/messaging.py
src/cccc/kernel/permissions.py
src/cccc/kernel/pet_actor.py
src/cccc/kernel/pet_decisions.py
src/cccc/kernel/pet_outcomes.py
src/cccc/kernel/pet_profile.py
src/cccc/kernel/pet_prompt.py
src/cccc/kernel/pet_signals.py
src/cccc/kernel/pet_task_evidence.py
src/cccc/kernel/pet_task_proposals.py
src/cccc/kernel/pet_task_triage.py
src/cccc/kernel/prompt_files.py
src/cccc/kernel/query_projections.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/task_types.py
src/cccc/kernel/terminal_transcript.py
src/cccc/kernel/working_state.py
src/cccc/kernel/memory_reme/__init__.py
src/cccc/kernel/memory_reme/adapter.py
src/cccc/kernel/memory_reme/layout.py
src/cccc/kernel/memory_reme/runtime.py
src/cccc/kernel/memory_reme/writer.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/config_schema.py
src/cccc/ports/im/subscribers.py
src/cccc/ports/im/weixin_sidecar.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/dingtalk_card.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/im/adapters/wecom.py
src/cccc/ports/im/adapters/weixin.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/task_types.py
src/cccc/ports/mcp/toolspecs.py
src/cccc/ports/mcp/handlers/__init__.py
src/cccc/ports/mcp/handlers/cccc_automation.py
src/cccc/ports/mcp/handlers/cccc_capability.py
src/cccc/ports/mcp/handlers/cccc_core.py
src/cccc/ports/mcp/handlers/cccc_group_actor.py
src/cccc/ports/mcp/handlers/cccc_im.py
src/cccc/ports/mcp/handlers/cccc_messaging.py
src/cccc/ports/mcp/handlers/cccc_space.py
src/cccc/ports/mcp/handlers/context.py
src/cccc/ports/mcp/handlers/debug.py
src/cccc/ports/mcp/handlers/headless.py
src/cccc/ports/mcp/handlers/memory.py
src/cccc/ports/mcp/handlers/notify.py
src/cccc/ports/mcp/handlers/presentation.py
src/cccc/ports/mcp/utils/__init__.py
src/cccc/ports/mcp/utils/help_markdown.py
src/cccc/ports/mcp/utils/space_args.py
src/cccc/ports/web/__init__.py
src/cccc/ports/web/actor_avatar.py
src/cccc/ports/web/app.py
src/cccc/ports/web/bind_preflight.py
src/cccc/ports/web/branding.py
src/cccc/ports/web/main.py
src/cccc/ports/web/middleware.py
src/cccc/ports/web/runtime_control.py
src/cccc/ports/web/schemas.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/manifest.webmanifest
src/cccc/ports/web/dist/assets/ActorProfilesTab-g4lX215B.js
src/cccc/ports/web/dist/assets/AgentTab-C72awSaf.js
src/cccc/ports/web/dist/assets/AppModals-_alXtVfe.js
src/cccc/ports/web/dist/assets/AutomationTab-DnO0vBTc.js
src/cccc/ports/web/dist/assets/BlueprintTab-DtgVWRF_.js
src/cccc/ports/web/dist/assets/BrandingTab-BMd_QeL4.js
src/cccc/ports/web/dist/assets/CapabilitiesTab-BjtyVdpT.js
src/cccc/ports/web/dist/assets/DeliveryTab-BXrK-AML.js
src/cccc/ports/web/dist/assets/DeveloperTab-ByrTQc-2.js
src/cccc/ports/web/dist/assets/GroupSpaceTab-DG0PF9yf.js
src/cccc/ports/web/dist/assets/GuidanceTab-Ah-UfS-l.js
src/cccc/ports/web/dist/assets/IMBridgeTab-DFzt79Ls.js
src/cccc/ports/web/dist/assets/MarkdownRenderer-BsVqwuFk.js
src/cccc/ports/web/dist/assets/MessagingTab-kzz4dS7y.js
src/cccc/ports/web/dist/assets/PresentationRail-Bd6xbjO2.js
src/cccc/ports/web/dist/assets/PresentationViewerModal-CLKcmsDL.js
src/cccc/ports/web/dist/assets/ProjectedBrowserSurfacePanel-CqO1PLqk.js
src/cccc/ports/web/dist/assets/SettingsModal-Dr0taW57.js
src/cccc/ports/web/dist/assets/SetupChecklist-Dqpktyxn.js
src/cccc/ports/web/dist/assets/TranscriptTab-Do8Jj3SU.js
src/cccc/ports/web/dist/assets/WebAccessTab-BYy-9vdE.js
src/cccc/ports/web/dist/assets/WebPet-gY3L1J3-.js
src/cccc/ports/web/dist/assets/diagnostics-DXrwgCE3.js
src/cccc/ports/web/dist/assets/dnd-fMRKUGOQ.js
src/cccc/ports/web/dist/assets/floating-ui-BqSvTB2R.js
src/cccc/ports/web/dist/assets/i18n-DIS4f0pN.js
src/cccc/ports/web/dist/assets/index-CcQAExt8.js
src/cccc/ports/web/dist/assets/index-D89VCNHd.js
src/cccc/ports/web/dist/assets/index-DakqSXLS.css
src/cccc/ports/web/dist/assets/markdown-CqX4dXRs.js
src/cccc/ports/web/dist/assets/react-vendor-CnCfD5km.js
src/cccc/ports/web/dist/assets/useModalA11y-COZrz2CH.js
src/cccc/ports/web/dist/assets/vendor-CE0nQf9r.js
src/cccc/ports/web/dist/assets/xterm-9CEnUXvW.css
src/cccc/ports/web/dist/assets/xterm-cns3_4bn.js
src/cccc/ports/web/dist/logos/amp.png
src/cccc/ports/web/dist/logos/auggie.png
src/cccc/ports/web/dist/logos/claude.png
src/cccc/ports/web/dist/logos/codex.png
src/cccc/ports/web/dist/logos/droid.png
src/cccc/ports/web/dist/logos/gemini.png
src/cccc/ports/web/dist/logos/kimi.png
src/cccc/ports/web/dist/logos/neovate.png
src/cccc/ports/web/routes/__init__.py
src/cccc/ports/web/routes/access_tokens.py
src/cccc/ports/web/routes/actors.py
src/cccc/ports/web/routes/base.py
src/cccc/ports/web/routes/groups.py
src/cccc/ports/web/routes/im.py
src/cccc/ports/web/routes/messaging.py
src/cccc/ports/web/routes/space.py
src/cccc/providers/__init__.py
src/cccc/providers/notebooklm/__init__.py
src/cccc/providers/notebooklm/adapter.py
src/cccc/providers/notebooklm/compat.py
src/cccc/providers/notebooklm/errors.py
src/cccc/providers/notebooklm/health.py
src/cccc/providers/notebooklm/_vendor/notebooklm/__init__.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_artifacts.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_chat.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_core.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_logging.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_notebooks.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_notes.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_research.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_settings.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_sharing.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_sources.py
src/cccc/providers/notebooklm/_vendor/notebooklm/_url_utils.py
src/cccc/providers/notebooklm/_vendor/notebooklm/auth.py
src/cccc/providers/notebooklm/_vendor/notebooklm/client.py
src/cccc/providers/notebooklm/_vendor/notebooklm/exceptions.py
src/cccc/providers/notebooklm/_vendor/notebooklm/paths.py
src/cccc/providers/notebooklm/_vendor/notebooklm/types.py
src/cccc/providers/notebooklm/_vendor/notebooklm/rpc/__init__.py
src/cccc/providers/notebooklm/_vendor/notebooklm/rpc/decoder.py
src/cccc/providers/notebooklm/_vendor/notebooklm/rpc/encoder.py
src/cccc/providers/notebooklm/_vendor/notebooklm/rpc/types.py
src/cccc/resources/__init__.py
src/cccc/resources/capability-allowlist.default.yaml
src/cccc/resources/cccc-help.md
src/cccc/resources/im/package-lock.json
src/cccc/resources/im/package.json
src/cccc/resources/im/weixin_sidecar.mjs
src/cccc/runners/__init__.py
src/cccc/runners/headless.py
src/cccc/runners/platform_support.py
src/cccc/runners/pty.py
src/cccc/runners/pty_stub.py
src/cccc/runners/pty_win.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/process.py
src/cccc/util/terminal_render.py
src/cccc/util/time.py
src/cccc/vendor/reme/__init__.py
src/cccc/vendor/reme/core/__init__.py
src/cccc/vendor/reme/core/embedding/__init__.py
src/cccc/vendor/reme/core/embedding/base_embedding_model.py
src/cccc/vendor/reme/core/enumeration/__init__.py
src/cccc/vendor/reme/core/enumeration/memory_source.py
src/cccc/vendor/reme/core/enumeration/role.py
src/cccc/vendor/reme/core/file_store/__init__.py
src/cccc/vendor/reme/core/file_store/base_file_store.py
src/cccc/vendor/reme/core/file_store/local_file_store.py
src/cccc/vendor/reme/core/file_watcher/__init__.py
src/cccc/vendor/reme/core/file_watcher/base_file_watcher.py
src/cccc/vendor/reme/core/file_watcher/full_file_watcher.py
src/cccc/vendor/reme/core/schema/__init__.py
src/cccc/vendor/reme/core/schema/cut_point_result.py
src/cccc/vendor/reme/core/schema/file_metadata.py
src/cccc/vendor/reme/core/schema/memory_chunk.py
src/cccc/vendor/reme/core/schema/memory_search_result.py
src/cccc/vendor/reme/core/schema/message.py
src/cccc/vendor/reme/core/utils/__init__.py
src/cccc/vendor/reme/core/utils/chunking_utils.py
src/cccc/vendor/reme/core/utils/common_utils.py
src/cccc/vendor/reme/memory/__init__.py
src/cccc/vendor/reme/memory/file_based/__init__.py
src/cccc/vendor/reme/memory/file_based/fb_compactor.py
src/cccc/vendor/reme/memory/file_based/fb_context_checker.py
src/cccc/vendor/reme/memory/file_based/fb_summarizer.py
src/cccc/vendor/reme/memory/tools/__init__.py
src/cccc/vendor/reme/memory/tools/chunk/__init__.py
src/cccc/vendor/reme/memory/tools/chunk/memory_get.py
src/cccc/vendor/reme/memory/tools/chunk/memory_search.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_access_token_routes.py
tests/test_access_tokens.py
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_profile_resolver.py
tests/test_actor_profiles_ops.py
tests/test_automation_help_nudge_mind_context.py
tests/test_automation_idle_standup_suppression.py
tests/test_automation_manage_legacy_shape.py
tests/test_automation_nudge_digest.py
tests/test_automation_rules_constraints.py
tests/test_automation_silence_activity_filter.py
tests/test_automation_tick_cadence.py
tests/test_blob_path_resolution.py
tests/test_bootstrap_actor_ops.py
tests/test_bootstrap_im_ops.py
tests/test_bridge_stream_degradation.py
tests/test_bridge_streaming.py
tests/test_capability_ops.py
tests/test_cccs_core_profile_events.py
tests/test_chat_ops.py
tests/test_cli_common_local_url.py
tests/test_cli_default_entry_ownership.py
tests/test_cli_env_bool_parsing.py
tests/test_cli_group_set_state_stopped.py
tests/test_cli_main.py
tests/test_cli_space_commands.py
tests/test_cli_web_binding_resolution.py
tests/test_client_ops.py
tests/test_codex_app_flow.py
tests/test_context_group_space_sync.py
tests/test_context_memory_milestone_hook.py
tests/test_context_storage_dirty_tolerance.py
tests/test_context_sync_atomicity.py
tests/test_context_v2_ops.py
tests/test_daemon_core_ops.py
tests/test_daemon_group_settings_desktop_pet.py
tests/test_daemon_group_settings_dirty_tolerance.py
tests/test_daemon_ipc_docs_parity.py
tests/test_daemon_lifecycle.py
tests/test_daemon_main.py
tests/test_daemon_main_start_safety.py
tests/test_daemon_transport_diagnostics.py
tests/test_delivery_async_preamble.py
tests/test_delivery_auto_mark_read_event.py
tests/test_delivery_state_behavior.py
tests/test_delivery_throttle.py
tests/test_diagnostics_ops.py
tests/test_dingtalk_at_mention.py
tests/test_dingtalk_card.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_execution_queues.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_space_contract.py
tests/test_group_space_file_sync.py
tests/test_group_space_memory_sync.py
tests/test_group_space_ops.py
tests/test_group_space_projection.py
tests/test_group_space_runtime.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_group_template_portable_fields.py
tests/test_headless_bootstrap_control_turns.py
tests/test_help_markdown_pet.py
tests/test_im_auth.py
tests/test_im_bridge_ops.py
tests/test_im_bridge_startup_filter.py
tests/test_im_commands.py
tests/test_im_discord_adapter.py
tests/test_im_sender_identity.py
tests/test_im_subscribers_tolerance.py
tests/test_im_weixin_adapter.py
tests/test_inbox_read_ops.py
tests/test_inbox_reverse_lookup.py
tests/test_ledger_index_schema_upgrade.py
tests/test_ledger_search_index.py
tests/test_lifecycle_tests_headless_runner.py
tests/test_maintenance_ops.py
tests/test_mcp_actor_caller_target_resolution.py
tests/test_mcp_actor_runner_surface.py
tests/test_mcp_automation_manage_actor_id_alias.py
tests/test_mcp_bootstrap_defaults.py
tests/test_mcp_bootstrap_inbox_preview.py
tests/test_mcp_bootstrap_memory_recall_gate.py
tests/test_mcp_capability_import.py
tests/test_mcp_capability_surface.py
tests/test_mcp_capability_use.py
tests/test_mcp_context_permission_enforcement.py
tests/test_mcp_dynamic_capability_tools.py
tests/test_mcp_group_set_state_stopped.py
tests/test_mcp_help_skills_digest.py
tests/test_mcp_install.py
tests/test_mcp_message_send_reply_required.py
tests/test_mcp_normalize_to_arg.py
tests/test_mcp_presentation.py
tests/test_mcp_runtime_context.py
tests/test_mcp_stdio_utf8.py
tests/test_mcp_task_update_status_wrapper.py
tests/test_mcp_tool_bool_coercion.py
tests/test_mcp_tools_list_changed.py
tests/test_mcp_tools_list_pagination.py
tests/test_mcp_toolspec_dispatch_parity.py
tests/test_mcp_toolspec_schema_guard.py
tests/test_memory_reme_auto_trigger.py
tests/test_memory_reme_ops.py
tests/test_message_obligation.py
tests/test_notebooklm_provider_scaffold.py
tests/test_notebooklm_resource_ingest_modes.py
tests/test_observability_logging.py
tests/test_permissions_action_parity.py
tests/test_permissions_actor_restart.py
tests/test_permissions_group_settings_update.py
tests/test_pet_guardian.py
tests/test_pet_outcomes.py
tests/test_pet_profile_refresh.py
tests/test_pet_review_scheduler.py
tests/test_pet_signals.py
tests/test_pet_task_proposals.py
tests/test_pet_task_triage.py
tests/test_presentation_browser_ops.py
tests/test_presentation_browser_runtime.py
tests/test_presentation_ops.py
tests/test_process_utils.py
tests/test_projected_browser_runtime.py
tests/test_prompt_defaults.py
tests/test_pty_attach_selector_events.py
tests/test_pty_win_teardown.py
tests/test_query_projections.py
tests/test_registry_doc_normalization.py
tests/test_registry_reconcile_and_autowake.py
tests/test_remote_access_ops.py
tests/test_runner_kind_no_fallback.py
tests/test_runtime_command_defaults.py
tests/test_runtime_mcp_failfast.py
tests/test_runtime_pool_defaults_immutable.py
tests/test_serve_ops.py
tests/test_serve_ops_automation_thread.py
tests/test_server_request_queue_routing.py
tests/test_socket_accept_ops.py
tests/test_socket_special_ops.py
tests/test_stream_emit.py
tests/test_system_cmds_setup.py
tests/test_system_notify_ops.py
tests/test_system_prompt_group_space.py
tests/test_system_prompt_memory.py
tests/test_t197_fixes.py
tests/test_unread_index.py
tests/test_web_access_auth.py
tests/test_web_actor_avatar_api.py
tests/test_web_actor_profiles_api.py
tests/test_web_actor_routes_cache.py
tests/test_web_bind_preflight.py
tests/test_web_context_routes_cache.py
tests/test_web_daemon_transport_details.py
tests/test_web_group_routes_local.py
tests/test_web_group_settings_desktop_pet.py
tests/test_web_group_settings_dirty_tolerance.py
tests/test_web_group_settings_partial_update.py
tests/test_web_group_space_api.py
tests/test_web_groups_local_projection.py
tests/test_web_help_prompt_notify.py
tests/test_web_i18n_locales_parity.py
tests/test_web_im_config_canonicalization.py
tests/test_web_im_start.py
tests/test_web_ledger_tail_api.py
tests/test_web_manifest_static.py
tests/test_web_messaging_client_id.py
tests/test_web_messaging_submit_semantics.py
tests/test_web_pet_context_route.py
tests/test_web_presentation_api.py
tests/test_web_presentation_browser_api.py
tests/test_web_principal_guards.py
tests/test_web_remote_access_apply.py
tests/test_web_runtime_control.py
tests/test_web_streams_tailer_cleanup.py
tests/test_wecom_adapter_core.py
tests/test_weixin_sidecar.py
tests/test_windows_pty_backend.py
tests/test_windows_support_diagnostics.py