LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/personalclaw/__init__.py
src/personalclaw/__main__.py
src/personalclaw/_sdk_deps.py
src/personalclaw/_ssl_compat.py
src/personalclaw/after_turn_review.py
src/personalclaw/agent.py
src/personalclaw/agent_metadata.py
src/personalclaw/app_cli.py
src/personalclaw/atomic_write.py
src/personalclaw/autonomous_framing.py
src/personalclaw/autonudge.py
src/personalclaw/channel_delivery.py
src/personalclaw/channel_history.py
src/personalclaw/cli.py
src/personalclaw/cli_chat.py
src/personalclaw/cli_commands.py
src/personalclaw/cli_config.py
src/personalclaw/cli_doctor.py
src/personalclaw/cli_server.py
src/personalclaw/cli_setup.py
src/personalclaw/concurrency.py
src/personalclaw/constants.py
src/personalclaw/context.py
src/personalclaw/context_compaction.py
src/personalclaw/context_engine.py
src/personalclaw/context_management.py
src/personalclaw/diarize.py
src/personalclaw/doc_parser.py
src/personalclaw/engagement_signals.py
src/personalclaw/env.py
src/personalclaw/event_triggers.py
src/personalclaw/frontend.py
src/personalclaw/fs_watch.py
src/personalclaw/gateway.py
src/personalclaw/gateway_services.py
src/personalclaw/grill.py
src/personalclaw/heartbeat.py
src/personalclaw/history.py
src/personalclaw/hooks.py
src/personalclaw/inbox.py
src/personalclaw/inbox_service.py
src/personalclaw/learn.py
src/personalclaw/llm_helpers.py
src/personalclaw/mcp_artifacts.py
src/personalclaw/mcp_client.py
src/personalclaw/mcp_core.py
src/personalclaw/mcp_discovery.py
src/personalclaw/mcp_memory.py
src/personalclaw/mcp_schedule.py
src/personalclaw/mcp_shared.py
src/personalclaw/mcp_subagents.py
src/personalclaw/mcp_workflows.py
src/personalclaw/media_catalogs.py
src/personalclaw/memory.py
src/personalclaw/memory_lint.py
src/personalclaw/memory_record.py
src/personalclaw/memory_service.py
src/personalclaw/memory_vault.py
src/personalclaw/model_pricing.json
src/personalclaw/model_tokens.json
src/personalclaw/model_windows.py
src/personalclaw/nl_to_cron.py
src/personalclaw/orchestrator_skill.py
src/personalclaw/portability.py
src/personalclaw/preference_facets.py
src/personalclaw/pricing.py
src/personalclaw/projects.py
src/personalclaw/provider_registry.py
src/personalclaw/py.typed
src/personalclaw/sandbox.py
src/personalclaw/schedule.py
src/personalclaw/schedule_history.py
src/personalclaw/schedule_script.py
src/personalclaw/schedule_trigger.py
src/personalclaw/security.py
src/personalclaw/seed.py
src/personalclaw/sel.py
src/personalclaw/session.py
src/personalclaw/session_map.py
src/personalclaw/session_pid.py
src/personalclaw/session_restrictions.py
src/personalclaw/session_workspace.py
src/personalclaw/snapshot.py
src/personalclaw/stats.py
src/personalclaw/subagent.py
src/personalclaw/subagent_persistence.py
src/personalclaw/suggestions.py
src/personalclaw/supply_chain.py
src/personalclaw/sync_bridge.py
src/personalclaw/task.py
src/personalclaw/task_modes.py
src/personalclaw/textfmt.py
src/personalclaw/transcribe.py
src/personalclaw/trust_mode.py
src/personalclaw/validation.py
src/personalclaw/vector_memory.py
src/personalclaw/voice_reply.py
src/personalclaw.egg-info/PKG-INFO
src/personalclaw.egg-info/SOURCES.txt
src/personalclaw.egg-info/dependency_links.txt
src/personalclaw.egg-info/entry_points.txt
src/personalclaw.egg-info/requires.txt
src/personalclaw.egg-info/top_level.txt
src/personalclaw/acp/__init__.py
src/personalclaw/acp/adapter.py
src/personalclaw/acp/cli_resolve.py
src/personalclaw/acp/client.py
src/personalclaw/acp/connection_pool.py
src/personalclaw/acp/dialect.py
src/personalclaw/acp/errors.py
src/personalclaw/acp/reader.py
src/personalclaw/acp/session.py
src/personalclaw/acp/translate.py
src/personalclaw/acp/transport.py
src/personalclaw/acp/types.py
src/personalclaw/acp_bundles/__init__.py
src/personalclaw/acp_bundles/_register.py
src/personalclaw/action_providers/__init__.py
src/personalclaw/action_providers/base.py
src/personalclaw/action_providers/bash_provider.py
src/personalclaw/action_providers/create_task_provider.py
src/personalclaw/action_providers/invoke_agent_provider.py
src/personalclaw/action_providers/notify_provider.py
src/personalclaw/action_providers/registry.py
src/personalclaw/action_providers/run_prompt_provider.py
src/personalclaw/action_providers/run_script_provider.py
src/personalclaw/action_providers/run_workflow_provider.py
src/personalclaw/action_providers/send_message_provider.py
src/personalclaw/action_providers/services.py
src/personalclaw/action_providers/template.py
src/personalclaw/agents/__init__.py
src/personalclaw/agents/defaults.py
src/personalclaw/agents/marketplace.py
src/personalclaw/agents/provider.py
src/personalclaw/agents/registry.py
src/personalclaw/agents/native/__init__.py
src/personalclaw/agents/native/approval.py
src/personalclaw/agents/native/builtin_tools.py
src/personalclaw/agents/native/runtime.py
src/personalclaw/agents/native/sdlc_tools.py
src/personalclaw/agents/native/tool_retrieval.py
src/personalclaw/agents/native/tools.py
src/personalclaw/apps/__init__.py
src/personalclaw/apps/app_config.py
src/personalclaw/apps/app_crons.py
src/personalclaw/apps/app_manager.py
src/personalclaw/apps/backend_runtime.py
src/personalclaw/apps/catalog.py
src/personalclaw/apps/dependency_ledger.py
src/personalclaw/apps/manager.py
src/personalclaw/apps/manifest.py
src/personalclaw/apps/mcp_bridge.py
src/personalclaw/apps/permissions.py
src/personalclaw/apps/prompt_registry.py
src/personalclaw/apps/prompt_seed.py
src/personalclaw/apps/source.py
src/personalclaw/apps/native/bash-action/app.json
src/personalclaw/apps/native/create-task-action/app.json
src/personalclaw/apps/native/filesystem-inbox/app.json
src/personalclaw/apps/native/invoke-agent-action/app.json
src/personalclaw/apps/native/native-agents/app.json
src/personalclaw/apps/native/native-knowledge/app.json
src/personalclaw/apps/native/native-prompts/app.json
src/personalclaw/apps/native/native-skills/app.json
src/personalclaw/apps/native/native-tasks/app.json
src/personalclaw/apps/native/native-vector-memory/app.json
src/personalclaw/apps/native/native-workflows/app.json
src/personalclaw/apps/native/notify-action/app.json
src/personalclaw/apps/native/personalclaw-artifacts/app.json
src/personalclaw/apps/native/personalclaw-inbox-tools/app.json
src/personalclaw/apps/native/personalclaw-knowledge-tools/app.json
src/personalclaw/apps/native/personalclaw-memory/app.json
src/personalclaw/apps/native/personalclaw-project-tools/app.json
src/personalclaw/apps/native/personalclaw-schedule-tools/app.json
src/personalclaw/apps/native/personalclaw-subagents/app.json
src/personalclaw/apps/native/personalclaw-tasks-tools/app.json
src/personalclaw/apps/native/personalclaw-tools/app.json
src/personalclaw/apps/native/personalclaw-workflows/app.json
src/personalclaw/apps/native/run-prompt-action/app.json
src/personalclaw/apps/native/run-script-action/app.json
src/personalclaw/apps/native/run-workflow-action/app.json
src/personalclaw/apps/native/send-message-action/app.json
src/personalclaw/artifacts/__init__.py
src/personalclaw/artifacts/handlers.py
src/personalclaw/artifacts/models.py
src/personalclaw/artifacts/native.py
src/personalclaw/artifacts/provider.py
src/personalclaw/artifacts/registry.py
src/personalclaw/auth/__init__.py
src/personalclaw/auth/modes.py
src/personalclaw/auth/oidc.py
src/personalclaw/channel_transports/__init__.py
src/personalclaw/channel_transports/base.py
src/personalclaw/channel_transports/manager.py
src/personalclaw/channel_transports/reference_echo.py
src/personalclaw/channel_transports/webui.py
src/personalclaw/config/__init__.py
src/personalclaw/config/defaults.json
src/personalclaw/config/loader.py
src/personalclaw/config/schema.py
src/personalclaw/config/design/default-tokens.json
src/personalclaw/config/design/tokens.schema.json
src/personalclaw/config/prompt_snippets/agent-runtime-identity.md
src/personalclaw/config/prompt_snippets/agent-system-prompt-wrapper.md
src/personalclaw/config/prompt_snippets/agent-voice-layer.md
src/personalclaw/config/prompt_snippets/autonomous-turn-preamble.md
src/personalclaw/config/prompt_snippets/cancelled-turn-preamble.md
src/personalclaw/config/prompt_snippets/channel-thread-context.md
src/personalclaw/config/prompt_snippets/consolidation-commitments.md
src/personalclaw/config/prompt_snippets/consolidation-episodic.md
src/personalclaw/config/prompt_snippets/consolidation-history.md
src/personalclaw/config/prompt_snippets/consolidation-lessons.md
src/personalclaw/config/prompt_snippets/consolidation-new_skill.md
src/personalclaw/config/prompt_snippets/consolidation-preferences.md
src/personalclaw/config/prompt_snippets/consolidation-projects.md
src/personalclaw/config/prompt_snippets/consolidation-refined_skill.md
src/personalclaw/config/prompt_snippets/consolidation-self_persona.md
src/personalclaw/config/prompt_snippets/consolidation-semantic.md
src/personalclaw/config/prompt_snippets/critical-rules.md
src/personalclaw/config/prompt_snippets/cross-tab-context.md
src/personalclaw/config/prompt_snippets/diff-output.md
src/personalclaw/config/prompt_snippets/learned-corrections-header.md
src/personalclaw/config/prompt_snippets/loop-code-stage-directive.md
src/personalclaw/config/prompt_snippets/loop-goal-cycle-nudge.md
src/personalclaw/config/prompt_snippets/loop-goal-phase-directive.md
src/personalclaw/config/prompt_snippets/loop-orchestrator-directive.md
src/personalclaw/config/prompt_snippets/mcp-reconnect.md
src/personalclaw/config/prompt_snippets/memory-discipline.md
src/personalclaw/config/prompt_snippets/parallel-subagents.md
src/personalclaw/config/prompt_snippets/persona-lumon.md
src/personalclaw/config/prompt_snippets/project-context.md
src/personalclaw/config/prompt_snippets/prompt-expansion.md
src/personalclaw/config/prompt_snippets/safety-rules.md
src/personalclaw/config/prompt_snippets/session-context-wrapper.md
src/personalclaw/config/prompt_snippets/session-incognito.md
src/personalclaw/config/prompt_snippets/session-temporary.md
src/personalclaw/config/prompt_snippets/skills-syntax.md
src/personalclaw/config/prompt_snippets/subagent-orchestration.md
src/personalclaw/config/prompt_snippets/subagent-system-prefix.md
src/personalclaw/config/prompt_snippets/thread-history-header.md
src/personalclaw/config/prompt_snippets/widget-instructions.md
src/personalclaw/config/prompt_snippets/workspace-identity.md
src/personalclaw/config/prompts/background.md
src/personalclaw/config/prompts/chat.md
src/personalclaw/config/prompts/code.md
src/personalclaw/config/prompts/goal_loop.md
src/personalclaw/config/prompts/task-channel_title.md
src/personalclaw/config/prompts/task-code_classify.md
src/personalclaw/config/prompts/task-code_design_brief.md
src/personalclaw/config/prompts/task-code_step_brief.md
src/personalclaw/config/prompts/task-contradiction_judge.md
src/personalclaw/config/prompts/task-cycle_judge.md
src/personalclaw/config/prompts/task-cycle_judge_skeptic.md
src/personalclaw/config/prompts/task-design_design_brief.md
src/personalclaw/config/prompts/task-design_phases.md
src/personalclaw/config/prompts/task-design_step_brief.md
src/personalclaw/config/prompts/task-digest.md
src/personalclaw/config/prompts/task-eval_judge.md
src/personalclaw/config/prompts/task-folder_icon.md
src/personalclaw/config/prompts/task-goal_classify.md
src/personalclaw/config/prompts/task-goal_step_brief.md
src/personalclaw/config/prompts/task-grill_assess.md
src/personalclaw/config/prompts/task-grill_flat.md
src/personalclaw/config/prompts/task-grill_tree.md
src/personalclaw/config/prompts/task-history_compression.md
src/personalclaw/config/prompts/task-inbox-classify.md
src/personalclaw/config/prompts/task-inbox-digest.md
src/personalclaw/config/prompts/task-inbox-draft.md
src/personalclaw/config/prompts/task-memory_consolidation.md
src/personalclaw/config/prompts/task-nav_links.md
src/personalclaw/config/prompts/task-nl_to_cron.md
src/personalclaw/config/prompts/task-orchestrator_skill.md
src/personalclaw/config/prompts/task-parallel_worker_nudge.md
src/personalclaw/config/prompts/task-plan_consolidation.md
src/personalclaw/config/prompts/task-plan_rephrase.md
src/personalclaw/config/prompts/task-prompt_optimizer.md
src/personalclaw/config/prompts/task-research_step_brief.md
src/personalclaw/config/prompts/task-sdlc_stage_gate.md
src/personalclaw/config/prompts/task-side_chat.md
src/personalclaw/config/prompts/task-subgoal_judge.md
src/personalclaw/config/prompts/task-suggestions.md
src/personalclaw/config/prompts/task-title.md
src/personalclaw/dashboard/__init__.py
src/personalclaw/dashboard/_types.py
src/personalclaw/dashboard/attachment_extract.py
src/personalclaw/dashboard/chat.py
src/personalclaw/dashboard/chat_channel.py
src/personalclaw/dashboard/chat_folders.py
src/personalclaw/dashboard/chat_fork.py
src/personalclaw/dashboard/chat_handlers.py
src/personalclaw/dashboard/chat_persistence.py
src/personalclaw/dashboard/chat_regenerate.py
src/personalclaw/dashboard/chat_retag.py
src/personalclaw/dashboard/chat_runner.py
src/personalclaw/dashboard/chat_tags.py
src/personalclaw/dashboard/chat_title.py
src/personalclaw/dashboard/chat_undo.py
src/personalclaw/dashboard/chat_utils.py
src/personalclaw/dashboard/chat_voice.py
src/personalclaw/dashboard/embedding_reindex.py
src/personalclaw/dashboard/file_index.py
src/personalclaw/dashboard/handlers_inbox.py
src/personalclaw/dashboard/handlers_system.py
src/personalclaw/dashboard/model_downloads.py
src/personalclaw/dashboard/origin.py
src/personalclaw/dashboard/schedule_inject.py
src/personalclaw/dashboard/server.py
src/personalclaw/dashboard/session_health.py
src/personalclaw/dashboard/side.py
src/personalclaw/dashboard/side_context.py
src/personalclaw/dashboard/side_prompts.py
src/personalclaw/dashboard/side_state.py
src/personalclaw/dashboard/sse.py
src/personalclaw/dashboard/state.py
src/personalclaw/dashboard/token_auth.py
src/personalclaw/dashboard/ws.py
src/personalclaw/dashboard/handlers/__init__.py
src/personalclaw/dashboard/handlers/_shared.py
src/personalclaw/dashboard/handlers/agent_marketplace.py
src/personalclaw/dashboard/handlers/agents.py
src/personalclaw/dashboard/handlers/apps.py
src/personalclaw/dashboard/handlers/autonudge.py
src/personalclaw/dashboard/handlers/channels.py
src/personalclaw/dashboard/handlers/core.py
src/personalclaw/dashboard/handlers/embedding_reindex.py
src/personalclaw/dashboard/handlers/files.py
src/personalclaw/dashboard/handlers/hooks.py
src/personalclaw/dashboard/handlers/knowledge.py
src/personalclaw/dashboard/handlers/loop_routes.py
src/personalclaw/dashboard/handlers/mcp.py
src/personalclaw/dashboard/handlers/memory.py
src/personalclaw/dashboard/handlers/messaging.py
src/personalclaw/dashboard/handlers/model_downloads.py
src/personalclaw/dashboard/handlers/model_registry.py
src/personalclaw/dashboard/handlers/optimizer.py
src/personalclaw/dashboard/handlers/portability.py
src/personalclaw/dashboard/handlers/prompts.py
src/personalclaw/dashboard/handlers/providers.py
src/personalclaw/dashboard/handlers/schedule.py
src/personalclaw/dashboard/handlers/search_registry.py
src/personalclaw/dashboard/handlers/sessions.py
src/personalclaw/dashboard/handlers/skills.py
src/personalclaw/dashboard/handlers/terminal.py
src/personalclaw/dashboard/handlers/tools.py
src/personalclaw/dashboard/handlers/triggers.py
src/personalclaw/dashboard/handlers/updates.py
src/personalclaw/dashboard/handlers/updates_kind.py
src/personalclaw/dashboard/handlers/uploads.py
src/personalclaw/diarization/__init__.py
src/personalclaw/diarization/provider.py
src/personalclaw/diarization/registry.py
src/personalclaw/embedding_providers/__init__.py
src/personalclaw/embedding_providers/base.py
src/personalclaw/embedding_providers/registry.py
src/personalclaw/eval/__init__.py
src/personalclaw/eval/judge.py
src/personalclaw/eval/runner.py
src/personalclaw/eval/scenario.py
src/personalclaw/eval/scenarios/context_accumulation.json
src/personalclaw/eval/scenarios/lesson_application.json
src/personalclaw/eval/scenarios/memory_recall_basic.json
src/personalclaw/eval/scenarios/smoke_test.json
src/personalclaw/image_gen/__init__.py
src/personalclaw/image_gen/openai_provider.py
src/personalclaw/image_gen/provider.py
src/personalclaw/image_gen/registry.py
src/personalclaw/image_gen/stub_provider.py
src/personalclaw/image_gen/bundles/__init__.py
src/personalclaw/inbox_providers/__init__.py
src/personalclaw/inbox_providers/base.py
src/personalclaw/inbox_providers/filesystem_source.py
src/personalclaw/inbox_providers/native_source.py
src/personalclaw/knowledge/__init__.py
src/personalclaw/knowledge/dedup.py
src/personalclaw/knowledge/embedder.py
src/personalclaw/knowledge/extract.py
src/personalclaw/knowledge/extractor.py
src/personalclaw/knowledge/ingest_queue.py
src/personalclaw/knowledge/insights.py
src/personalclaw/knowledge/intents.py
src/personalclaw/knowledge/llm_pool.py
src/personalclaw/knowledge/media.py
src/personalclaw/knowledge/readers.py
src/personalclaw/knowledge/retrieval.py
src/personalclaw/knowledge/store.py
src/personalclaw/knowledge/connectors/__init__.py
src/personalclaw/knowledge/connectors/base.py
src/personalclaw/knowledge/connectors/web_url.py
src/personalclaw/knowledge/pipeline/__init__.py
src/personalclaw/knowledge/pipeline/executor.py
src/personalclaw/knowledge/pipeline/graph.py
src/personalclaw/knowledge/pipeline/graphs.py
src/personalclaw/knowledge/pipeline/registry.py
src/personalclaw/knowledge/pipeline/runner.py
src/personalclaw/knowledge/pipeline/types.py
src/personalclaw/knowledge/pipeline/nodes/__init__.py
src/personalclaw/knowledge/pipeline/nodes/_llm.py
src/personalclaw/knowledge/pipeline/nodes/media_nodes.py
src/personalclaw/knowledge/pipeline/nodes/text_nodes.py
src/personalclaw/knowledge_providers/__init__.py
src/personalclaw/knowledge_providers/base.py
src/personalclaw/knowledge_providers/registry.py
src/personalclaw/knowledge_providers/native/__init__.py
src/personalclaw/lexicon/__init__.py
src/personalclaw/lexicon/handlers.py
src/personalclaw/lexicon/phonetics.py
src/personalclaw/lexicon/service.py
src/personalclaw/lexicon/store.py
src/personalclaw/llm/__init__.py
src/personalclaw/llm/acp_agent.py
src/personalclaw/llm/acp_session_provider.py
src/personalclaw/llm/anthropic.py
src/personalclaw/llm/base.py
src/personalclaw/llm/capabilities.py
src/personalclaw/llm/catalog.py
src/personalclaw/llm/cleanup.py
src/personalclaw/llm/credentials.py
src/personalclaw/llm/events.py
src/personalclaw/llm/openai.py
src/personalclaw/llm/registry.py
src/personalclaw/llm/stream_tags.py
src/personalclaw/local_models/__init__.py
src/personalclaw/local_models/provider.py
src/personalclaw/local_models/registry.py
src/personalclaw/loop/__init__.py
src/personalclaw/loop/classify.py
src/personalclaw/loop/code_classify.py
src/personalclaw/loop/code_plan_briefs.py
src/personalclaw/loop/design_plan_briefs.py
src/personalclaw/loop/design_tokens.py
src/personalclaw/loop/gates.py
src/personalclaw/loop/goal_meta.py
src/personalclaw/loop/goal_plan_briefs.py
src/personalclaw/loop/granularity.py
src/personalclaw/loop/instrument.py
src/personalclaw/loop/judge.py
src/personalclaw/loop/lifecycle.py
src/personalclaw/loop/loop.py
src/personalclaw/loop/manager.py
src/personalclaw/loop/plan_walkthrough.py
src/personalclaw/loop/research_plan_briefs.py
src/personalclaw/loop/sdlc_meta.py
src/personalclaw/loop/store.py
src/personalclaw/loop/tasks_link.py
src/personalclaw/loop/tick.py
src/personalclaw/loop/validation.py
src/personalclaw/loop/watchdog.py
src/personalclaw/loop/worktree.py
src/personalclaw/loop/kinds/__init__.py
src/personalclaw/loop/kinds/design.py
src/personalclaw/loop/kinds/general.py
src/personalclaw/loop/kinds/goal.py
src/personalclaw/loop/kinds/research.py
src/personalclaw/loop/kinds/sdlc.py
src/personalclaw/memory_providers/__init__.py
src/personalclaw/memory_providers/base.py
src/personalclaw/memory_providers/filesystem.py
src/personalclaw/memory_providers/registry.py
src/personalclaw/net/__init__.py
src/personalclaw/net/client.py
src/personalclaw/net/guard.py
src/personalclaw/net/policy.py
src/personalclaw/planning/__init__.py
src/personalclaw/planning/runner.py
src/personalclaw/planning/session.py
src/personalclaw/prompt_providers/__init__.py
src/personalclaw/prompt_providers/base.py
src/personalclaw/prompt_providers/catalog.py
src/personalclaw/prompt_providers/engine.py
src/personalclaw/prompt_providers/native_provider.py
src/personalclaw/prompt_providers/registry.py
src/personalclaw/prompt_providers/runtime.py
src/personalclaw/providers/__init__.py
src/personalclaw/providers/entity_routes.py
src/personalclaw/providers/instance_routes.py
src/personalclaw/providers/instances.py
src/personalclaw/providers/loader.py
src/personalclaw/providers/mcp_instances.py
src/personalclaw/providers/media_scanners.py
src/personalclaw/providers/prompt_use_cases.py
src/personalclaw/providers/provider_bridge.py
src/personalclaw/providers/registry.py
src/personalclaw/providers/routes.py
src/personalclaw/providers/settings.py
src/personalclaw/providers/use_cases.py
src/personalclaw/sdk/__init__.py
src/personalclaw/sdk/acp.py
src/personalclaw/sdk/action.py
src/personalclaw/sdk/channel.py
src/personalclaw/sdk/cli.py
src/personalclaw/sdk/credentials.py
src/personalclaw/sdk/diarization.py
src/personalclaw/sdk/embedding.py
src/personalclaw/sdk/image.py
src/personalclaw/sdk/inbox.py
src/personalclaw/sdk/knowledge.py
src/personalclaw/sdk/local_model.py
src/personalclaw/sdk/manifest.py
src/personalclaw/sdk/mcp.py
src/personalclaw/sdk/memory.py
src/personalclaw/sdk/model.py
src/personalclaw/sdk/net.py
src/personalclaw/sdk/prompt.py
src/personalclaw/sdk/provider_helpers.py
src/personalclaw/sdk/search.py
src/personalclaw/sdk/security.py
src/personalclaw/sdk/settings.py
src/personalclaw/sdk/skill.py
src/personalclaw/sdk/stt.py
src/personalclaw/sdk/tool.py
src/personalclaw/sdk/tts.py
src/personalclaw/sdk/util.py
src/personalclaw/sdk/video.py
src/personalclaw/search_providers/__init__.py
src/personalclaw/search_providers/base.py
src/personalclaw/search_providers/registry.py
src/personalclaw/search_providers/use_cases.py
src/personalclaw/service/__init__.py
src/personalclaw/service/common.py
src/personalclaw/service/controller.py
src/personalclaw/service/linux.py
src/personalclaw/service/macos.py
src/personalclaw/skills/__init__.py
src/personalclaw/skills/curator.py
src/personalclaw/skills/ephemeral.py
src/personalclaw/skills/loader.py
src/personalclaw/skills/marketplace.py
src/personalclaw/skills/native.py
src/personalclaw/skills/proposals.py
src/personalclaw/skills/surfacing.py
src/personalclaw/skills/usage.py
src/personalclaw/skills/bundled/__init__.py
src/personalclaw/skills/bundled/artifacts/SKILL.md
src/personalclaw/skills/bundled/delegation/SKILL.md
src/personalclaw/skills/bundled/editorial-document/SKILL.md
src/personalclaw/skills/bundled/grill/SKILL.md
src/personalclaw/skills/bundled/infographic-syntax/SKILL.md
src/personalclaw/skills/bundled/knowledge-grounding/SKILL.md
src/personalclaw/skills/bundled/loop-worker/SKILL.md
src/personalclaw/skills/bundled/memory-discipline/SKILL.md
src/personalclaw/skills/bundled/pclaw-features/SKILL.md
src/personalclaw/skills/bundled/task-and-project/SKILL.md
src/personalclaw/skills/bundled/visual-output/SKILL.md
src/personalclaw/stt/__init__.py
src/personalclaw/stt/handlers.py
src/personalclaw/stt/openai_provider.py
src/personalclaw/stt/provider.py
src/personalclaw/stt/registry.py
src/personalclaw/tasks/__init__.py
src/personalclaw/tasks/handlers.py
src/personalclaw/tasks/hierarchy.py
src/personalclaw/tasks/hierarchy_handlers.py
src/personalclaw/tasks/models.py
src/personalclaw/tasks/native.py
src/personalclaw/tasks/provider.py
src/personalclaw/tasks/reconcile.py
src/personalclaw/tasks/registry.py
src/personalclaw/tests_fixtures/empty/fixture.yaml
src/personalclaw/tool_providers/__init__.py
src/personalclaw/tool_providers/base.py
src/personalclaw/tool_providers/projection.py
src/personalclaw/tool_providers/registry.py
src/personalclaw/tool_providers/result_store.py
src/personalclaw/tool_providers/tool_prefs.py
src/personalclaw/tts/__init__.py
src/personalclaw/tts/openai_provider.py
src/personalclaw/tts/provider.py
src/personalclaw/tts/registry.py
src/personalclaw/uploads/__init__.py
src/personalclaw/uploads/policy.py
src/personalclaw/uploads/store.py
src/personalclaw/video_gen/__init__.py
src/personalclaw/video_gen/provider.py
src/personalclaw/video_gen/registry.py
src/personalclaw/web/__init__.py
src/personalclaw/web/extract.py
src/personalclaw/web/fetch.py
src/personalclaw/web/render.py
src/personalclaw/workflows/__init__.py
src/personalclaw/workflows/composition.py
src/personalclaw/workflows/handlers.py
src/personalclaw/workflows/lifecycle.py
src/personalclaw/workflows/models.py
src/personalclaw/workflows/native.py
src/personalclaw/workflows/provider.py
src/personalclaw/workflows/registry.py
src/personalclaw/workflows/surfacing.py
src/personalclaw/workflows/bundled/commit-changes/WORKFLOW.md
src/personalclaw/workflows/bundled/debug-failing-test/WORKFLOW.md
tests/test_acp_agent_event_mapping.py
tests/test_acp_agent_resolution.py
tests/test_acp_bundles.py
tests/test_acp_cli_resolve.py
tests/test_acp_client.py
tests/test_acp_connection_pool.py
tests/test_acp_dialect.py
tests/test_acp_reader.py
tests/test_acp_session.py
tests/test_acp_session_provider.py
tests/test_acp_set_mode_all_agents.py
tests/test_acp_translate.py
tests/test_acp_transport.py
tests/test_acp_turn_scenarios.py
tests/test_acp_types.py
tests/test_action_schema_executor_parity.py
tests/test_active_recall.py
tests/test_after_turn_review.py
tests/test_agent.py
tests/test_agent_defaults.py
tests/test_agent_definition_provider.py
tests/test_agent_event.py
tests/test_agent_metadata.py
tests/test_agent_model_reconcile.py
tests/test_agent_provider.py
tests/test_agent_providers_endpoint.py
tests/test_agent_scoped_hooks.py
tests/test_agent_voice.py
tests/test_api_agent_config_put_succeeds.py
tests/test_api_server.py
tests/test_app_agent_run.py
tests/test_app_api.py
tests/test_app_catalog.py
tests/test_app_cli.py
tests/test_app_dependency_ledger.py
tests/test_app_manager_lifecycle.py
tests/test_app_manager_update.py
tests/test_app_manifest.py
tests/test_app_mcp_bridge.py
tests/test_app_owned_prompts.py
tests/test_app_permissions.py
tests/test_app_provider_registration.py
tests/test_app_python_deps.py
tests/test_app_sandbox_p3.py
tests/test_app_seed_builtins.py
tests/test_app_storage.py
tests/test_approval_threading.py
tests/test_approval_timeout_policy.py
tests/test_apps_import_boundary.py
tests/test_artifact_binary.py
tests/test_artifact_mcp_tools.py
tests/test_artifacts_entity.py
tests/test_attachment_extract.py
tests/test_auth_config_properties.py
tests/test_auto_promote.py
tests/test_autonudge.py
tests/test_backend_runtime_reap.py
tests/test_background_session_defer.py
tests/test_behavior_qa_pack.py
tests/test_bot_name.py
tests/test_browse_dirs.py
tests/test_bundled_skills_catalog.py
tests/test_can_resolve_use_case.py
tests/test_channel_contract.py
tests/test_channel_history.py
tests/test_channel_thread_sync.py
tests/test_chat_auto_tag.py
tests/test_chat_channel.py
tests/test_chat_hard_delete.py
tests/test_chat_hooks.py
tests/test_chat_runner_procedural_wiring.py
tests/test_chat_session_origin.py
tests/test_chat_session_reasoning_effort.py
tests/test_chat_session_workspace_dir.py
tests/test_chat_tags.py
tests/test_chat_undo.py
tests/test_chat_utils.py
tests/test_chat_voice.py
tests/test_cli.py
tests/test_cli_agent.py
tests/test_cli_gateway_flags.py
tests/test_cli_restart.py
tests/test_code_agentic_tools.py
tests/test_code_classify_plan.py
tests/test_code_decomposition_stages.py
tests/test_concurrency.py
tests/test_config.py
tests/test_config_api.py
tests/test_config_loader.py
tests/test_config_patch.py
tests/test_config_roundtrip.py
tests/test_config_schema.py
tests/test_context.py
tests/test_context_compaction.py
tests/test_context_engine.py
tests/test_context_management.py
tests/test_credential_store.py
tests/test_cron.py
tests/test_cron_acp_retry.py
tests/test_cron_action_dispatch.py
tests/test_cron_approval_mode.py
tests/test_cron_channel_delivery.py
tests/test_cron_dedup.py
tests/test_cron_ephemeral_session.py
tests/test_cron_jitter.py
tests/test_cron_reaper.py
tests/test_cron_reaper_ephemeral.py
tests/test_cron_resilience.py
tests/test_cron_session_scope.py
tests/test_cron_skip_dates.py
tests/test_cron_thread_routing.py
tests/test_dashboard.py
tests/test_dashboard_approval.py
tests/test_dashboard_chat.py
tests/test_dashboard_cron_approval.py
tests/test_dashboard_cron_channel.py
tests/test_dashboard_cron_update_agent.py
tests/test_dashboard_file_io.py
tests/test_dashboard_hooks.py
tests/test_dashboard_layout.py
tests/test_dashboard_origin.py
tests/test_dashboard_reset_sessions.py
tests/test_dashboard_sessions_clear.py
tests/test_dashboard_sessions_search.py
tests/test_dashboard_state_ws.py
tests/test_dashboard_status_snapshot.py
tests/test_dashboard_yolo_startup.py
tests/test_denied_commands.py
tests/test_deployment_parity.py
tests/test_design_plan_briefs.py
tests/test_design_tokens.py
tests/test_doc_parser.py
tests/test_edit_resend.py
tests/test_embedding_provider_resolution.py
tests/test_embedding_reindex.py
tests/test_empty_response_retry.py
tests/test_enable_embeddings_faiss.py
tests/test_engagement_signals.py
tests/test_entity_seam_handlers.py
tests/test_entity_settings_routes.py
tests/test_env.py
tests/test_ephemeral_sessions.py
tests/test_eval_harness.py
tests/test_event_triggers.py
tests/test_failure_breaker.py
tests/test_fence_untrusted.py
tests/test_file_change_capture.py
tests/test_file_index.py
tests/test_file_raw.py
tests/test_file_read_resolve.py
tests/test_file_search.py
tests/test_file_send_units.py
tests/test_file_watch.py
tests/test_files_complete.py
tests/test_files_content_search.py
tests/test_files_git_status.py
tests/test_fire_for_ids.py
tests/test_fire_tool_hooks.py
tests/test_fork_mode.py
tests/test_frontend_dist_resolve.py
tests/test_fs_watch.py
tests/test_gateway.py
tests/test_gateway_pipe_death.py
tests/test_get_update_info.py
tests/test_grill.py
tests/test_handlers_system_mcp_count.py
tests/test_header_controls_doctrine.py
tests/test_heartbeat_prompt_deliver.py
tests/test_heartbeat_retention.py
tests/test_history.py
tests/test_hook_attribution.py
tests/test_hook_launched_status.py
tests/test_hooks.py
tests/test_image_gen.py
tests/test_image_gen_discovery.py
tests/test_image_generate_tool.py
tests/test_inbox.py
tests/test_inbox_digest_handler.py
tests/test_inbox_native_source.py
tests/test_inbox_service.py
tests/test_inline_tool_cards_props.py
tests/test_inprocess_tool_providers.py
tests/test_interrupt.py
tests/test_invoke_agent_hook.py
tests/test_knowledge.py
tests/test_knowledge_dedup.py
tests/test_knowledge_intents.py
tests/test_knowledge_media_nodes.py
tests/test_knowledge_pipeline.py
tests/test_knowledge_provider_seam.py
tests/test_knowledge_search_upgrade.py
tests/test_knowledge_typed_items.py
tests/test_l1_manifest.py
tests/test_learn.py
tests/test_lesson_contradiction.py
tests/test_lexicon.py
tests/test_llm_helpers.py
tests/test_llm_pool.py
tests/test_local_model_discovery_async.py
tests/test_loop_code_stages.py
tests/test_loop_design_complete.py
tests/test_loop_entity.py
tests/test_loop_gates.py
tests/test_loop_http.py
tests/test_loop_instrument.py
tests/test_loop_manager.py
tests/test_loop_plan_walkthrough.py
tests/test_loop_scratch_lifecycle.py
tests/test_loop_store.py
tests/test_loop_tasks_link.py
tests/test_loop_tick.py
tests/test_loop_validation.py
tests/test_loop_watchdog.py
tests/test_loop_worktree.py
tests/test_manifest_crons.py
tests/test_mark_permission_resolved.py
tests/test_mcp_apply.py
tests/test_mcp_arg_coercion.py
tests/test_mcp_client.py
tests/test_mcp_core.py
tests/test_mcp_core_wait.py
tests/test_mcp_cron.py
tests/test_mcp_cron_channel.py
tests/test_mcp_cron_persistent_session.py
tests/test_mcp_cron_thread_ts.py
tests/test_mcp_discovery.py
tests/test_mcp_importable.py
tests/test_mcp_pooling.py
tests/test_mcp_shared.py
tests/test_mcp_shared_cache.py
tests/test_mcp_sync_agent.py
tests/test_mcp_tools_instances.py
tests/test_mem_adaptive_budget.py
tests/test_memory.py
tests/test_memory_axes.py
tests/test_memory_context_preview.py
tests/test_memory_daily_digest.py
tests/test_memory_fallback_chain.py
tests/test_memory_graph.py
tests/test_memory_heat_ttl.py
tests/test_memory_lint.py
tests/test_memory_persona_commitment.py
tests/test_memory_procedural.py
tests/test_memory_provider_contract.py
tests/test_memory_record.py
tests/test_memory_service.py
tests/test_memory_session.py
tests/test_memory_settings_vault.py
tests/test_memory_smoke.py
tests/test_memory_vault.py
tests/test_memory_wal_undo.py
tests/test_memory_write_scan.py
tests/test_merge_queued_messages.py
tests/test_message_queue.py
tests/test_model_catalog_seam.py
tests/test_model_downloads.py
tests/test_model_provider_complete.py
tests/test_model_registry_prune.py
tests/test_models_chat_endpoint.py
tests/test_native_builtin_split.py
tests/test_native_builtin_tools.py
tests/test_native_hook_providers.py
tests/test_native_runtime.py
tests/test_native_task_tools.py
tests/test_native_tool_categories.py
tests/test_nav_resolve_links.py
tests/test_net_client.py
tests/test_net_egress.py
tests/test_nl_to_cron.py
tests/test_no_open_browser.py
tests/test_optimizer.py
tests/test_orchestrator_skill.py
tests/test_outbox_media.py
tests/test_parse_options.py
tests/test_parse_time_string_tz.py
tests/test_personal_claw.py
tests/test_pid_lifecycle.py
tests/test_pid_sweep_helpers.py
tests/test_planning_runner.py
tests/test_portability.py
tests/test_preference_facets.py
tests/test_pricing.py
tests/test_process_tree.py
tests/test_process_tree_kill.py
tests/test_project_context_preamble.py
tests/test_projects_service.py
tests/test_prompt_api.py
tests/test_prompt_engine.py
tests/test_prompt_render_tool.py
tests/test_prompt_storage.py
tests/test_prompt_use_cases.py
tests/test_prompts.py
tests/test_provider_boundary_residue.py
tests/test_provider_create_bedrock.py
tests/test_provider_helpers.py
tests/test_provider_properties.py
tests/test_provider_registry.py
tests/test_provider_resolution_unify.py
tests/test_provider_settings_path.py
tests/test_pwa_file_symlink.py
tests/test_question_card.py
tests/test_queue_cancel.py
tests/test_reference_channel.py
tests/test_registry_config_sync.py
tests/test_relevance_cliff.py
tests/test_remote_audio_providers.py
tests/test_remove_slot_for_history_key.py
tests/test_rendering_registry_parity.py
tests/test_research_kind_web.py
tests/test_resolve_session_key.py
tests/test_reveal_path.py
tests/test_run_prompt_action.py
tests/test_run_script_action.py
tests/test_run_workflow_action.py
tests/test_sandbox_argv.py
tests/test_sandbox_cc_mode.py
tests/test_sandbox_probe.py
tests/test_schedule_history.py
tests/test_schedule_inject.py
tests/test_schedule_script.py
tests/test_schedule_trigger.py
tests/test_script_hooks.py
tests/test_sdist_bundles_spa.py
tests/test_sdk_cli.py
tests/test_sdk_deps.py
tests/test_sdlc_tools.py
tests/test_search_entity.py
tests/test_search_registry_fallback.py
tests/test_search_registry_routes.py
tests/test_security.py
tests/test_seed.py
tests/test_sel.py
tests/test_send_message_targeted.py
tests/test_server_route_handlers_exist.py
tests/test_service.py
tests/test_session.py
tests/test_session_acp_pool_claim.py
tests/test_session_cleanup.py
tests/test_session_health.py
tests/test_session_keepalive.py
tests/test_session_map_cwd.py
tests/test_session_pool.py
tests/test_session_restore.py
tests/test_session_restrictions.py
tests/test_session_thread_map.py
tests/test_session_workspace.py
tests/test_sessions_health_cache.py
tests/test_shepherd_fixes.py
tests/test_shutdown_event.py
tests/test_side_chat_isolation.py
tests/test_single_flight_reaper.py
tests/test_skill_agent_local_tier.py
tests/test_skill_curator.py
tests/test_skill_ephemeral.py
tests/test_skill_files_endpoint.py
tests/test_skill_install_guarded.py
tests/test_skill_ladder_review.py
tests/test_skill_paths_and_mcp_sync.py
tests/test_skill_progressive_disclosure.py
tests/test_skill_proposals.py
tests/test_skill_surfacing.py
tests/test_skill_usage.py
tests/test_skills.py
tests/test_snapshot.py
tests/test_spawn_list_redaction.py
tests/test_sse_hub.py
tests/test_ssl_certs.py
tests/test_stats.py
tests/test_stream_tags.py
tests/test_streaming_meta_redaction.py
tests/test_subagent.py
tests/test_subagent_autosize.py
tests/test_subagent_cwd.py
tests/test_subagent_persistence.py
tests/test_subagent_validate.py
tests/test_supersession_chain.py
tests/test_supply_chain_gates.py
tests/test_supply_chain_scanner.py
tests/test_sync_bridge.py
tests/test_task_modes.py
tests/test_tasks_api.py
tests/test_tasks_dag.py
tests/test_tasks_entity_evolution.py
tests/test_tasks_hierarchy.py
tests/test_temporary_chat.py
tests/test_terminal_handler.py
tests/test_textfmt.py
tests/test_theme_css_security.py
tests/test_thread_context.py
tests/test_to_dict_board_fields.py
tests/test_token_auth.py
tests/test_tool_error_recovery.py
tests/test_tool_meta_persist.py
tests/test_tool_output_projection.py
tests/test_tool_prefs.py
tests/test_tool_provider_instances.py
tests/test_tool_result_store.py
tests/test_tool_retrieval.py
tests/test_tool_risk.py
tests/test_tools_handler.py
tests/test_transcribe.py
tests/test_transport_doctrine.py
tests/test_triggers_facade.py
tests/test_trust_mode.py
tests/test_trust_reads.py
tests/test_update_apply_kind.py
tests/test_update_progress.py
tests/test_updates_kind.py
tests/test_upload_ceilings_parity.py
tests/test_upload_handlers.py
tests/test_upload_policy.py
tests/test_upload_store.py
tests/test_url_navigation_doctrine.py
tests/test_validation.py
tests/test_validation_user_actions.py
tests/test_vector_memory.py
tests/test_version_consistency.py
tests/test_voice_reply.py
tests/test_web_extract.py
tests/test_web_extract_tool.py
tests/test_web_fetch.py
tests/test_web_render.py
tests/test_web_url_egress.py
tests/test_webhook_agent_auth.py
tests/test_workflow_list_tool.py
tests/test_workflows_api.py
tests/test_workflows_composition.py
tests/test_workflows_evolve.py
tests/test_workflows_injection.py
tests/test_workflows_native.py
tests/test_workflows_surfacing.py
tests/test_write_secret_file.py
tests/test_ws_and_plan_memory.py
tests/test_yolo_ttl.py
web/dist/claw.svg
web/dist/index.html
web/dist/assets/AgentsSection-D2HNpK3H.js
web/dist/assets/AppHostPage-DUAFOu8u.js
web/dist/assets/AppsSection-DcuzwiZk.js
web/dist/assets/CockpitPromptBar-CJNPc2c-.js
web/dist/assets/CodeSection-BbzIcbAr.js
web/dist/assets/Combobox-C_YTjfW8.js
web/dist/assets/DagView-CcwKyxIr.js
web/dist/assets/DashboardPage-BXyEbQz9.js
web/dist/assets/DesignCockpitPage-B-RSWO5P.js
web/dist/assets/FilesSection-Dg8qsPgr.js
web/dist/assets/FilterMenu-lHdXNbj4.js
web/dist/assets/InboxPage-Yucf6lfs.js
web/dist/assets/InfographicView-P3M7GFR5.js
web/dist/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2
web/dist/assets/KaTeX_AMS-Regular-DMm9YOAa.woff
web/dist/assets/KaTeX_AMS-Regular-DRggAlZN.ttf
web/dist/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf
web/dist/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff
web/dist/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2
web/dist/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff
web/dist/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2
web/dist/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf
web/dist/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf
web/dist/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff
web/dist/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2
web/dist/assets/KaTeX_Fraktur-Regular-CB_wures.ttf
web/dist/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2
web/dist/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff
web/dist/assets/KaTeX_Main-Bold-Cx986IdX.woff2
web/dist/assets/KaTeX_Main-Bold-Jm3AIy58.woff
web/dist/assets/KaTeX_Main-Bold-waoOVXN0.ttf
web/dist/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2
web/dist/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf
web/dist/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff
web/dist/assets/KaTeX_Main-Italic-3WenGoN9.ttf
web/dist/assets/KaTeX_Main-Italic-BMLOBm91.woff
web/dist/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2
web/dist/assets/KaTeX_Main-Regular-B22Nviop.woff2
web/dist/assets/KaTeX_Main-Regular-Dr94JaBh.woff
web/dist/assets/KaTeX_Main-Regular-ypZvNtVU.ttf
web/dist/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf
web/dist/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2
web/dist/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff
web/dist/assets/KaTeX_Math-Italic-DA0__PXp.woff
web/dist/assets/KaTeX_Math-Italic-flOr_0UB.ttf
web/dist/assets/KaTeX_Math-Italic-t53AETM-.woff2
web/dist/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf
web/dist/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2
web/dist/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff
web/dist/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2
web/dist/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff
web/dist/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf
web/dist/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf
web/dist/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff
web/dist/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2
web/dist/assets/KaTeX_Script-Regular-C5JkGWo-.ttf
web/dist/assets/KaTeX_Script-Regular-D3wIWfF6.woff2
web/dist/assets/KaTeX_Script-Regular-D5yQViql.woff
web/dist/assets/KaTeX_Size1-Regular-C195tn64.woff
web/dist/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf
web/dist/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2
web/dist/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf
web/dist/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2
web/dist/assets/KaTeX_Size2-Regular-oD1tc_U0.woff
web/dist/assets/KaTeX_Size3-Regular-CTq5MqoE.woff
web/dist/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf
web/dist/assets/KaTeX_Size4-Regular-BF-4gkZK.woff
web/dist/assets/KaTeX_Size4-Regular-DWFBv043.ttf
web/dist/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2
web/dist/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff
web/dist/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2
web/dist/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf
web/dist/assets/KnowledgeSection-DyEutiSq.js
web/dist/assets/ListControls-CQnCbk7R.js
web/dist/assets/LoopSection-D2UGH5AC.js
web/dist/assets/LoopsSection-BGtXgwiH.js
web/dist/assets/Markdown-BDVlMqTq.js
web/dist/assets/Markdown-ClQbWekD.css
web/dist/assets/Modal-Z5bGqyVe.js
web/dist/assets/NotificationsPage-DUTcSPVN.js
web/dist/assets/PlanningArtifactDoc-DJsfB5L5.js
web/dist/assets/Popover-Chkebw3m.js
web/dist/assets/ProjectsSection-Dv6qfIbT.js
web/dist/assets/PromptsSection-DnY8b1wQ.js
web/dist/assets/Segmented-CJyXjRoh.js
web/dist/assets/SettingsPage-D6wr5li6.js
web/dist/assets/SkillsPage-DAItfKJY.js
web/dist/assets/TasksSection-CNqdaJY9.js
web/dist/assets/TerminalPage-C55Q1OWK.js
web/dist/assets/ToolsPage-CydPomPB.js
web/dist/assets/TopBar-BMJKDgFq.js
web/dist/assets/TriggersSection-x9BE94nD.js
web/dist/assets/WorkbenchLayout-BbX58Jyp.js
web/dist/assets/WorkflowsSection-B9GBIERe.js
web/dist/assets/WorkspacePicker-CFgweODu.js
web/dist/assets/_baseClone-CgC5_fVW.js
web/dist/assets/abap-08VXUWAP.js
web/dist/assets/abnfDiagram-VRR7QNED-CeR1eIrQ.js
web/dist/assets/activeProject-X97a4kX5.js
web/dist/assets/activity-B72Ydod2.js
web/dist/assets/agents-BoQgSqd8.js
web/dist/assets/anchor-Bb1uxqwU.js
web/dist/assets/apex-BWPQTe0t.js
web/dist/assets/api-CACQRbCe.js
web/dist/assets/appConfigForm-CczWhwqZ.js
web/dist/assets/appIcon-lqagLloG.js
web/dist/assets/arc-Bi22H63W.js
web/dist/assets/architecture-TIHT7OUA-BWqzHezU.js
web/dist/assets/architectureDiagram-ZJ3FMSHR-BVn7mefo.js
web/dist/assets/array-BifhSqXX.js
web/dist/assets/arrow-left-DEdVu4qO.js
web/dist/assets/arrow-right-cpbZdypc.js
web/dist/assets/arrow-up-right-zqcFzg4c.js
web/dist/assets/azcli-Bc_sGQ0U.js
web/dist/assets/bat-i0X4ZdIN.js
web/dist/assets/bell-B8EZZbF_.js
web/dist/assets/bicep-B5-_aFwp.js
web/dist/assets/blockDiagram-677ZJIJ3-CDXmXQFa.js
web/dist/assets/book-open-DQTctPc5.js
web/dist/assets/bot-BxwpJWV5.js
web/dist/assets/box-CuRMP9Xp.js
web/dist/assets/boxes-k5hb8Rv-.js
web/dist/assets/c4Diagram-LMCZKHZV-OiOQafWV.js
web/dist/assets/cameligo-DMUM7wLl.js
web/dist/assets/channel-XtWxHV5d.js
web/dist/assets/chart-column-CY3ge8RW.js
web/dist/assets/check-check-C-nMRcrO.js
web/dist/assets/chevron-right-C9ZrDoNw.js
web/dist/assets/chunk-2Q5K7J3B-C1jixKkw.js
web/dist/assets/chunk-32BRIVSS-DUyytNlh.js
web/dist/assets/chunk-52WLFC77-E5R8UKPa.js
web/dist/assets/chunk-5FCAYU7R-DNtJmW0j.js
web/dist/assets/chunk-5HE753X5-o8-OCfIL.js
web/dist/assets/chunk-5JV3BV7I-DKfYBAeY.js
web/dist/assets/chunk-5TONJI2A-DOX2waSJ.js
web/dist/assets/chunk-5VM5RSS4-ZNzvKenW.js
web/dist/assets/chunk-7BUUIJ7U-Bb538aSH.js
web/dist/assets/chunk-BIQX33UG-CuPbkyWp.js
web/dist/assets/chunk-C7G6YPKG-By7THYkI.js
web/dist/assets/chunk-CQNSW5MT-BbEh_krl.js
web/dist/assets/chunk-CYSBUYHQ-CbOq7Rc1.js
web/dist/assets/chunk-EMLP6XTP-BoneA0Uo.js
web/dist/assets/chunk-EX3LRPZG-BVpNXdQl.js
web/dist/assets/chunk-FWX5IMBZ-_FzoCdFq.js
web/dist/assets/chunk-HOUHSVGY-CA9JB66F.js
web/dist/assets/chunk-ICXQ74PX-7k2dcNNp.js
web/dist/assets/chunk-JG7HCLWE-Dk4_aECj.js
web/dist/assets/chunk-JWPE2WC7-DVXcaiue.js
web/dist/assets/chunk-KEIR6QF5-Dj-OpFgW.js
web/dist/assets/chunk-MOJQB5TN-UrNo9Dl9.js
web/dist/assets/chunk-MOZMSUNE-BgA8jCvb.js
web/dist/assets/chunk-OGEWGWER-8nh2CNLl.js
web/dist/assets/chunk-OSBZ3O6U-CX9EQ5t2.js
web/dist/assets/chunk-PUDLZKDR-DHnl7Vbn.js
web/dist/assets/chunk-Q4XR5HBZ-BNAup0DB.js
web/dist/assets/chunk-QBLGF6JB-C9zGMqvP.js
web/dist/assets/chunk-R7FJI6CG-BpBhcF6R.js
web/dist/assets/chunk-RYQCIY6F-wIahH7Y2.js
web/dist/assets/chunk-U6XO7XAA-CR0BSRFR.js
web/dist/assets/chunk-V7JOEXUC-BwRjI2ve.js
web/dist/assets/chunk-VAUOI2AC-DQS1S8BI.js
web/dist/assets/chunk-VR4S4FIN-5LkGPPTo.js
web/dist/assets/chunk-WYO6CB5R-CvPO17RH.js
web/dist/assets/chunk-X3CZISLH-ojMe8fWI.js
web/dist/assets/chunk-XXDRQBXY-Bf8QdBI1.js
web/dist/assets/chunk-Y2CYZVJY-DsF7k-Jl.js
web/dist/assets/chunk-YOTPTUD7-CjHV8V6f.js
web/dist/assets/chunk-ZGVPDNZ5-Dq9tgF8F.js
web/dist/assets/chunk-ZIRB5QZD-C6fEPe3t.js
web/dist/assets/chunkedUpload-8_bGV0pg.js
web/dist/assets/circle-CyhPObT_.js
web/dist/assets/circle-check-D2FbfCh0.js
web/dist/assets/circle-question-mark-BIpy_bwO.js
web/dist/assets/circle-slash-BqxQ1K2m.js
web/dist/assets/circle-x-CyHlcywd.js
web/dist/assets/classDiagram-OUVF2IWQ-bwJJ-BcI.js
web/dist/assets/classDiagram-v2-EOCWNBFH-bwJJ-BcI.js
web/dist/assets/clock-H9P_EVQD.js
web/dist/assets/clojure-Cm7r79vr.js
web/dist/assets/code-xml-zRCJsUiW.js
web/dist/assets/codicon-ngg6Pgfi.ttf
web/dist/assets/coffee-Ba7i2nA0.js
web/dist/assets/contentTypes-ZqeuxEnU.js
web/dist/assets/copy-COewHhMx.js
web/dist/assets/corner-down-left-DViVpu4S.js
web/dist/assets/corner-down-right-BfJQ4oRS.js
web/dist/assets/cose-bilkent-JH36ORCC-BXt3jwU7.js
web/dist/assets/cpp-C7h46wYY.js
web/dist/assets/cpu-Bb2_4j_A.js
web/dist/assets/csharp-BKxtCVv1.js
web/dist/assets/csp-bTuwJoIa.js
web/dist/assets/css-DIMkf-bt.js
web/dist/assets/css.worker-yKcq13f2.js
web/dist/assets/cssMode-DEsrBFiI.js
web/dist/assets/cynefin-VYW2F7L2-4m18BxUG.js
web/dist/assets/cynefinDiagram-TSTJHNR4-Cc660zMB.js
web/dist/assets/cypher-CVaqCwHa.js
web/dist/assets/cytoscape.esm-CQFVGiJu.js
web/dist/assets/dagre-BGeTjBId.js
web/dist/assets/dagre-VKFMJZFB-ry8Xesg8.js
web/dist/assets/dart-onAF5SnQ.js
web/dist/assets/defaultLocale-C8Fc0cco.js
web/dist/assets/diagram-FQU43EPY-CjwH52DD.js
web/dist/assets/diagram-G47NLZAW-C5mVN3-R.js
web/dist/assets/diagram-NH7WQ7WH-k4VKpPeF.js
web/dist/assets/diagram-OA4YK3LP-CM7K4mor.js
web/dist/assets/diagram-WEI45ONY-De1xw6DL.js
web/dist/assets/dialog-BahzhVcv.js
web/dist/assets/dialogStore-BEZvW6c8.js
web/dist/assets/dist-CjNnd4gY.js
web/dist/assets/dist-DLiMshR7.js
web/dist/assets/dockerfile-DZFCIeNp.js
web/dist/assets/download-B5zzl5uZ.js
web/dist/assets/download-z7ADXQw_.js
web/dist/assets/ebnfDiagram-CCIWWBDH-BJD6kZPa.js
web/dist/assets/ecl-D05T4iGw.js
web/dist/assets/editor-Br_kD0ds.css
web/dist/assets/editor.api2-4ndOupAA.js
web/dist/assets/editor.worker-tytyn86m.js
web/dist/assets/elixir-6RTg0lbw.js
web/dist/assets/ellipsis-BAF3NCVx.js
web/dist/assets/erDiagram-Q63AITRT-BURNYK88.js
web/dist/assets/esm-nNdQxdC0.js
web/dist/assets/eventmodeling-45OFAUF4-Dp0gpjhg.js
web/dist/assets/external-link-BFMb3_Mp.js
web/dist/assets/eye-TdldIA27.js
web/dist/assets/file-BEKmT1PY.js
web/dist/assets/file-box-Bl1VI3Ye.js
web/dist/assets/file-code-corner-QupU9_qt.js
web/dist/assets/file-plus-corner-CO5vspMV.js
web/dist/assets/file-text-x9wkcuEf.js
web/dist/assets/files-CqnUOG-O.js
web/dist/assets/filesData-Cey9VAFK.js
web/dist/assets/flow9-C5_-GSwl.js
web/dist/assets/flowDiagram-23GEKE2U-DJULeRHJ.js
web/dist/assets/folder-BegDsmu3.js
web/dist/assets/folder-kanban-CtQWqQ8-.js
web/dist/assets/folder-open-DUEh06xk.js
web/dist/assets/folder-plus-Bio_dTbt.js
web/dist/assets/folder-tree-CyuoHQPR.js
web/dist/assets/freemarker2-CELlTDJ2.js
web/dist/assets/fsharp-C8Ef5oNN.js
web/dist/assets/ganttDiagram-NO4QXBWP-BuqshviA.js
web/dist/assets/gauge-Yx9eA7LL.js
web/dist/assets/git-branch-xBpxiFXO.js
web/dist/assets/gitGraph-TEB2WS4Q-Do0SQOtM.js
web/dist/assets/gitGraphDiagram-IHSO6WYX-CKjwC-Eh.js
web/dist/assets/go-C-y9NEjX.js
web/dist/assets/graphlib-C9B6zziv.js
web/dist/assets/graphql-fmXr3nnJ.js
web/dist/assets/grip-vertical-C8pqE5eO.js
web/dist/assets/handlebars-NEjHJ7o_.js
web/dist/assets/hash-Bs9Rl_OS.js
web/dist/assets/hcl-CpzslTdj.js
web/dist/assets/hierarchy-CqMyrAty.js
web/dist/assets/html-CA10zN5A.js
web/dist/assets/html.worker-DSJ9zmd7.js
web/dist/assets/htmlMode-TrYTXwZp.js
web/dist/assets/image-C9polQzp.js
web/dist/assets/image-off-BMFKtweh.js
web/dist/assets/inbox-D5YaLjhA.js
web/dist/assets/index-BYyVBFnD.css
web/dist/assets/index-BnqfrCeD.js
web/dist/assets/info-Cssn46_l.js
web/dist/assets/info-DKCQHKI2-DIc7uC4I.js
web/dist/assets/infoDiagram-FWYZ7A6U-aDwx_tBf.js
web/dist/assets/ini-sBoK_t0W.js
web/dist/assets/init-D6jRqBbL.js
web/dist/assets/isArrayLikeObject-DAE2nXMg.js
web/dist/assets/ishikawaDiagram-FXEZZL3T-BL-cQm7s.js
web/dist/assets/java-BEtHBSE6.js
web/dist/assets/javascript-B1gDmwzS.js
web/dist/assets/journeyDiagram-5HDEW3XC-CM5TyC5t.js
web/dist/assets/json.worker-Oa9UrkKE.js
web/dist/assets/jsonMode-CoFNTEgP.js
web/dist/assets/jsx-runtime-DkSmJVHh.js
web/dist/assets/julia-Bri6UV-V.js
web/dist/assets/kanban-definition-HUTT4EX6-lXFNSEO-.js
web/dist/assets/katex-B7rAX3Vi.js
web/dist/assets/kotlin-BOotOW0E.js
web/dist/assets/less-B9JPFI3C.js
web/dist/assets/lexon-CfSJPG6W.js
web/dist/assets/lightbulb-hxqtxQSr.js
web/dist/assets/line-CyKHd6T7.js
web/dist/assets/linear-1zh3NrGZ.js
web/dist/assets/linear-BuJiVv47.js
web/dist/assets/link-2-DhS_lcQM.js
web/dist/assets/link-CoAbfcu_.js
web/dist/assets/liquid-BY6hCUXG.js
web/dist/assets/list-checks-CXSudmRo.js
web/dist/assets/list-ordered-DbvnvdzZ.js
web/dist/assets/loader-circle-DHWKh5M0.js
web/dist/assets/lock-DXTiRPy-.js
web/dist/assets/loopKind-Dodoh8fQ.js
web/dist/assets/loopStatus-DWXaenKM.js
web/dist/assets/loopStatusMeta-CODHi2sz.js
web/dist/assets/lspLanguageFeatures-ira2aEJh.js
web/dist/assets/lua-CsQS60Ue.js
web/dist/assets/m3-D-oSqn_W.js
web/dist/assets/map-sKxWa81l.js
web/dist/assets/markdown-Cimd5fb3.js
web/dist/assets/math-Bi_r_ZWc.js
web/dist/assets/mdx-BNx0xr3N.js
web/dist/assets/merge-Ci_rv-un.js
web/dist/assets/mermaid-parser.core-CMbO70Iy.js
web/dist/assets/mermaid.core-CU3bi7fi.js
web/dist/assets/message-square-D9ze_qUH.js
web/dist/assets/message-square-plus-Ds5jn1qm.js
web/dist/assets/messages-square-C8EXqqSr.js
web/dist/assets/mic-OMC8qktP.js
web/dist/assets/mindmap-definition-LN4V7U3C-BlIo3lVQ.js
web/dist/assets/minimize-2-BYtwlrCh.js
web/dist/assets/mips-CIPQ_RoX.js
web/dist/assets/motion-DA2L2I0W.js
web/dist/assets/msdax-DauUninz.js
web/dist/assets/mysql-SOo6toE5.js
web/dist/assets/objective-c-FvmIjYaQ.js
web/dist/assets/ordinal-hYBb2elL.js
web/dist/assets/packet-7NZHBO7P-D2duWGIK.js
web/dist/assets/palette--haKdu99.js
web/dist/assets/panel-right-C3LrrPlj.js
web/dist/assets/panel-right-open-9Yb9cjHO.js
web/dist/assets/pascal-DrH0SRf2.js
web/dist/assets/pascaligo-D-ptJ9y-.js
web/dist/assets/path-BWPyau1x.js
web/dist/assets/pause-BGbidogR.js
web/dist/assets/pegDiagram-2B236MQR-Cbw1axx9.js
web/dist/assets/pencil-K9CB5__b.js
web/dist/assets/perl-oz_6vUea.js
web/dist/assets/pgsql-DTj74zXo.js
web/dist/assets/php-nr791fC2.js
web/dist/assets/pie-BgBEsAQg.js
web/dist/assets/pie-RZYD4A2V-CynqTUkZ.js
web/dist/assets/pieDiagram-ENE6RG2P-B6x-pnpe.js
web/dist/assets/pla-CopQ2nXW.js
web/dist/assets/play-BTCrmbn0.js
web/dist/assets/plug-DEp4tSQG.js
web/dist/assets/plus-ln0ZZUVd.js
web/dist/assets/postiats-43DmfD33.js
web/dist/assets/powerquery-D3hlyOfw.js
web/dist/assets/powershell-DmHpPYUd.js
web/dist/assets/preload-helper-Czpn1I53.js
web/dist/assets/protobuf-C531GsRP.js
web/dist/assets/pug-Z5eAx3Zn.js
web/dist/assets/python-DLdbtmNw.js
web/dist/assets/qsharp-DkqhCAOL.js
web/dist/assets/quadrantDiagram-ABIIQ3AL-SynMu_Dr.js
web/dist/assets/r-BwWrilGY.js
web/dist/assets/radar-I7S5WNFK-fIKE12aT.js
web/dist/assets/railroad-3IZDKUUU-Bgx8HJTj.js
web/dist/assets/railroad-abnf-AHOZXSZD-Nh6k60mH.js
web/dist/assets/railroad-ebnf-EBAXGLYW-C74h3s_I.js
web/dist/assets/railroad-peg-LSFZ7HO6-0hT-lN-u.js
web/dist/assets/railroadDiagram-RFXS5EU6-CYcZMCNE.js
web/dist/assets/razor-B9gdhAbR.js
web/dist/assets/react-Augu_vA3.js
web/dist/assets/redis-ClamHrr6.js
web/dist/assets/redshift-DT7zqm-g.js
web/dist/assets/refresh-cw-C8O1GKy3.js
web/dist/assets/renderers-DjtPj68j.js
web/dist/assets/repeat-DByY8U_U.js
web/dist/assets/requirementDiagram-TGXJPOKE-Dm7sDAlQ.js
web/dist/assets/restructuredtext-BYgofb2h.js
web/dist/assets/rocket-DOmNFtdM.js
web/dist/assets/rolldown-runtime-CNC7AqOf.js
web/dist/assets/rotate-ccw-CthZ29rh.js
web/dist/assets/rotate-cw--4225WRk.js
web/dist/assets/rough.esm-CSKSodPl.js
web/dist/assets/route-CzTsyL8c.js
web/dist/assets/ruby-DezsRK8O.js
web/dist/assets/runFold-DUbhN5VF.js
web/dist/assets/rust-DdL9SqIa.js
web/dist/assets/sankeyDiagram-HTMAVEWB-Dix3Bpzb.js
web/dist/assets/save-BUEpt5QU.js
web/dist/assets/sb-CcwsVR0C.js
web/dist/assets/scala-DHpiXF5c.js
web/dist/assets/schema-D_MgGOja.js
web/dist/assets/scheme-BeGwcela.js
web/dist/assets/scroll-text-Bk6LAWwc.js
web/dist/assets/scss-gp-XZpBa.js
web/dist/assets/send-BmJrZ-YS.js
web/dist/assets/sequenceDiagram-DBY2YBRQ-TMZlQYHp.js
web/dist/assets/server-C7E4ajUJ.js
web/dist/assets/settings-2-DQV3qEOG.js
web/dist/assets/settings-CGVc5_1Y.js
web/dist/assets/settingsUI--T9KZk-9.js
web/dist/assets/shell-CC2rA5mh.js
web/dist/assets/shield-alert-CoSWpfv8.js
web/dist/assets/shield-check-BEJumkg5.js
web/dist/assets/shield-question-mark-OYEo4GOa.js
web/dist/assets/sizeCapture-X5ZJPWSS-B0uUizjq.js
web/dist/assets/slash-F4HNShMo.js
web/dist/assets/sliders-horizontal-DzfDrd1G.js
web/dist/assets/solidity-BEEn4gHE.js
web/dist/assets/sophia-CRfGWb83.js
web/dist/assets/sparkle-BT02FlB7.js
web/dist/assets/sparkles-BBJm1DsM.js
web/dist/assets/sparql-D_Lu-MrJ.js
web/dist/assets/sql-NEE52Syq.js
web/dist/assets/square-Bi3pzOph.js
web/dist/assets/square-terminal-Cm97L47M.js
web/dist/assets/src-B7FMst6f.js
web/dist/assets/st-DbInun42.js
web/dist/assets/star-yiQz9yK1.js
web/dist/assets/stateDiagram-2N3HPSRC-SLpHy26q.js
web/dist/assets/stateDiagram-v2-6OUMAXLB-CxFGN2fy.js
web/dist/assets/store-MzxkCY0r.js
web/dist/assets/swift-Bxkupp3x.js
web/dist/assets/swimlanes-5IMT3BWC-awrYHeLT.js
web/dist/assets/swimlanesDiagram-G3AALYLV-D12MzgX2.js
web/dist/assets/systemverilog-Bz4Y3fRF.js
web/dist/assets/table-DvsnaAqM.js
web/dist/assets/tag-EV82YiLs.js
web/dist/assets/target-UW-0tTFS.js
web/dist/assets/tcl-DISqw1ZD.js
web/dist/assets/telescope-BdBMzAB5.js
web/dist/assets/terminal-C1iWLdbV.js
web/dist/assets/terminalBridge-DPYmSg2J.js
web/dist/assets/text-wrap-Dpl4nqII.js
web/dist/assets/timeline-definition-FHXFAJF6-BlrsykJ0.js
web/dist/assets/trash-2-2bFoF0VR.js
web/dist/assets/treeView-QDETBFTQ-CygwzEgj.js
web/dist/assets/treemap-6X3UGDF4-BbCXbaXr.js
web/dist/assets/triangle-alert-BWT3LMHk.js
web/dist/assets/ts.worker-BtjBFNHX.js
web/dist/assets/tsMode-yQhLaacG.js
web/dist/assets/twig-De2hgUGE.js
web/dist/assets/type-koFtxoIo.js
web/dist/assets/typescript-CRRnD2Ts.js
web/dist/assets/typespec-B8J7ngcE.js
web/dist/assets/undo-2-CDJPQNhd.js
web/dist/assets/upload-DfZqclRJ.js
web/dist/assets/useCachedData-BIQrgq6_.js
web/dist/assets/useGuardedInstall-DHCIXlaw.js
web/dist/assets/useIsMobile-fpdKrHpJ.js
web/dist/assets/user-DswXNoCg.js
web/dist/assets/users-8dGmvnpT.js
web/dist/assets/vb-DV3o63ZY.js
web/dist/assets/vennDiagram-L72KCM5P-CllHp1wQ.js
web/dist/assets/video-BZDv1HvB.js
web/dist/assets/wand-sparkles-Dm6h6-C_.js
web/dist/assets/wardley-OPB4EBWU-BjXxCRf_.js
web/dist/assets/wardleyDiagram-EHGQE667-DWoNiq8-.js
web/dist/assets/webhook-BMlzomTH.js
web/dist/assets/wgsl-DpFanUEy.js
web/dist/assets/wifi-BeOsvsLl.js
web/dist/assets/wifi-off-DuGLl9EJ.js
web/dist/assets/workflow-lfMbPV8i.js
web/dist/assets/wrench-D8016U7k.js
web/dist/assets/xml-EDREH2X7.js
web/dist/assets/xychartDiagram-FW5EYKEG-BRuYpzPW.js
web/dist/assets/yaml-BjaDVX1E.js
web/dist/assets/zap-i0jeCEf8.js
web/dist/fonts/dm-sans.woff2
web/dist/fonts/google-sans-code.woff2
web/dist/fonts/google-sans-flex.woff2
web/dist/fonts/inter.woff2
web/dist/fonts/jetbrains-mono.woff2