LICENSE
README.md
pyproject.toml
sharing_on/__init__.py
sharing_on/__main__.py
sharing_on/cli.py
sharing_on/config.py
sharing_on/model_presets.py
sharing_on/platform_info.py
sharing_on/redactor.py
sharing_on/session.py
sharing_on/setup_flow.py
sharing_on/analyzer/__init__.py
sharing_on/analyzer/generator.py
sharing_on/analyzer/intent_extractor.py
sharing_on/analyzer/step_detector.py
sharing_on/analyzer/unifier.py
sharing_on/analyzer/prompts/extract_intent.md
sharing_on/collectors/__init__.py
sharing_on/collectors/base.py
sharing_on/collectors/clipboard.py
sharing_on/collectors/filesystem.py
sharing_on/collectors/input_hook.py
sharing_on/collectors/process.py
sharing_on/collectors/scope.py
sharing_on/collectors/screen.py
sharing_on/collectors/web_extension.py
sharing_on/collectors/window.py
sharing_on/collectors/introspectors/__init__.py
sharing_on/collectors/introspectors/base.py
sharing_on/collectors/introspectors/linux.py
sharing_on/collectors/introspectors/macos.py
sharing_on/collectors/introspectors/windows.py
sharing_on/events/__init__.py
sharing_on/events/models.py
sharing_on/events/store.py
sharing_on/output/__init__.py
sharing_on/output/markdown.py
systemu/__init__.py
systemu/worker.py
systemu.egg-info/PKG-INFO
systemu.egg-info/SOURCES.txt
systemu.egg-info/dependency_links.txt
systemu.egg-info/entry_points.txt
systemu.egg-info/requires.txt
systemu.egg-info/top_level.txt
systemu/abstractions/__init__.py
systemu/abstractions/approval_gate.py
systemu/abstractions/event_broker.py
systemu/abstractions/task_queue.py
systemu/abstractions/vault.py
systemu/approval/__init__.py
systemu/approval/decision_dispatcher.py
systemu/approval/decision_queue.py
systemu/approval/exceptions.py
systemu/approval/notification_gate.py
systemu/approval/sqlite_approval_gate.py
systemu/core/__init__.py
systemu/core/llm_router.py
systemu/core/memory_types.py
systemu/core/models.py
systemu/core/utils.py
systemu/elder/__init__.py
systemu/elder/memory.py
systemu/events/__init__.py
systemu/events/memory_event_broker.py
systemu/events/sqlite_event_broker.py
systemu/interface/__init__.py
systemu/interface/cli_commands.py
systemu/interface/dashboard.py
systemu/interface/dashboard_state.py
systemu/interface/event_bridge_writer.py
systemu/interface/event_bus.py
systemu/interface/forge_gate.py
systemu/interface/harness_review.py
systemu/interface/jobs.py
systemu/interface/log_filters.py
systemu/interface/manual_event_bridge.py
systemu/interface/memory_actions.py
systemu/interface/name_resolver.py
systemu/interface/nav_helpers.py
systemu/interface/notifications.py
systemu/interface/readiness_gate.py
systemu/interface/scroll_gate.py
systemu/interface/scroll_rebuild.py
systemu/interface/tour.py
systemu/interface/ui_helpers.py
systemu/interface/assets/fonts/OFL.txt
systemu/interface/assets/fonts/inter-400.woff2
systemu/interface/assets/fonts/inter-500.woff2
systemu/interface/assets/fonts/inter-600.woff2
systemu/interface/assets/fonts/inter-700.woff2
systemu/interface/assets/fonts/inter-800.woff2
systemu/interface/assets/fonts/jetbrains-mono-400.woff2
systemu/interface/assets/fonts/jetbrains-mono-600.woff2
systemu/interface/command/__init__.py
systemu/interface/command/dispatch.py
systemu/interface/command/gate.py
systemu/interface/command/gate_mode.py
systemu/interface/command/inbox.py
systemu/interface/command/result.py
systemu/interface/command/verbs.py
systemu/interface/command/view_models.py
systemu/interface/components/__init__.py
systemu/interface/components/attention.py
systemu/interface/components/entity_edit.py
systemu/interface/components/entity_rows.py
systemu/interface/components/health_banner.py
systemu/interface/components/inbox_rail.py
systemu/interface/components/learning_curves.py
systemu/interface/components/list_filter.py
systemu/interface/components/live_events_pane.py
systemu/interface/components/live_objectives_pane.py
systemu/interface/components/memory_status.py
systemu/interface/components/pending_decision_card.py
systemu/interface/components/pending_deps.py
systemu/interface/components/pending_tools.py
systemu/interface/components/remediation_card.py
systemu/interface/components/right_rail.py
systemu/interface/components/skills_snapshot.py
systemu/interface/components/status_menu.py
systemu/interface/components/workflow_pipeline.py
systemu/interface/design/__init__.py
systemu/interface/design/glossary.py
systemu/interface/design/icons.py
systemu/interface/design/primitives.py
systemu/interface/design/tokens.py
systemu/interface/pages/__init__.py
systemu/interface/pages/activities.py
systemu/interface/pages/army.py
systemu/interface/pages/chat_page.py
systemu/interface/pages/console.py
systemu/interface/pages/evolutions.py
systemu/interface/pages/flywheel_page.py
systemu/interface/pages/inbox_page.py
systemu/interface/pages/insights.py
systemu/interface/pages/memory_consolidation_page.py
systemu/interface/pages/notifications_page.py
systemu/interface/pages/recover.py
systemu/interface/pages/scrolls.py
systemu/interface/pages/settings.py
systemu/interface/pages/shadow_memory_page.py
systemu/interface/pages/skills_page.py
systemu/interface/pages/systemu_chat.py
systemu/interface/pages/tools.py
systemu/interface/pages/welcome.py
systemu/interface/pages/work.py
systemu/interface/pages/workflow_detail.py
systemu/llm/__init__.py
systemu/llm/providers/__init__.py
systemu/llm/providers/anthropic.py
systemu/llm/providers/base.py
systemu/llm/providers/google.py
systemu/llm/providers/ollama.py
systemu/llm/providers/openai.py
systemu/llm/providers/openrouter.py
systemu/messaging/__init__.py
systemu/messaging/event_pusher.py
systemu/messaging/gateway.py
systemu/messaging/handlers.py
systemu/messaging/telegram_gateway.py
systemu/migrations/__init__.py
systemu/migrations/json_to_db.py
systemu/pipelines/__init__.py
systemu/pipelines/activity_extractor.py
systemu/pipelines/capture_to_skill.py
systemu/pipelines/command_gate_handler.py
systemu/pipelines/cross_shadow_patterns.py
systemu/pipelines/direct_task.py
systemu/pipelines/evolution_engine.py
systemu/pipelines/evolution_policy.py
systemu/pipelines/fact_extractor.py
systemu/pipelines/mcp_call_gate_handler.py
systemu/pipelines/memory_consolidator.py
systemu/pipelines/quick_task.py
systemu/pipelines/refinery.py
systemu/pipelines/scroll_refiner.py
systemu/pipelines/scroll_remediator.py
systemu/pipelines/scroll_validator.py
systemu/pipelines/shadow_decision.py
systemu/pipelines/skill_exporter.py
systemu/pipelines/skill_lifecycle.py
systemu/pipelines/skill_recalibrator.py
systemu/pipelines/skill_validator.py
systemu/pipelines/tool_deploy.py
systemu/pipelines/tool_dry_run.py
systemu/pipelines/tool_forge.py
systemu/pipelines/tool_inadequacy_diagnosis.py
systemu/pipelines/tool_recalibrator.py
systemu/pipelines/tool_service.py
systemu/pipelines/workshop_module.py
systemu/prompts/appraise_execution.md
systemu/prompts/coach_steer.md
systemu/prompts/consolidate_global_memory.md
systemu/prompts/consolidate_memory.md
systemu/prompts/diagnose_tool_inadequacy.md
systemu/prompts/elder_intake.md
systemu/prompts/evaluate_shadow_fit.md
systemu/prompts/execute_step.md
systemu/prompts/execution_planner.md
systemu/prompts/extract_corrective_skill.md
systemu/prompts/extract_memory.md
systemu/prompts/extract_skill_from_run.md
systemu/prompts/extract_skills_tools.md
systemu/prompts/extract_user_facts.md
systemu/prompts/forge_tool_code.md
systemu/prompts/forge_tool_spec.md
systemu/prompts/generate_shadow_persona.md
systemu/prompts/generate_test_params.md
systemu/prompts/harness_judge.md
systemu/prompts/propose_evolution.md
systemu/prompts/quick_task.md
systemu/prompts/recalibrate_skill.md
systemu/prompts/refine_scroll.md
systemu/prompts/reflect_wild_card.md
systemu/prompts/rewrite_objectives_outcome_only.md
systemu/prompts/summarize_session.md
systemu/prompts/supervisor_intervene.md
systemu/prompts/validate_scroll.md
systemu/prompts/validate_skill.md
systemu/prompts/verify_goal.md
systemu/prompts/verify_objective_completion.md
systemu/queue/__init__.py
systemu/queue/huey_app.py
systemu/queue/huey_task_queue.py
systemu/queue/protocol.py
systemu/queue/redis_priority_queue.py
systemu/queue/sqlite_priority_queue.py
systemu/queue/thread_task_queue.py
systemu/recovery/__init__.py
systemu/recovery/classifier.py
systemu/recovery/engine.py
systemu/recovery/links.py
systemu/runtime/__init__.py
systemu/runtime/activity_completion.py
systemu/runtime/adherence.py
systemu/runtime/affinity_log.py
systemu/runtime/artifacts.py
systemu/runtime/audit_log.py
systemu/runtime/auto_skill_extractor.py
systemu/runtime/capability_ledger.py
systemu/runtime/chat_submission_ctx.py
systemu/runtime/chat_task_registry.py
systemu/runtime/coach.py
systemu/runtime/code_risk.py
systemu/runtime/command_approvals.py
systemu/runtime/context_builder.py
systemu/runtime/curator.py
systemu/runtime/decision_audit.py
systemu/runtime/dep_approvals.py
systemu/runtime/dep_conflicts.py
systemu/runtime/dependency_installer.py
systemu/runtime/elicitation.py
systemu/runtime/episodic_memory.py
systemu/runtime/execution_mind.py
systemu/runtime/execution_snapshot.py
systemu/runtime/extractor.py
systemu/runtime/failure_classifier.py
systemu/runtime/failure_telemetry.py
systemu/runtime/first_run.py
systemu/runtime/gate_mode_settings.py
systemu/runtime/goal_verifier.py
systemu/runtime/governor.py
systemu/runtime/harness_arbiter.py
systemu/runtime/harness_judge.py
systemu/runtime/harness_policy.py
systemu/runtime/inadequacy_tracker.py
systemu/runtime/interpreter_check.py
systemu/runtime/llm_transcript.py
systemu/runtime/loop_guard.py
systemu/runtime/mcp_run_ctx.py
systemu/runtime/memory_consolidator.py
systemu/runtime/memory_invalidator.py
systemu/runtime/memory_recall.py
systemu/runtime/memory_rules.py
systemu/runtime/metrics_tracker.py
systemu/runtime/model_validation.py
systemu/runtime/objective_verifier.py
systemu/runtime/param_validation.py
systemu/runtime/process_registry.py
systemu/runtime/rejection_store.py
systemu/runtime/resume_on_decision.py
systemu/runtime/shadow_metrics.py
systemu/runtime/shadow_runtime.py
systemu/runtime/skill_loader.py
systemu/runtime/specialty_suggester.py
systemu/runtime/state_delta.py
systemu/runtime/subagent_fleet.py
systemu/runtime/subagent_harness.py
systemu/runtime/supervisor.py
systemu/runtime/supervisor_cost_ledger.py
systemu/runtime/tool_metrics.py
systemu/runtime/tool_registry.py
systemu/runtime/tool_registry_v2.py
systemu/runtime/tool_retrieval.py
systemu/runtime/tool_sandbox.py
systemu/runtime/user_context.py
systemu/runtime/user_profile.py
systemu/runtime/vault_migrator.py
systemu/runtime/web_access.py
systemu/runtime/workflow_tracker.py
systemu/runtime/backend/__init__.py
systemu/runtime/backend/docker.py
systemu/runtime/backend/local.py
systemu/runtime/backend/protocol.py
systemu/runtime/backend/ssh.py
systemu/runtime/backend/tool_runner_script.py
systemu/runtime/backend/wsl.py
systemu/runtime/credentials/__init__.py
systemu/runtime/credentials/resolver.py
systemu/runtime/credentials/store.py
systemu/runtime/mcp/__init__.py
systemu/runtime/mcp/client.py
systemu/runtime/mcp/connections.py
systemu/runtime/mcp/dispatch.py
systemu/runtime/mcp/sdk/__init__.py
systemu/runtime/mcp/sdk/manager.py
systemu/runtime/mcp/sdk/oauth.py
systemu/runtime/mcp/sdk/registry_bridge.py
systemu/runtime/mcp/sdk/remote_policy.py
systemu/runtime/mcp/sdk/sampling.py
systemu/runtime/mcp/sdk/schema_map.py
systemu/runtime/mcp/sdk/transports.py
systemu/runtime/memory_backends/__init__.py
systemu/runtime/memory_backends/base.py
systemu/runtime/memory_backends/filesystem.py
systemu/runtime/memory_backends/mem0.py
systemu/runtime/tool_hygiene/__init__.py
systemu/runtime/tool_hygiene/ansi_strip.py
systemu/runtime/tool_hygiene/output_limits.py
systemu/runtime/tool_hygiene/path_security.py
systemu/runtime/tool_hygiene/url_safety.py
systemu/runtime/tools/__init__.py
systemu/runtime/tools/capability_tools.py
systemu/runtime/tools/delegate.py
systemu/runtime/tools/file_tools.py
systemu/runtime/tools/mixture_of_agents.py
systemu/runtime/tools/process_tools.py
systemu/runtime/tools/session_tools.py
systemu/runtime/tools/skill_tools.py
systemu/runtime/web/__init__.py
systemu/runtime/web/act_loop.py
systemu/runtime/web/browser_pool.py
systemu/runtime/web/fetch_core.py
systemu/runtime/web/provision.py
systemu/runtime/web/search_providers.py
systemu/scheduler/__init__.py
systemu/scheduler/daemon.py
systemu/scheduler/jobs.py
systemu/scheduler/schedule_registry.py
systemu/scheduler/tool_reconciler.py
systemu/storage/__init__.py
systemu/storage/file_vault.py
systemu/storage/parallel_vault.py
systemu/storage/skill_migrator.py
systemu/storage/sqlite/__init__.py
systemu/storage/sqlite/models.py
systemu/storage/sqlite/vault.py
systemu/vault/__init__.py
systemu/vault/factory.py
systemu/vault/vault.py
systemu/vault/activities/index.json
systemu/vault/backend/__init__.py
systemu/vault/backend/postgres_backend.py
systemu/vault/backend/sqlite_backend.py
systemu/vault/decisions/index.json
systemu/vault/elder/ELDER_MEMORY.md
systemu/vault/evolutions/index.json
systemu/vault/notifications/pending.json
systemu/vault/scrolls/index.json
systemu/vault/shadow_army/index.json
systemu/vault/shadow_army/shadow_shadow_wildcard/shadow.json
systemu/vault/skills/index.json
systemu/vault/skills/skill_skill_27f45331.json
systemu/vault/skills/skill_skill_2897cb4d.json
systemu/vault/skills/skill_skill_348b4fe4.json
systemu/vault/skills/skill_skill_3ed4981d.json
systemu/vault/skills/skill_skill_61834019.json
systemu/vault/skills/skill_skill_648585f0.json
systemu/vault/skills/skill_skill_762f0d3e.json
systemu/vault/skills/skill_skill_76a9a962.json
systemu/vault/skills/skill_skill_a6c20d49.json
systemu/vault/skills/skill_skill_abf4444f.json
systemu/vault/skills/skill_skill_c70ced27.json
systemu/vault/skills/skill_skill_cbb4ec04.json
systemu/vault/skills/skill_skill_d6965792.json
systemu/vault/skills/skill_skill_edc29d3a.json
systemu/vault/skills/archive-management/SKILL.md
systemu/vault/skills/clipboard-workflow/SKILL.md
systemu/vault/skills/data-transformation/SKILL.md
systemu/vault/skills/desktop-application-control/SKILL.md
systemu/vault/skills/document-creation/SKILL.md
systemu/vault/skills/file-management/SKILL.md
systemu/vault/skills/http-data-fetching/SKILL.md
systemu/vault/skills/image-processing/SKILL.md
systemu/vault/skills/notification-and-alerting/SKILL.md
systemu/vault/skills/reporting-and-documentation/SKILL.md
systemu/vault/skills/spreadsheet-automation/SKILL.md
systemu/vault/skills/system-command-execution/SKILL.md
systemu/vault/skills/web-data-capture/SKILL.md
systemu/vault/skills/web-search-and-research/SKILL.md
systemu/vault/tools/index.json
systemu/vault/tools/tool_tool_102dd317.json
systemu/vault/tools/tool_tool_1f0bb1cf.json
systemu/vault/tools/tool_tool_25e89a48.json
systemu/vault/tools/tool_tool_2716ecbd.json
systemu/vault/tools/tool_tool_3b4a8d90.json
systemu/vault/tools/tool_tool_6c651325.json
systemu/vault/tools/tool_tool_6e6e62c0.json
systemu/vault/tools/tool_tool_7053c530.json
systemu/vault/tools/tool_tool_70a65c87.json
systemu/vault/tools/tool_tool_711517c3.json
systemu/vault/tools/tool_tool_7bc4c9a3.json
systemu/vault/tools/tool_tool_83fa14e5.json
systemu/vault/tools/tool_tool_8c300ad3.json
systemu/vault/tools/tool_tool_a1f69543.json
systemu/vault/tools/tool_tool_a768204a.json
systemu/vault/tools/tool_tool_a7b54e36.json
systemu/vault/tools/tool_tool_aa8349c7.json
systemu/vault/tools/tool_tool_acd741cb.json
systemu/vault/tools/tool_tool_api_call_get.json
systemu/vault/tools/tool_tool_b4cbca9d.json
systemu/vault/tools/tool_tool_bfc76fb8.json
systemu/vault/tools/tool_tool_c80288c5.json
systemu/vault/tools/tool_tool_cdf257f3.json
systemu/vault/tools/tool_tool_detect_language_from_extension.json
systemu/vault/tools/tool_tool_e4ce09e2.json
systemu/vault/tools/tool_tool_ecaccc06.json
systemu/vault/tools/tool_tool_ee6bb137.json
systemu/vault/tools/tool_tool_extract_records.json
systemu/vault/tools/tool_tool_f01116e2.json
systemu/vault/tools/tool_tool_f2891457.json
systemu/vault/tools/tool_tool_file_scan_directory.json
systemu/vault/tools/tool_tool_find_places.json
systemu/vault/tools/tool_tool_run_cli_command.json
systemu/vault/tools/tool_tool_web_act.json
systemu/vault/tools/tool_tool_web_extract.json
systemu/vault/tools/tool_tool_web_read.json
systemu/vault/tools/tool_tool_web_screenshot.json
systemu/vault/tools/tool_tool_web_search.json
systemu/vault/tools/tool_tool_write_csv_file.json
systemu/vault/tools/tool_tool_write_markdown_file.json
systemu/vault/tools/tool_tool_write_text_file.json
systemu/vault/tools/implementations/api_call_get.py
systemu/vault/tools/implementations/clipboard_read.py
systemu/vault/tools/implementations/clipboard_write.py
systemu/vault/tools/implementations/close_application.py
systemu/vault/tools/implementations/compress_files.py
systemu/vault/tools/implementations/create_excel_sheet.py
systemu/vault/tools/implementations/create_word_doc.py
systemu/vault/tools/implementations/detect_language_from_extension.py
systemu/vault/tools/implementations/download_file.py
systemu/vault/tools/implementations/extract_archive.py
systemu/vault/tools/implementations/extract_records.py
systemu/vault/tools/implementations/fetch_html.py
systemu/vault/tools/implementations/fetch_json.py
systemu/vault/tools/implementations/file_append.py
systemu/vault/tools/implementations/file_copy.py
systemu/vault/tools/implementations/file_delete.py
systemu/vault/tools/implementations/file_list_dir.py
systemu/vault/tools/implementations/file_read.py
systemu/vault/tools/implementations/file_scan_directory.py
systemu/vault/tools/implementations/file_write.py
systemu/vault/tools/implementations/find_places.py
systemu/vault/tools/implementations/format_date.py
systemu/vault/tools/implementations/image_resize.py
systemu/vault/tools/implementations/keyboard_shortcut.py
systemu/vault/tools/implementations/launch_application.py
systemu/vault/tools/implementations/notify_desktop.py
systemu/vault/tools/implementations/parse_json.py
systemu/vault/tools/implementations/read_excel_sheet.py
systemu/vault/tools/implementations/read_word_doc.py
systemu/vault/tools/implementations/run_cli_command.py
systemu/vault/tools/implementations/run_command.py
systemu/vault/tools/implementations/take_screenshot.py
systemu/vault/tools/implementations/type_text.py
systemu/vault/tools/implementations/web_act.py
systemu/vault/tools/implementations/web_extract.py
systemu/vault/tools/implementations/web_read.py
systemu/vault/tools/implementations/web_screenshot.py
systemu/vault/tools/implementations/web_search.py
systemu/vault/tools/implementations/write_csv_file.py
systemu/vault/tools/implementations/write_markdown_file.py
systemu/vault/tools/implementations/write_text_file.py
systemu/vault/tools/tool_tool_102dd317/TOOL.md
systemu/vault/tools/tool_tool_1f0bb1cf/TOOL.md
systemu/vault/tools/tool_tool_25e89a48/TOOL.md
systemu/vault/tools/tool_tool_2716ecbd/TOOL.md
systemu/vault/tools/tool_tool_3b4a8d90/TOOL.md
systemu/vault/tools/tool_tool_6c651325/TOOL.md
systemu/vault/tools/tool_tool_6e6e62c0/TOOL.md
systemu/vault/tools/tool_tool_7053c530/TOOL.md
systemu/vault/tools/tool_tool_70a65c87/TOOL.md
systemu/vault/tools/tool_tool_711517c3/TOOL.md
systemu/vault/tools/tool_tool_7bc4c9a3/TOOL.md
systemu/vault/tools/tool_tool_83fa14e5/TOOL.md
systemu/vault/tools/tool_tool_8c300ad3/TOOL.md
systemu/vault/tools/tool_tool_a1f69543/TOOL.md
systemu/vault/tools/tool_tool_a768204a/TOOL.md
systemu/vault/tools/tool_tool_a7b54e36/TOOL.md
systemu/vault/tools/tool_tool_aa8349c7/TOOL.md
systemu/vault/tools/tool_tool_acd741cb/TOOL.md
systemu/vault/tools/tool_tool_api_call_get/TOOL.md
systemu/vault/tools/tool_tool_b4cbca9d/TOOL.md
systemu/vault/tools/tool_tool_bfc76fb8/TOOL.md
systemu/vault/tools/tool_tool_c80288c5/TOOL.md
systemu/vault/tools/tool_tool_cdf257f3/TOOL.md
systemu/vault/tools/tool_tool_detect_language_from_extension/TOOL.md
systemu/vault/tools/tool_tool_e4ce09e2/TOOL.md
systemu/vault/tools/tool_tool_ecaccc06/TOOL.md
systemu/vault/tools/tool_tool_ee6bb137/TOOL.md
systemu/vault/tools/tool_tool_f01116e2/TOOL.md
systemu/vault/tools/tool_tool_f2891457/TOOL.md
systemu/vault/tools/tool_tool_file_scan_directory/TOOL.md
systemu/vault/tools/tool_tool_find_places/TOOL.md
systemu/vault/tools/tool_tool_run_cli_command/TOOL.md
systemu/vault/tools/tool_tool_web_act/TOOL.md
systemu/vault/tools/tool_tool_web_read/TOOL.md
systemu/vault/tools/tool_tool_web_screenshot/TOOL.md
systemu/vault/tools/tool_tool_web_search/TOOL.md
systemu/vault/tools/tool_tool_write_csv_file/TOOL.md
systemu/vault/tools/tool_tool_write_markdown_file/TOOL.md
systemu/vault/tools/tool_tool_write_text_file/TOOL.md
tests/test_apply_materialised_grant.py
tests/test_bugfix_dashboard_live.py
tests/test_cli_decisions.py
tests/test_cli_decisions_inbox.py
tests/test_cli_doctor.py
tests/test_cli_doctor_apply.py
tests/test_cli_dotenv_loading.py
tests/test_cli_init.py
tests/test_cli_pending_decision_wrapper.py
tests/test_cli_settings_set.py
tests/test_cli_tools_dryrun.py
tests/test_cli_tools_enable.py
tests/test_cli_tools_recalibrate_show.py
tests/test_command_dispatch.py
tests/test_command_gate_descriptor.py
tests/test_command_rail_stream.py
tests/test_command_result.py
tests/test_command_view_models.py
tests/test_daemon_and_jobs.py
tests/test_daemon_port_check.py
tests/test_decision_audit.py
tests/test_decision_queue.py
tests/test_decision_queue_expire.py
tests/test_dep_approval_supervisor_flow.py
tests/test_dep_conflicts.py
tests/test_dep_installer_approval_store.py
tests/test_dependency_installer.py
tests/test_dotenv_cwd_loading.py
tests/test_ensure_forge_gate.py
tests/test_ensure_scroll_gate.py
tests/test_entity_edit.py
tests/test_entity_rows.py
tests/test_event_pusher.py
tests/test_evolution_engine.py
tests/test_evolution_schedule_settings.py
tests/test_failure_telemetry.py
tests/test_fix2_terminal_retry.py
tests/test_forge_preferred_packages.py
tests/test_gate_descriptor_adapters.py
tests/test_gate_mode.py
tests/test_gate_mode_card.py
tests/test_gate_mode_settings.py
tests/test_harness_escalate_suspend.py
tests/test_harness_grant_reconciler.py
tests/test_harness_grant_resume_apply.py
tests/test_harness_surface_coords.py
tests/test_harness_suspend_status.py
tests/test_health_banner.py
tests/test_home_page.py
tests/test_inbox_page.py
tests/test_inbox_queue.py
tests/test_inbox_rail.py
tests/test_insights_pending_decisions.py
tests/test_installer.py
tests/test_interpreter_check_strict.py
tests/test_llm_router.py
tests/test_memory_actions.py
tests/test_memory_consolidator.py
tests/test_memory_invalidator.py
tests/test_memory_system.py
tests/test_memory_tier_contract.py
tests/test_messaging_gateway.py
tests/test_metrics_tracker.py
tests/test_models.py
tests/test_nav_active_route.py
tests/test_needs_consolidation.py
tests/test_needs_you_badge.py
tests/test_notify_user_queue_mode.py
tests/test_paper_fleet_config.py
tests/test_paper_fleet_isolation.py
tests/test_paper_fleet_vault.py
tests/test_paper_harness_slice.py
tests/test_paper_ledger.py
tests/test_paper_models.py
tests/test_paper_provenance.py
tests/test_paper_pull_metrics.py
tests/test_paper_reconcile.py
tests/test_paper_runtime_wiring.py
tests/test_paper_tools_filter.py
tests/test_phase4_shell.py
tests/test_phase5_nav_spines.py
tests/test_phase6_notif_scroll_gate.py
tests/test_phase6_redirects.py
tests/test_phase6_silent_swallow.py
tests/test_phase6_title_label.py
tests/test_phase6_work_link.py
tests/test_recovery_classifier.py
tests/test_recovery_engine.py
tests/test_recovery_links.py
tests/test_recovery_panel.py
tests/test_recovery_reconcile_job.py
tests/test_recovery_scan_all.py
tests/test_redis_priority_queue.py
tests/test_refinery_reextraction.py
tests/test_refinery_tool_grounding.py
tests/test_remediation_card.py
tests/test_right_rail_shell.py
tests/test_route_dep_gate.py
tests/test_route_evolution_gate.py
tests/test_route_forge_gate.py
tests/test_route_harness_surface.py
tests/test_runtime_suppression_clear.py
tests/test_scroll_pipeline.py
tests/test_scroll_rebuild.py
tests/test_shadow_decision.py
tests/test_shadow_decision_queue_path.py
tests/test_shadow_edit.py
tests/test_shadow_identity_split.py
tests/test_shadow_runtime.py
tests/test_skill_page_actions.py
tests/test_smoke_dashboard_e2e.py
tests/test_starter_pack_conformance.py
tests/test_subagent_fleet.py
tests/test_subagent_harness.py
tests/test_tool_backend.py
tests/test_tool_forge.py
tests/test_tool_forge_queue_path.py
tests/test_tool_implementations.py
tests/test_tool_reconciler.py
tests/test_tool_registry.py
tests/test_tool_sandbox.py
tests/test_tools_filter.py
tests/test_tools_page_actions.py
tests/test_ui_design_system.py
tests/test_ui_style_lint.py
tests/test_ui_style_no_new_violations.py
tests/test_v040a_primitives.py
tests/test_v040b_recovery.py
tests/test_v040c_validator_and_diagnosis.py
tests/test_v040d_execution_mind.py
tests/test_v040e_cross_shadow.py
tests/test_v040f_cost_ledger.py
tests/test_v041a_per_shadow_opt_in.py
tests/test_v041b_terminate_resolution.py
tests/test_v041c_rejection_store.py
tests/test_v041d_strategy_stream.py
tests/test_v042a_affinity_routing.py
tests/test_v042b_workshop_toggle.py
tests/test_v043a_shadow_metrics.py
tests/test_v043b_specialty.py
tests/test_v043c_cost_pressure_in_prompt.py
tests/test_v044a_tool_metrics.py
tests/test_v044b_dashboard_data.py
tests/test_v044c_specialty_suggester.py
tests/test_v050a_dry_run.py
tests/test_v050b_evolution.py
tests/test_v050c_inadequacy_diagnosis.py
tests/test_v050d_recalibrate.py
tests/test_v050e_resume.py
tests/test_v051_recalibration_deferred.py
tests/test_v060a_intent_extractor.py
tests/test_v060b_validator_remediation.py
tests/test_v060c_refine_scroll_intent.py
tests/test_v060d5_skill_lifecycle.py
tests/test_v060d_extract_intent_aware.py
tests/test_v060ef_forge_and_shadow_intent.py
tests/test_v061_catalog_no_n_plus_1.py
tests/test_v061_notify_safe_ordering.py
tests/test_v061_save_skill_batch.py
tests/test_v061_skill_recal_wiring.py
tests/test_v061_tool_name_validation.py
tests/test_v062_cross_platform_hardening.py
tests/test_v063_install_blockers.py
tests/test_v065_e2e_replay.py
tests/test_v065_pipeline_trace.py
tests/test_v065_skill_deprecate_cli.py
tests/test_v065_stage1_warn.py
tests/test_v065_stage2_gui_guard.py
tests/test_v065_tool_dryrun_sweep.py
tests/test_v065_validator_default.py
tests/test_v066_appstate_redis_gate.py
tests/test_v066_memory_dir_default.py
tests/test_v068_compose_outputs_mount.py
tests/test_v068_copy_scenario_with_skills.py
tests/test_v068_dep_approvals_allowlist.py
tests/test_v068_dockerfile_installs_tool_deps.py
tests/test_v068_install_dep_scan.py
tests/test_v068_seed_dep_approvals.py
tests/test_v068_shadow_gate3_structured_error.py
tests/test_v068_shadow_uses_consolidator.py
tests/test_v068_sweep_non_destructive.py
tests/test_v068_tool_dep_approval_model.py
tests/test_v068_unbaked_banner_helper.py
tests/test_v069_consolidator_filters_buffer.py
tests/test_v069_copy_scenario_nulls_dry_run.py
tests/test_v069_create_word_doc_dir_path.py
tests/test_v069_dashboard_autoforge_banner.py
tests/test_v069_dry_run_one_tool_standalone.py
tests/test_v069_install_env_migration.py
tests/test_v069_install_outputs_default.py
tests/test_v069_refinery_recurrence_threshold.py
tests/test_v069_shadow_circuit_breaker.py
tests/test_v070_browser_use_plugin.py
tests/test_v070_memory_backend_filesystem.py
tests/test_v070_memory_backend_mem0.py
tests/test_v070_plugin_loader.py
tests/test_v070_provider_anthropic.py
tests/test_v070_provider_base.py
tests/test_v070_provider_google.py
tests/test_v070_provider_ollama.py
tests/test_v070_provider_openai.py
tests/test_v070_provider_openrouter.py
tests/test_v070_provider_registry.py
tests/test_v070_skill_export_cli.py
tests/test_v070_skill_exporter.py
tests/test_v070_skill_migration.py
tests/test_v070_skill_roundtrip.py
tests/test_v071_capture_export_skill_cli.py
tests/test_v071_capture_export_skill_orchestrator.py
tests/test_v071_save_skill_emits_spec_conformant.py
tests/test_v0932_command_gate.py
tests/test_v0932_interrupt.py
tests/test_v0932_recording_self_filter.py
tests/test_v0933_capture_scope.py
tests/test_v0933_harness_access.py
tests/test_v0933_harness_budget.py
tests/test_v0933_harness_cap_cascade.py
tests/test_v0933_harness_v2dispatch.py
tests/test_v0934_mcp_dispatch_gate.py
tests/test_v0935_param_elicitation.py
tests/test_v0936_mcp_client.py
tests/test_v0937_mcp_runtime_connect.py
tests/test_v0938_mcp_sampling_oauth.py
tests/test_v0_8_0_3_project_root_resolution.py
tests/test_v0_8_10_web.py
tests/test_v0_8_11_fixes.py
tests/test_v0_8_12_names.py
tests/test_v0_8_13_chat_fixes.py
tests/test_v0_8_14_console_approval.py
tests/test_v0_8_15_browser_subprocess.py
tests/test_v0_8_16_event_panes.py
tests/test_v0_8_17_free_search.py
tests/test_v0_8_18_credentials.py
tests/test_v0_8_19_agentic_ux.py
tests/test_v0_8_1_validator_propose_tools.py
tests/test_v0_8_20_fetch_json_headers.py
tests/test_v0_8_21_stuck_loop_guard.py
tests/test_v0_8_22_1_cross_process_resume.py
tests/test_v0_8_22_1_resumable_decisions.py
tests/test_v0_8_22_make_fixes_reach.py
tests/test_v0_8_2_init_seed_copy.py
tests/test_v0_8_3_queue_mode_ignores_isatty.py
tests/test_v0_8_4_bundle.py
tests/test_v0_8_5_bundle.py
tests/test_v0_8_6_bundle.py
tests/test_v0_8_7_bundle.py
tests/test_v0_8_8_console.py
tests/test_v0_8_9_console.py
tests/test_v0_9_0_user_profile.py
tests/test_v0_9_1_1_hotfix.py
tests/test_v0_9_1_modes.py
tests/test_v0_9_1_verifiers.py
tests/test_v0_9_2_episodic_memory.py
tests/test_v0_9_2_modes.py
tests/test_v0_9_3_capability.py
tests/test_v0_9_3_tool_hygiene.py
tests/test_v0_9_3_tool_registry.py
tests/test_v0_9_4_skill_loader.py
tests/test_v0_9_5_delegate.py
tests/test_v0_9_5_delegation.py
tests/test_v0_9_5_intake_nudge.py
tests/test_v0_9_5_mcp.py
tests/test_v0_9_5_mixture.py
tests/test_v0_9_5_visibility.py
tests/test_v0_9_6_auto_skill_extract.py
tests/test_v0_9_6_curator.py
tests/test_v0_9_6_memory_extract.py
tests/test_v0_9_6_param_reconciliation.py
tests/test_v0_9_6_process_registry.py
tests/test_v0_9_6_visibility_e2e.py
tests/test_v0_9_7_adherence.py
tests/test_v0_9_7_confirm_eof.py
tests/test_v0_9_7_corrective_skill.py
tests/test_v0_9_7_dep_approvals_degrade.py
tests/test_v0_9_7_forge_deploy.py
tests/test_v0_9_7_forge_unique_names.py
tests/test_v0_9_7_goal_engine_wiring.py
tests/test_v0_9_7_goal_verifier.py
tests/test_v0_9_7_governor.py
tests/test_v0_9_7_governor_phase31.py
tests/test_v0_9_7_harness_arbiter.py
tests/test_v0_9_7_harness_directives.py
tests/test_v0_9_7_harness_judge.py
tests/test_v0_9_7_harness_models.py
tests/test_v0_9_7_harness_policy_config.py
tests/test_v0_9_7_harness_review.py
tests/test_v0_9_7_history_slice.py
tests/test_v0_9_7_loop_guard.py
tests/test_v0_9_7_loop_guard_wiring.py
tests/test_v0_9_7_output_path_redirect.py
tests/test_v0_9_7_param_handling.py
tests/test_v0_9_7_psycopg2_fallback.py
tests/test_v0_9_7_request_harness_wiring.py
tests/test_v0_9_7_resume_after_grant.py
tests/test_v0_9_7_scroll_adherence.py
tests/test_v0_9_7_tool_descriptions.py
tests/test_v0_9_7_tool_retrieval.py
tests/test_v0_9_7_verifier_baseline.py
tests/test_v0_9_8_coach.py
tests/test_v0_9_8_execute_tool_redirect.py
tests/test_v0_9_8_extraction_robustness.py
tests/test_v0_9_8_research_loop.py
tests/test_v0_9_8_verifier_evidence.py
tests/test_v0_9_8_web_access.py
tests/test_v0_9_8_web_reliability.py
tests/test_v0_9_8_web_tools_wiring.py
tests/test_validator_to_forge_bridge.py
tests/test_vault.py
tests/test_wave10_experience.py
tests/test_wave10_golden_tasks.py
tests/test_wave10_telegram.py
tests/test_wave10_trust_policy.py
tests/test_wave11_chat_layout.py
tests/test_wave11_first_run.py
tests/test_wave11_intuitive.py
tests/test_wave11_live_pane.py
tests/test_wave11_onboarding_gate.py
tests/test_wave11_quick_deps.py
tests/test_wave11_tour.py
tests/test_wave12_click_eating.py
tests/test_wave12_pipeline_findings.py
tests/test_wave12_provider_keyaware.py
tests/test_wave12_responsiveness.py
tests/test_wave12_safety_gate.py
tests/test_wave12_sop.py
tests/test_wave12_vault_profile_parity.py
tests/test_wave13_capture_polish.py
tests/test_wave13_debt_batch.py
tests/test_wave13_dep_fingertip.py
tests/test_wave13_live_pane_pause.py
tests/test_wave13_model_fallback.py
tests/test_wave13_setup_flow.py
tests/test_wave14_edges.py
tests/test_wave14_live_path_honor.py
tests/test_wave14_model_validation.py
tests/test_wave14_provider_config.py
tests/test_wave14_router_config_creds.py
tests/test_wave14_runtime_honest_degrade.py
tests/test_wave14_settings_provider.py
tests/test_wave14_setup_per_tier.py
tests/test_wave14b_interactive_provider.py
tests/test_wave14c_native_live.py
tests/test_wave1_activity_completion.py
tests/test_wave1_filevault_episodic.py
tests/test_wave1_headless_confirm.py
tests/test_wave1_readiness_gate.py
tests/test_wave1_sandbox_path_anchor.py
tests/test_wave2_autoforge_ack.py
tests/test_wave2_code_risk.py
tests/test_wave2_floor_pierce.py
tests/test_wave2_sandbox_isolation.py
tests/test_wave3_backend_fallback.py
tests/test_wave3_log_filter.py
tests/test_wave3_silent_swallow_observability.py
tests/test_wave4_a11y.py
tests/test_wave4_insights_tab_url.py
tests/test_wave4_list_filter.py
tests/test_wave4_local_fonts.py
tests/test_wave5_attention.py
tests/test_wave5_live_pane.py
tests/test_wave5_status_menu.py
tests/test_wave6_tool_runner.py
tests/test_wave7_responsiveness.py
tests/test_wave8_artifacts.py
tests/test_wave8_chat_quick.py
tests/test_wave8_model_presets.py
tests/test_wave8_quick_task.py
tests/test_wave9_clarify_flywheel.py
tests/test_wave9_mcp_connections.py
tests/test_wave9_onboarding.py
tests/test_wave9_user_context.py
tests/test_web_extract_fields_interface.py
tests/test_work_page.py
tests/test_workflow_tracker.py