LICENSE
README.md
pyproject.toml
sharing_on/__init__.py
sharing_on/__main__.py
sharing_on/cli.py
sharing_on/config.py
sharing_on/platform_info.py
sharing_on/redactor.py
sharing_on/session.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/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/jobs.py
systemu/interface/manual_event_bridge.py
systemu/interface/name_resolver.py
systemu/interface/nav_helpers.py
systemu/interface/notifications.py
systemu/interface/ui_helpers.py
systemu/interface/components/__init__.py
systemu/interface/components/health_banner.py
systemu/interface/components/learning_curves.py
systemu/interface/components/live_events_pane.py
systemu/interface/components/memory_status.py
systemu/interface/components/pending_deps.py
systemu/interface/components/pending_tools.py
systemu/interface/components/skills_snapshot.py
systemu/interface/components/workflow_pipeline.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/insights.py
systemu/interface/pages/memory_consolidation_page.py
systemu/interface/pages/notifications_page.py
systemu/interface/pages/overview.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/workflow_detail.py
systemu/interface/pages/workshop.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/cross_shadow_patterns.py
systemu/pipelines/direct_task.py
systemu/pipelines/evolution_engine.py
systemu/pipelines/evolution_policy.py
systemu/pipelines/memory_consolidator.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_recalibrator.py
systemu/pipelines/skill_validator.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/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_memory.md
systemu/prompts/extract_skills_tools.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/propose_evolution.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/supervisor_intervene.md
systemu/prompts/validate_scroll.md
systemu/prompts/validate_skill.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/affinity_log.py
systemu/runtime/context_builder.py
systemu/runtime/dep_approvals.py
systemu/runtime/dep_conflicts.py
systemu/runtime/dependency_installer.py
systemu/runtime/execution_mind.py
systemu/runtime/execution_snapshot.py
systemu/runtime/failure_classifier.py
systemu/runtime/failure_telemetry.py
systemu/runtime/inadequacy_tracker.py
systemu/runtime/interpreter_check.py
systemu/runtime/memory_consolidator.py
systemu/runtime/memory_invalidator.py
systemu/runtime/memory_recall.py
systemu/runtime/metrics_tracker.py
systemu/runtime/rejection_store.py
systemu/runtime/shadow_metrics.py
systemu/runtime/shadow_runtime.py
systemu/runtime/specialty_suggester.py
systemu/runtime/supervisor.py
systemu/runtime/supervisor_cost_ledger.py
systemu/runtime/tool_metrics.py
systemu/runtime/tool_registry.py
systemu/runtime/tool_sandbox.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/wsl.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/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/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_f01116e2.json
systemu/vault/tools/tool_tool_f2891457.json
systemu/vault/tools/tool_tool_file_scan_directory.json
systemu/vault/tools/tool_tool_run_cli_command.json
systemu/vault/tools/tool_tool_web_act.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/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/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_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_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_cli_decisions.py
tests/test_cli_doctor.py
tests/test_cli_dotenv_loading.py
tests/test_cli_init.py
tests/test_cli_pending_decision_wrapper.py
tests/test_cli_tools_dryrun.py
tests/test_daemon_and_jobs.py
tests/test_daemon_port_check.py
tests/test_decision_queue.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_event_pusher.py
tests/test_evolution_engine.py
tests/test_failure_telemetry.py
tests/test_forge_preferred_packages.py
tests/test_health_banner.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_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_notify_user_queue_mode.py
tests/test_recovery_classifier.py
tests/test_recovery_engine.py
tests/test_recovery_links.py
tests/test_recovery_panel.py
tests/test_redis_priority_queue.py
tests/test_runtime_suppression_clear.py
tests/test_scroll_pipeline.py
tests/test_shadow_decision.py
tests/test_shadow_decision_queue_path.py
tests/test_shadow_identity_split.py
tests/test_shadow_runtime.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_page_actions.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_v072_sidebar_consolidation.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_1_validator_propose_tools.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_validator_to_forge_bridge.py
tests/test_vault.py
tests/test_workflow_tracker.py