MANIFEST.in
README.md
pyproject.toml
src/manual/test_path_references.py
src/manual/test_secrets_schema.py
src/manual/test_stackops_skill_refs.py
src/manual/test_stackops_versioning.py
src/stackops/__init__.py
src/stackops/logger.py
src/stackops/paths.py
src/stackops/version.py
src/stackops.egg-info/PKG-INFO
src/stackops.egg-info/SOURCES.txt
src/stackops.egg-info/dependency_links.txt
src/stackops.egg-info/entry_points.txt
src/stackops.egg-info/requires.txt
src/stackops.egg-info/top_level.txt
src/stackops/architecture_graph/__init__.py
src/stackops/architecture_graph/__main__.py
src/stackops/architecture_graph/cli.py
src/stackops/architecture_graph/graph.py
src/stackops/architecture_graph/graph_css.txt
src/stackops/architecture_graph/graph_css_continued.txt
src/stackops/architecture_graph/graph_js.txt
src/stackops/architecture_graph/graph_js_continued.txt
src/stackops/architecture_graph/models.py
src/stackops/architecture_graph/renderer.py
src/stackops/architecture_graph/scanner.py
src/stackops/cluster/__init__.py
src/stackops/cluster/scheduler.py
src/stackops/cluster/remote/__init__.py
src/stackops/cluster/remote/cloud_manager.py
src/stackops/cluster/remote/data_transfer.py
src/stackops/cluster/remote/distribute.py
src/stackops/cluster/remote/execution_script.py
src/stackops/cluster/remote/file_manager.py
src/stackops/cluster/remote/job_params.py
src/stackops/cluster/remote/models.py
src/stackops/cluster/remote/notification.py
src/stackops/cluster/remote/notifications.py
src/stackops/cluster/remote/remote_machine.py
src/stackops/cluster/sessions_managers/__init__.py
src/stackops/cluster/sessions_managers/monitoring_types.py
src/stackops/cluster/sessions_managers/session_conflict.py
src/stackops/cluster/sessions_managers/session_exit_mode.py
src/stackops/cluster/sessions_managers/helpers/__init__.py
src/stackops/cluster/sessions_managers/helpers/enhanced_command_runner.py
src/stackops/cluster/sessions_managers/helpers/load_balancer_helper.py
src/stackops/cluster/sessions_managers/tmux/__init__.py
src/stackops/cluster/sessions_managers/tmux/tmux_local.py
src/stackops/cluster/sessions_managers/tmux/tmux_local_manager.py
src/stackops/cluster/sessions_managers/tmux/tmux_utils/__init__.py
src/stackops/cluster/sessions_managers/tmux/tmux_utils/tmux_common.py
src/stackops/cluster/sessions_managers/tmux/tmux_utils/tmux_execution.py
src/stackops/cluster/sessions_managers/tmux/tmux_utils/tmux_layout.py
src/stackops/cluster/sessions_managers/tmux/tmux_utils/tmux_status.py
src/stackops/cluster/sessions_managers/utils/__init__.py
src/stackops/cluster/sessions_managers/utils/load_balancer.py
src/stackops/cluster/sessions_managers/utils/maker.py
src/stackops/cluster/sessions_managers/windows_terminal/__init__.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_local.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_local_manager.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_local_manager_demo.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_remote.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_remote_manager.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/__init__.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/layout_generator.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/local_monitoring.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/manager_persistence.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/monitoring_helpers.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/process_monitor.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/remote_executor.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/session_manager.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/status_reporter.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/status_reporting.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/wt_helpers.py
src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/examples/__init__.py
src/stackops/jobs/__init__.py
src/stackops/jobs/agents/mcps/__init__.py
src/stackops/jobs/agents/mcps/mcp.json
src/stackops/jobs/agents/mcps/mcp.schema.json
src/stackops/jobs/installer/__init__.py
src/stackops/jobs/installer/todo.md
src/stackops/jobs/installer/checks/__init__.py
src/stackops/jobs/installer/checks/check_installations.py
src/stackops/jobs/installer/checks/install_utils.py
src/stackops/jobs/installer/checks/report_utils.py
src/stackops/jobs/installer/checks/security_cli.py
src/stackops/jobs/installer/checks/security_helper.py
src/stackops/jobs/installer/checks/vt_utils.py
src/stackops/jobs/installer/linux_scripts/__init__.py
src/stackops/jobs/installer/linux_scripts/brave.sh
src/stackops/jobs/installer/linux_scripts/cloudflare_warp_cli.sh
src/stackops/jobs/installer/linux_scripts/edge.sh
src/stackops/jobs/installer/linux_scripts/network.sh
src/stackops/jobs/installer/linux_scripts/ngrok.sh
src/stackops/jobs/installer/linux_scripts/oz.sh
src/stackops/jobs/installer/linux_scripts/q.sh
src/stackops/jobs/installer/linux_scripts/redis.sh
src/stackops/jobs/installer/linux_scripts/sysabc_macos.sh
src/stackops/jobs/installer/linux_scripts/sysabc_ubuntu.sh
src/stackops/jobs/installer/linux_scripts/vscode.sh
src/stackops/jobs/installer/linux_scripts/wezterm.sh
src/stackops/jobs/installer/macos_scripts/__init__.py
src/stackops/jobs/installer/powershell_scripts/__init__.py
src/stackops/jobs/installer/powershell_scripts/nerdfonts.ps1
src/stackops/jobs/installer/powershell_scripts/sysabc.ps1
src/stackops/jobs/installer/powershell_scripts/texlive.ps1
src/stackops/jobs/installer/python_scripts/__init__.py
src/stackops/jobs/installer/python_scripts/alacritty.py
src/stackops/jobs/installer/python_scripts/boxes.py
src/stackops/jobs/installer/python_scripts/brave.py
src/stackops/jobs/installer/python_scripts/bypass_paywall.py
src/stackops/jobs/installer/python_scripts/cloudflare_warp_cli.py
src/stackops/jobs/installer/python_scripts/code.py
src/stackops/jobs/installer/python_scripts/cursor.py
src/stackops/jobs/installer/python_scripts/docker.py
src/stackops/jobs/installer/python_scripts/dubdb_adbc.py
src/stackops/jobs/installer/python_scripts/espanso.py
src/stackops/jobs/installer/python_scripts/goes.py
src/stackops/jobs/installer/python_scripts/hx.py
src/stackops/jobs/installer/python_scripts/lvim.py
src/stackops/jobs/installer/python_scripts/nerdfont.py
src/stackops/jobs/installer/python_scripts/orca.py
src/stackops/jobs/installer/python_scripts/poppler.py
src/stackops/jobs/installer/python_scripts/redis.py
src/stackops/jobs/installer/python_scripts/rmpc.py
src/stackops/jobs/installer/python_scripts/sysabc.py
src/stackops/jobs/installer/python_scripts/termusic.py
src/stackops/jobs/installer/python_scripts/wezterm.py
src/stackops/jobs/installer/python_scripts/winget.py
src/stackops/jobs/installer/python_scripts/yazi.py
src/stackops/jobs/installer/python_scripts/youtube_tui.py
src/stackops/jobs/installer/python_scripts/ytui_music.py
src/stackops/jobs/scripts/bash_scripts/__init__.py
src/stackops/jobs/scripts/bash_scripts/hollywood.sh
src/stackops/jobs/scripts/bash_scripts/lid.sh
src/stackops/jobs/scripts/bash_scripts/weather
src/stackops/jobs/scripts/powershell_scripts/__init__.py
src/stackops/jobs/scripts/powershell_scripts/cmatrix.ps1
src/stackops/jobs/scripts/powershell_scripts/weather.ps1
src/stackops/jobs/scripts_dynamic/__init__.py
src/stackops/jobs/scripts_dynamic/download_stackops_offline_installer.json
src/stackops/jobs/scripts_dynamic/download_stackops_offline_installer.py
src/stackops/jobs/scripts_dynamic/system_compute_analyzer.py
src/stackops/profile/__init__.py
src/stackops/profile/create_helper.py
src/stackops/profile/create_links.py
src/stackops/profile/create_links_export.py
src/stackops/profile/create_shell_profile.py
src/stackops/profile/dotfiles_mapper.py
src/stackops/profile/linking/__init__.py
src/stackops/profile/linking/conflict.py
src/stackops/profile/linking/operations.py
src/stackops/profile/linking/options.py
src/stackops/scripts/__init__.py
src/stackops/scripts/linux/__init__.py
src/stackops/scripts/linux/wrap_stackops
src/stackops/scripts/nu/__init__.py
src/stackops/scripts/nu/wrap_stackops.nu
src/stackops/scripts/python/__init__.py
src/stackops/scripts/python/agents.py
src/stackops/scripts/python/agents_browser.py
src/stackops/scripts/python/agents_parallel.py
src/stackops/scripts/python/agents_parallel_commands.py
src/stackops/scripts/python/agents_parallel_run_command.py
src/stackops/scripts/python/agents_test_runtime.py
src/stackops/scripts/python/agents_type_fix.py
src/stackops/scripts/python/cloud.py
src/stackops/scripts/python/devops.py
src/stackops/scripts/python/enums.py
src/stackops/scripts/python/fire_jobs.py
src/stackops/scripts/python/ftpx.py
src/stackops/scripts/python/preview.py
src/stackops/scripts/python/seek.py
src/stackops/scripts/python/stackops_entry.py
src/stackops/scripts/python/terminal.py
src/stackops/scripts/python/terminal_summarize.py
src/stackops/scripts/python/terminal_summary.py
src/stackops/scripts/python/utils.py
src/stackops/scripts/python/ai/__init__.py
src/stackops/scripts/python/ai/initai.py
src/stackops/scripts/python/ai/scripts/__init__.py
src/stackops/scripts/python/ai/scripts/command_runner.ps1
src/stackops/scripts/python/ai/scripts/command_runner.sh
src/stackops/scripts/python/ai/scripts/dashboard.py
src/stackops/scripts/python/ai/scripts/lint_and_type_check.py
src/stackops/scripts/python/ai/scripts/models.py
src/stackops/scripts/python/ai/scripts/models_config.py
src/stackops/scripts/python/ai/scripts/models_core.py
src/stackops/scripts/python/ai/scripts/models_diagnostics.py
src/stackops/scripts/python/ai/scripts/models_json.py
src/stackops/scripts/python/ai/scripts/models_reports.py
src/stackops/scripts/python/ai/scripts/paths.py
src/stackops/scripts/python/ai/solutions/__init__.py
src/stackops/scripts/python/ai/solutions/antigravity/__init__.py
src/stackops/scripts/python/ai/solutions/antigravity/antigravity.py
src/stackops/scripts/python/ai/solutions/auggie/__init__.py
src/stackops/scripts/python/ai/solutions/auggie/auggie.py
src/stackops/scripts/python/ai/solutions/claude/claude.py
src/stackops/scripts/python/ai/solutions/cline/cline.py
src/stackops/scripts/python/ai/solutions/codex/__init__.py
src/stackops/scripts/python/ai/solutions/codex/codex.py
src/stackops/scripts/python/ai/solutions/codex/config.toml
src/stackops/scripts/python/ai/solutions/copilot/__init__.py
src/stackops/scripts/python/ai/solutions/copilot/github_copilot.py
src/stackops/scripts/python/ai/solutions/copilot/agents/Thinking-Beast-Mode.agent.md
src/stackops/scripts/python/ai/solutions/copilot/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md
src/stackops/scripts/python/ai/solutions/copilot/agents/__init__.py
src/stackops/scripts/python/ai/solutions/copilot/agents/deepResearch.agent.md
src/stackops/scripts/python/ai/solutions/copilot/instructions/archive/__init__.py
src/stackops/scripts/python/ai/solutions/copilot/instructions/archive/watch_exec.prompt.md
src/stackops/scripts/python/ai/solutions/copilot/instructions/python/__init__.py
src/stackops/scripts/python/ai/solutions/copilot/instructions/python/dev.instructions.md
src/stackops/scripts/python/ai/solutions/copilot/prompts/__init__.py
src/stackops/scripts/python/ai/solutions/copilot/prompts/pyright_fix.md
src/stackops/scripts/python/ai/solutions/copilot/prompts/research-report-skeleton.prompt.md
src/stackops/scripts/python/ai/solutions/crush/__init__.py
src/stackops/scripts/python/ai/solutions/crush/crush.json
src/stackops/scripts/python/ai/solutions/crush/crush.py
src/stackops/scripts/python/ai/solutions/crush/privacy.md
src/stackops/scripts/python/ai/solutions/cursor/cursors.py
src/stackops/scripts/python/ai/solutions/droid/__init__.py
src/stackops/scripts/python/ai/solutions/droid/droid.py
src/stackops/scripts/python/ai/solutions/forge/__init__.py
src/stackops/scripts/python/ai/solutions/forge/forge.py
src/stackops/scripts/python/ai/solutions/kilocode/__init__.py
src/stackops/scripts/python/ai/solutions/kilocode/kilocode.py
src/stackops/scripts/python/ai/solutions/kilocode/privacy.md
src/stackops/scripts/python/ai/solutions/opencode/__init__.py
src/stackops/scripts/python/ai/solutions/opencode/opencode.jsonc
src/stackops/scripts/python/ai/solutions/opencode/opencode.py
src/stackops/scripts/python/ai/solutions/oz/__init__.py
src/stackops/scripts/python/ai/solutions/oz/oz.py
src/stackops/scripts/python/ai/solutions/pi/__init__.py
src/stackops/scripts/python/ai/solutions/pi/pi.py
src/stackops/scripts/python/ai/solutions/q/__init__.py
src/stackops/scripts/python/ai/solutions/q/amazon_q.py
src/stackops/scripts/python/ai/solutions/qwen_code/__init__.py
src/stackops/scripts/python/ai/solutions/qwen_code/qwen_code.py
src/stackops/scripts/python/ai/solutions/warp/__init__.py
src/stackops/scripts/python/ai/solutions/warp/warp.py
src/stackops/scripts/python/ai/utils/__init__.py
src/stackops/scripts/python/ai/utils/generate_files.py
src/stackops/scripts/python/ai/utils/generate_files_content.py
src/stackops/scripts/python/ai/utils/generate_files_utils.py
src/stackops/scripts/python/ai/utils/generic.instructions.md
src/stackops/scripts/python/ai/utils/generic.py
src/stackops/scripts/python/ai/utils/shared.py
src/stackops/scripts/python/ai/utils/vscode_tasks.py
src/stackops/scripts/python/graph/__init__.py
src/stackops/scripts/python/graph/cli_graph.json
src/stackops/scripts/python/graph/cli_graph_apps.py
src/stackops/scripts/python/graph/cli_graph_eval.py
src/stackops/scripts/python/graph/cli_graph_node_utils.py
src/stackops/scripts/python/graph/cli_graph_nodes.py
src/stackops/scripts/python/graph/cli_graph_registration.py
src/stackops/scripts/python/graph/cli_graph_resolver.py
src/stackops/scripts/python/graph/cli_graph_shared.py
src/stackops/scripts/python/graph/cli_graph_signature.py
src/stackops/scripts/python/graph/cli_graph_targets.py
src/stackops/scripts/python/graph/cli_graph_tree.py
src/stackops/scripts/python/graph/cli_graph_values.py
src/stackops/scripts/python/graph/generate_cli_graph.py
src/stackops/scripts/python/graph/visualize/__init__.py
src/stackops/scripts/python/graph/visualize/cli_graph_app.py
src/stackops/scripts/python/graph/visualize/cli_graph_search.py
src/stackops/scripts/python/graph/visualize/cli_graph_typer_app.py
src/stackops/scripts/python/graph/visualize/dot_export.py
src/stackops/scripts/python/graph/visualize/graph_data.py
src/stackops/scripts/python/graph/visualize/graph_paths.py
src/stackops/scripts/python/graph/visualize/plotly_browser.py
src/stackops/scripts/python/graph/visualize/plotly_views.py
src/stackops/scripts/python/graph/visualize/rich_tree.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/__init__.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/cli_graph_loader.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/command_builder.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/command_detail.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/command_tree.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/data_models.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/devops_navigator.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/main_app.py
src/stackops/scripts/python/graph/visualize/helpers_navigator/search_bar.py
src/stackops/scripts/python/helpers/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/agents_ask_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_browser_constants.py
src/stackops/scripts/python/helpers/helpers_agents/agents_browser_guides.py
src/stackops/scripts/python/helpers/helpers_agents/agents_browser_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_browser_resolution.py
src/stackops/scripts/python/helpers/helpers_agents/agents_create_artifacts.py
src/stackops/scripts/python/helpers/helpers_agents/agents_create_inputs.py
src/stackops/scripts/python/helpers/helpers_agents/agents_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_mcp_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_add_entry.py
src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_config.py
src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_yaml.py
src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_yaml_defaults.py
src/stackops/scripts/python/helpers/helpers_agents/agents_rich_output.py
src/stackops/scripts/python/helpers/helpers_agents/agents_run_context.py
src/stackops/scripts/python/helpers/helpers_agents/agents_run_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_run_types.py
src/stackops/scripts/python/helpers/helpers_agents/agents_shell.py
src/stackops/scripts/python/helpers/helpers_agents/agents_skill_impl.py
src/stackops/scripts/python/helpers/helpers_agents/agents_skill_types.py
src/stackops/scripts/python/helpers/helpers_agents/agents_yaml_schemas.py
src/stackops/scripts/python/helpers/helpers_agents/fire_agents_help_launch.py
src/stackops/scripts/python/helpers/helpers_agents/fire_agents_help_search.py
src/stackops/scripts/python/helpers/helpers_agents/fire_agents_load_balancer.py
src/stackops/scripts/python/helpers/helpers_agents/mcp_catalog.py
src/stackops/scripts/python/helpers/helpers_agents/mcp_install.py
src/stackops/scripts/python/helpers/helpers_agents/mcp_types.py
src/stackops/scripts/python/helpers/helpers_agents/reasoning_capabilities.py
src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/common.py
src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/create_options.py
src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/main.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_codex.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_copilot.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_crush.json
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_crush.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_cursor_agents.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_pi.py
src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_qwen.py
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/agent-browser.md
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp-browser-url.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp.md
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-cli.md
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-cdp.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-extension.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-storage-state.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-user-data-dir.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp.mcp.json
src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp.md
src/stackops/scripts/python/helpers/helpers_agents/privacy/privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aichat/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aichat/config.yaml
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aider/.aider.conf.yml
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie/auggie_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt/chatgpt_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline/cline_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex/codex_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/privacy_orchestrator.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/copilot/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/copilot/config.yml
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/crush/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/crush/crush.json
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor/cursor_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid/droid_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode/kilocode_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods/mods_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/opencode/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q/q_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen/qwen_privacy.py
src/stackops/scripts/python/helpers/helpers_agents/templates/__init__.py
src/stackops/scripts/python/helpers/helpers_agents/templates/prompt.txt
src/stackops/scripts/python/helpers/helpers_agents/templates/template.ps1
src/stackops/scripts/python/helpers/helpers_agents/templates/template.sh
src/stackops/scripts/python/helpers/helpers_cloud/__init__.py
src/stackops/scripts/python/helpers/helpers_cloud/backup_config.py
src/stackops/scripts/python/helpers/helpers_cloud/backup_registration.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_copy.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_helpers.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_mount.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_mount_tmux.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_path_resolver.py
src/stackops/scripts/python/helpers/helpers_cloud/cloud_sync.py
src/stackops/scripts/python/helpers/helpers_devops/__init__.py
src/stackops/scripts/python/helpers/helpers_devops/cli_backup_retrieve.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_dotfile_mapper.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_dotfile_transfer.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_mount.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets_actions.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets_candidates.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets_interactive.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets_prompts.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_secrets_support.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_terminal.py
src/stackops/scripts/python/helpers/helpers_devops/cli_config_tmux.py
src/stackops/scripts/python/helpers/helpers_devops/cli_data.py
src/stackops/scripts/python/helpers/helpers_devops/cli_device.py
src/stackops/scripts/python/helpers/helpers_devops/cli_nw.py
src/stackops/scripts/python/helpers/helpers_devops/cli_nw_vscode_share.py
src/stackops/scripts/python/helpers/helpers_devops/cli_repos.py
src/stackops/scripts/python/helpers/helpers_devops/cli_repos_viz.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_assets.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_clone.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_docker.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_docs.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_export.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_info.py
src/stackops/scripts/python/helpers/helpers_devops/cli_share_file.py
src/stackops/scripts/python/helpers/helpers_devops/cli_share_server.py
src/stackops/scripts/python/helpers/helpers_devops/cli_share_temp.py
src/stackops/scripts/python/helpers/helpers_devops/cli_share_terminal.py
src/stackops/scripts/python/helpers/helpers_devops/cli_ssh.py
src/stackops/scripts/python/helpers/helpers_devops/cli_vault.py
src/stackops/scripts/python/helpers/helpers_devops/devops_status.py
src/stackops/scripts/python/helpers/helpers_devops/devops_status_checks.py
src/stackops/scripts/python/helpers/helpers_devops/devops_status_display.py
src/stackops/scripts/python/helpers/helpers_devops/devops_update_repos.py
src/stackops/scripts/python/helpers/helpers_devops/interactive.py
src/stackops/scripts/python/helpers/helpers_devops/register_interactive.py
src/stackops/scripts/python/helpers/helpers_devops/run_script.py
src/stackops/scripts/python/helpers/helpers_devops/stackops_skill_refs.py
src/stackops/scripts/python/helpers/helpers_devops/vault.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__init__.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/app.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_docs.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_installer.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_logic.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_test.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/workflow_capture.py
src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/workflows_yaml.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__init__.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/commands.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/device_entry.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/devices.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/linux.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/macos.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/selection.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/utils.py
src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/windows.py
src/stackops/scripts/python/helpers/helpers_devops/themes/__init__.py
src/stackops/scripts/python/helpers/helpers_devops/themes/choose_pwsh_theme.ps1
src/stackops/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.ps1
src/stackops/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.sh
src/stackops/scripts/python/helpers/helpers_devops/themes/choose_wezterm_theme.py
src/stackops/scripts/python/helpers/helpers_devops/themes/choose_windows_terminal_theme.ps1
src/stackops/scripts/python/helpers/helpers_env/__init__.py
src/stackops/scripts/python/helpers/helpers_env/env_manager_tui.py
src/stackops/scripts/python/helpers/helpers_env/path_manager_backend.py
src/stackops/scripts/python/helpers/helpers_env/path_manager_tui.py
src/stackops/scripts/python/helpers/helpers_fire_command/__init__.py
src/stackops/scripts/python/helpers/helpers_fire_command/cloud_manager.py
src/stackops/scripts/python/helpers/helpers_fire_command/f.py
src/stackops/scripts/python/helpers/helpers_fire_command/file_wrangler.py
src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_args_helper.py
src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_impl.py
src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_route_helper.py
src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_streamlit_helper.py
src/stackops/scripts/python/helpers/helpers_network/__init__.py
src/stackops/scripts/python/helpers/helpers_network/address_switch.py
src/stackops/scripts/python/helpers/helpers_network/ftpx_impl.py
src/stackops/scripts/python/helpers/helpers_network/onetimeshare.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn.py
src/stackops/scripts/python/helpers/helpers_network/ssh/__init__.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_add_key_windows.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_add_ssh_key.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_cloud_init.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_darwin.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_darwin_utils.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_linux.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_linux_utils.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_windows.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_windows_utils.py
src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_deploy_key_remote.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn_platforms/common.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn_platforms/darwin.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn_platforms/linux.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn_platforms/unsupported.py
src/stackops/scripts/python/helpers/helpers_network/wifi_conn_platforms/windows.py
src/stackops/scripts/python/helpers/helpers_preview/__init__.py
src/stackops/scripts/python/helpers/helpers_preview/pomodoro.py
src/stackops/scripts/python/helpers/helpers_preview/preview_impl.py
src/stackops/scripts/python/helpers/helpers_preview/preview_read.py
src/stackops/scripts/python/helpers/helpers_preview/scheduler.py
src/stackops/scripts/python/helpers/helpers_preview/start_slidev.py
src/stackops/scripts/python/helpers/helpers_preview/viewer.py
src/stackops/scripts/python/helpers/helpers_preview/viewer_template.py
src/stackops/scripts/python/helpers/helpers_repos/action.py
src/stackops/scripts/python/helpers/helpers_repos/action_helper.py
src/stackops/scripts/python/helpers/helpers_repos/clone.py
src/stackops/scripts/python/helpers/helpers_repos/cloud_repo_sync.py
src/stackops/scripts/python/helpers/helpers_repos/cloud_repo_sync_conflicts.py
src/stackops/scripts/python/helpers/helpers_repos/grource.py
src/stackops/scripts/python/helpers/helpers_repos/record.py
src/stackops/scripts/python/helpers/helpers_repos/repo_analyzer_1.py
src/stackops/scripts/python/helpers/helpers_repos/repo_analyzer_2.py
src/stackops/scripts/python/helpers/helpers_repos/spec_store.py
src/stackops/scripts/python/helpers/helpers_repos/sync.py
src/stackops/scripts/python/helpers/helpers_repos/update.py
src/stackops/scripts/python/helpers/helpers_search/ast_search.py
src/stackops/scripts/python/helpers/helpers_search/qr_code.py
src/stackops/scripts/python/helpers/helpers_search/repo_rag.py
src/stackops/scripts/python/helpers/helpers_search/script_help.py
src/stackops/scripts/python/helpers/helpers_search/semantic_search.py
src/stackops/scripts/python/helpers/helpers_seek/__init__.py
src/stackops/scripts/python/helpers/helpers_seek/seek_impl.py
src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/__init__.py
src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/fzfg
src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/search_with_context.sh
src/stackops/scripts/python/helpers/helpers_seek/scripts_macos/__init__.py
src/stackops/scripts/python/helpers/helpers_seek/scripts_macos/fzfg
src/stackops/scripts/python/helpers/helpers_seek/scripts_windows/__init__.py
src/stackops/scripts/python/helpers/helpers_seek/scripts_windows/fzfg.ps1
src/stackops/scripts/python/helpers/helpers_sessions/__init__.py
src/stackops/scripts/python/helpers/helpers_sessions/_attach_common.py
src/stackops/scripts/python/helpers/helpers_sessions/_herdr_backend.py
src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend.py
src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_options.py
src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_preview.py
src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_processes.py
src/stackops/scripts/python/helpers/helpers_sessions/attach_impl.py
src/stackops/scripts/python/helpers/helpers_sessions/kill_impl.py
src/stackops/scripts/python/helpers/helpers_sessions/session_trace_tmux.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_aoe_impl.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_common.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run_all.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run_aoe.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic_display.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic_tmux.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_impl.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_layout_source.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_multiprocess.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_test_layouts.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_trace.py
src/stackops/scripts/python/helpers/helpers_sessions/sessions_trace_render.py
src/stackops/scripts/python/helpers/helpers_sessions/terminal_cli_helpers.py
src/stackops/scripts/python/helpers/helpers_sessions/utils.py
src/stackops/scripts/python/helpers/helpers_utils/file_utils_app.py
src/stackops/scripts/python/helpers/helpers_utils/machine_utils_app.py
src/stackops/scripts/python/helpers/helpers_utils/path_helper.py
src/stackops/scripts/python/helpers/helpers_utils/path_reference_validation.py
src/stackops/scripts/python/helpers/helpers_utils/pdf.py
src/stackops/scripts/python/helpers/helpers_utils/processes.py
src/stackops/scripts/python/helpers/helpers_utils/pyproject_utils_app.py
src/stackops/scripts/python/helpers/helpers_utils/pyproject_utils_commands_check.py
src/stackops/scripts/python/helpers/helpers_utils/pyproject_utils_commands_setup.py
src/stackops/scripts/python/helpers/helpers_utils/pyproject_utils_helpers.py
src/stackops/scripts/python/helpers/helpers_utils/python.py
src/stackops/scripts/python/helpers/helpers_utils/python_env.py
src/stackops/scripts/python/helpers/helpers_utils/python_init.py
src/stackops/scripts/python/helpers/helpers_utils/read_db_cli_tui.py
src/stackops/scripts/python/helpers/helpers_utils/read_db_cli_tui_backend.py
src/stackops/scripts/python/helpers/helpers_utils/scrape.py
src/stackops/scripts/python/helpers/helpers_utils/specs.py
src/stackops/scripts/python/helpers/helpers_utils/surya.py
src/stackops/scripts/python/helpers/helpers_utils/upgrade_packages.py
src/stackops/scripts/setup/linux/__init__.py
src/stackops/scripts/setup/linux/apps_desktop.sh
src/stackops/scripts/setup/linux/interactive.sh
src/stackops/scripts/setup/linux/live_from_github.sh
src/stackops/scripts/setup/linux/uv.sh
src/stackops/scripts/setup/macos/__init__.py
src/stackops/scripts/setup/macos/uv.sh
src/stackops/scripts/setup/windows/__init__.py
src/stackops/scripts/setup/windows/interactive.ps1
src/stackops/scripts/setup/windows/live_from_github.ps1
src/stackops/scripts/setup/windows/quick_init.ps1
src/stackops/scripts/setup/windows/uv.ps1
src/stackops/scripts/windows/__init__.py
src/stackops/scripts/windows/wrap_stackops.ps1
src/stackops/secrets/__init__.py
src/stackops/secrets/assets.py
src/stackops/secrets/loader.py
src/stackops/secrets/models.py
src/stackops/secrets/paths.py
src/stackops/secrets/readers.py
src/stackops/secrets/search.py
src/stackops/settings/__init__.py
src/stackops/settings/atuin/__init__.py
src/stackops/settings/atuin/config.toml
src/stackops/settings/atuin/themes/__init__.py
src/stackops/settings/atuin/themes/catppuccin-mocha-mauve.toml
src/stackops/settings/broot/__init__.py
src/stackops/settings/broot/br.sh
src/stackops/settings/broot/brootcd.ps1
src/stackops/settings/broot/conf.toml
src/stackops/settings/glow/__init__.py
src/stackops/settings/glow/glow.yml
src/stackops/settings/gromit-mpx/__init__.py
src/stackops/settings/gromit-mpx/gromit-mpx.cfg
src/stackops/settings/helix/__init__.py
src/stackops/settings/helix/config.toml
src/stackops/settings/helix/languages.toml
src/stackops/settings/keras/__init__.py
src/stackops/settings/keras/keras.json
src/stackops/settings/keyboard/espanso/config/__init__.py
src/stackops/settings/keyboard/espanso/config/default.yml
src/stackops/settings/keyboard/espanso/match/__init__.py
src/stackops/settings/keyboard/espanso/match/base.yml
src/stackops/settings/keyboard/kanata/__init__.py
src/stackops/settings/keyboard/kanata/kanata.kbd
src/stackops/settings/lf/linux/__init__.py
src/stackops/settings/lf/linux/colors
src/stackops/settings/lf/linux/icons
src/stackops/settings/lf/linux/lfrc
src/stackops/settings/lf/linux/autocall/__init__.py
src/stackops/settings/lf/linux/autocall/delete.sh
src/stackops/settings/lf/linux/autocall/on-cd.sh
src/stackops/settings/lf/linux/autocall/on-quit.sh
src/stackops/settings/lf/linux/autocall/open.sh
src/stackops/settings/lf/linux/autocall/paste.sh
src/stackops/settings/lf/linux/autocall/pre-cd.sh
src/stackops/settings/lf/linux/autocall/rename.sh
src/stackops/settings/lf/linux/exe/__init__.py
src/stackops/settings/lf/linux/exe/cleaner.sh
src/stackops/settings/lf/linux/exe/leftpane_previewer.sh
src/stackops/settings/lf/linux/exe/lfcd.sh
src/stackops/settings/lf/linux/exe/previewer.sh
src/stackops/settings/lf/linux/exe/previewer_archive.sh
src/stackops/settings/lf/windows/__init__.py
src/stackops/settings/lf/windows/cd_tere.ps1
src/stackops/settings/lf/windows/cd_zoxide.ps1
src/stackops/settings/lf/windows/cd_zoxide2.ps1
src/stackops/settings/lf/windows/colors
src/stackops/settings/lf/windows/icons
src/stackops/settings/lf/windows/leftpane_previewer.ps1
src/stackops/settings/lf/windows/lfcd.ps1
src/stackops/settings/lf/windows/lfrc
src/stackops/settings/lf/windows/mkdir.ps1
src/stackops/settings/lf/windows/mkfile.ps1
src/stackops/settings/lf/windows/previewer.ps1
src/stackops/settings/lf/windows/autocall/__init__.py
src/stackops/settings/lf/windows/autocall/delete.ps1
src/stackops/settings/lf/windows/autocall/on-cd.ps1
src/stackops/settings/lf/windows/autocall/on-quit.ps1
src/stackops/settings/lf/windows/autocall/open.ps1
src/stackops/settings/lf/windows/autocall/paste.ps1
src/stackops/settings/lf/windows/autocall/pre-cd.ps1
src/stackops/settings/lf/windows/autocall/rename.ps1
src/stackops/settings/linters/.flake8
src/stackops/settings/linters/.mypy.ini
src/stackops/settings/linters/.pylintrc
src/stackops/settings/linters/.ruff.toml
src/stackops/settings/linters/__init__.py
src/stackops/settings/linters/pyrefly.toml
src/stackops/settings/linters/ty.toml
src/stackops/settings/lvim/linux/__init__.py
src/stackops/settings/lvim/linux/config.lua
src/stackops/settings/lvim/windows/__init__.py
src/stackops/settings/lvim/windows/config.lua
src/stackops/settings/lvim/windows/archive/__init__.py
src/stackops/settings/lvim/windows/archive/config_additional.lua
src/stackops/settings/lvim/windows/lua/user/__init__.py
src/stackops/settings/lvim/windows/lua/user/custom_config.lua
src/stackops/settings/marimo/__init__.py
src/stackops/settings/marimo/marimo.toml
src/stackops/settings/marimo/snippets/globalize.py
src/stackops/settings/mprocs/windows/__init__.py
src/stackops/settings/mprocs/windows/mprocs.yaml
src/stackops/settings/mprocs/windows/other
src/stackops/settings/ollama/__init__.py
src/stackops/settings/ollama/server.json
src/stackops/settings/pistol/__init__.py
src/stackops/settings/pistol/pistol.conf
src/stackops/settings/presenterm/__init__.py
src/stackops/settings/presenterm/config.yaml
src/stackops/settings/procs/.procs.toml
src/stackops/settings/psmux/__init__.py
src/stackops/settings/psmux/description.md
src/stackops/settings/psmux/install-ppm.ps1
src/stackops/settings/psmux/psmux.bindings.conf
src/stackops/settings/psmux/psmux.conf
src/stackops/settings/psmux/psmux.local.conf
src/stackops/settings/psmux/psmux.plugins.conf
src/stackops/settings/psmux/psmux.powerline.conf
src/stackops/settings/psmux/psmux.theme.conf
src/stackops/settings/pudb/__init__.py
src/stackops/settings/pudb/pudb.cfg
src/stackops/settings/rofi/__init__.py
src/stackops/settings/rofi/config.rasi
src/stackops/settings/rofi/config_default.rasi
src/stackops/settings/shells/alacritty/__init__.py
src/stackops/settings/shells/alacritty/alacritty.toml
src/stackops/settings/shells/alacritty/alacritty.yml
src/stackops/settings/shells/bash/__init__.py
src/stackops/settings/shells/bash/init.sh
src/stackops/settings/shells/ghostty/__init__.py
src/stackops/settings/shells/ghostty/config
src/stackops/settings/shells/hyper/.hyper.js
src/stackops/settings/shells/ipy/profiles/default/__init__.py
src/stackops/settings/shells/ipy/profiles/default/startup/__init__.py
src/stackops/settings/shells/ipy/profiles/default/startup/playext.py
src/stackops/settings/shells/kitty/__init__.py
src/stackops/settings/shells/kitty/kitty.conf
src/stackops/settings/shells/nushell/__init__.py
src/stackops/settings/shells/nushell/config.nu
src/stackops/settings/shells/nushell/env.nu
src/stackops/settings/shells/nushell/init.nu
src/stackops/settings/shells/pwsh/__init__.py
src/stackops/settings/shells/pwsh/init.ps1
src/stackops/settings/shells/pwsh/search_pwsh_history.ps1
src/stackops/settings/shells/starship/__init__.py
src/stackops/settings/shells/starship/starship.toml
src/stackops/settings/shells/vtm/__init__.py
src/stackops/settings/shells/vtm/settings.xml
src/stackops/settings/shells/wezterm/__init__.py
src/stackops/settings/shells/wezterm/wezterm.lua
src/stackops/settings/shells/wt/__init__.py
src/stackops/settings/shells/wt/settings.json
src/stackops/settings/shells/zsh/__init__.py
src/stackops/settings/shells/zsh/init.sh
src/stackops/settings/streamlit/__init__.py
src/stackops/settings/streamlit/config.toml
src/stackops/settings/svim/linux/__init__.py
src/stackops/settings/svim/linux/init.toml
src/stackops/settings/svim/windows/__init__.py
src/stackops/settings/svim/windows/init.toml
src/stackops/settings/television/cable_unix/__init__.py
src/stackops/settings/television/cable_unix/alias.toml
src/stackops/settings/television/cable_unix/apt-packages.toml
src/stackops/settings/television/cable_unix/aws-buckets.toml
src/stackops/settings/television/cable_unix/aws-instances.toml
src/stackops/settings/television/cable_unix/bash-history.toml
src/stackops/settings/television/cable_unix/brew-packages.toml
src/stackops/settings/television/cable_unix/channels.toml
src/stackops/settings/television/cable_unix/dirs.toml
src/stackops/settings/television/cable_unix/diskutil.toml
src/stackops/settings/television/cable_unix/distrobox-list.toml
src/stackops/settings/television/cable_unix/docker-images.toml
src/stackops/settings/television/cable_unix/dotfiles.toml
src/stackops/settings/television/cable_unix/downloads.toml
src/stackops/settings/television/cable_unix/env.toml
src/stackops/settings/television/cable_unix/figlet-fonts.toml
src/stackops/settings/television/cable_unix/files.toml
src/stackops/settings/television/cable_unix/fish-history.toml
src/stackops/settings/television/cable_unix/fonts.toml
src/stackops/settings/television/cable_unix/git-branch.toml
src/stackops/settings/television/cable_unix/git-diff.toml
src/stackops/settings/television/cable_unix/git-files.toml
src/stackops/settings/television/cable_unix/git-log.toml
src/stackops/settings/television/cable_unix/git-reflog.toml
src/stackops/settings/television/cable_unix/git-repos.toml
src/stackops/settings/television/cable_unix/git-tags.toml
src/stackops/settings/television/cable_unix/git-worktrees.toml
src/stackops/settings/television/cable_unix/guix.toml
src/stackops/settings/television/cable_unix/images.toml
src/stackops/settings/television/cable_unix/just-recipes.toml
src/stackops/settings/television/cable_unix/k8s-deployments.toml
src/stackops/settings/television/cable_unix/k8s-pods.toml
src/stackops/settings/television/cable_unix/k8s-services.toml
src/stackops/settings/television/cable_unix/linux-disks.toml
src/stackops/settings/television/cable_unix/man-pages.toml
src/stackops/settings/television/cable_unix/mounts.toml
src/stackops/settings/television/cable_unix/npm-packages.toml
src/stackops/settings/television/cable_unix/nu-history.toml
src/stackops/settings/television/cable_unix/path.toml
src/stackops/settings/television/cable_unix/ports.toml
src/stackops/settings/television/cable_unix/procs.toml
src/stackops/settings/television/cable_unix/python-venvs.toml
src/stackops/settings/television/cable_unix/recent-files.toml
src/stackops/settings/television/cable_unix/sesh.toml
src/stackops/settings/television/cable_unix/text.toml
src/stackops/settings/television/cable_unix/tldr.toml
src/stackops/settings/television/cable_unix/tmux-sessions.toml
src/stackops/settings/television/cable_unix/tmux-windows.toml
src/stackops/settings/television/cable_unix/todo-comments.toml
src/stackops/settings/television/cable_unix/trash.toml
src/stackops/settings/television/cable_unix/unicode.toml
src/stackops/settings/television/cable_unix/wifi.toml
src/stackops/settings/television/cable_unix/zoxide.toml
src/stackops/settings/television/cable_unix/zsh-history.toml
src/stackops/settings/television/cable_windows/__init__.py
src/stackops/settings/television/cable_windows/alias.toml
src/stackops/settings/television/cable_windows/dirs.toml
src/stackops/settings/television/cable_windows/docker-images.toml
src/stackops/settings/television/cable_windows/dotfiles.toml
src/stackops/settings/television/cable_windows/env.toml
src/stackops/settings/television/cable_windows/files.toml
src/stackops/settings/television/cable_windows/git-branch.toml
src/stackops/settings/television/cable_windows/git-diff.toml
src/stackops/settings/television/cable_windows/git-log.toml
src/stackops/settings/television/cable_windows/git-reflog.toml
src/stackops/settings/television/cable_windows/git-repos.toml
src/stackops/settings/television/cable_windows/nu-history.toml
src/stackops/settings/television/cable_windows/pwsh-history.toml
src/stackops/settings/television/cable_windows/text.toml
src/stackops/settings/tere/__init__.py
src/stackops/settings/tere/terecd.ps1
src/stackops/settings/tere/terecd.sh
src/stackops/settings/tmux/__init__.py
src/stackops/settings/tmux/tmux.conf.local
src/stackops/settings/tv/__init__.py
src/stackops/settings/tv/config.toml
src/stackops/settings/tv/themes/__init__.py
src/stackops/settings/tv/themes/catppuccin-mocha-sky.toml
src/stackops/settings/wsl/.wslconfig
src/stackops/settings/wt/__init__.py
src/stackops/settings/wt/set_wt_settings.py
src/stackops/settings/yazi/__init__.py
src/stackops/settings/yazi/init.lua
src/stackops/settings/yazi/keymap_darwin.toml
src/stackops/settings/yazi/keymap_linux.toml
src/stackops/settings/yazi/keymap_windows.toml
src/stackops/settings/yazi/theme.toml
src/stackops/settings/yazi/yazi_darwin.toml
src/stackops/settings/yazi/yazi_linux.toml
src/stackops/settings/yazi/yazi_windows.toml
src/stackops/settings/yazi/scripts/__init__.py
src/stackops/settings/yazi/scripts/compress_selected.py
src/stackops/settings/yazi/scripts/copy_file_content.py
src/stackops/settings/yazi/scripts/fullscreen_preview.py
src/stackops/settings/yazi/scripts/interactive_view.py
src/stackops/settings/yazi/scripts/open_db_readonly.py
src/stackops/settings/yazi/scripts/open_default_app.py
src/stackops/settings/yazi/scripts/serve_browser_file.py
src/stackops/settings/yazi/shell/__init__.py
src/stackops/settings/yazi/shell/yazi_cd.ps1
src/stackops/settings/yazi/shell/yazi_cd.sh
src/stackops/settings/zed/__init__.py
src/stackops/settings/zed/settings.json
src/stackops/utils/__init__.py
src/stackops/utils/accessories.py
src/stackops/utils/code.py
src/stackops/utils/io.py
src/stackops/utils/meta.py
src/stackops/utils/optional_dependencies.py
src/stackops/utils/path_core.py
src/stackops/utils/path_reference.py
src/stackops/utils/source_of_truth.py
src/stackops/utils/cli_utils/__init__.py
src/stackops/utils/cli_utils/command_lookup.py
src/stackops/utils/cli_utils/hierarchy.py
src/stackops/utils/cli_utils/hierarchy_types.py
src/stackops/utils/cli_utils/terminal.py
src/stackops/utils/cloud/__init__.py
src/stackops/utils/cloud/defaults.py
src/stackops/utils/cloud/encryption.py
src/stackops/utils/cloud/rclone.py
src/stackops/utils/cloud/rclone_wrapper.py
src/stackops/utils/cloud/onedrive/README.md
src/stackops/utils/cloud/onedrive/__init__.py
src/stackops/utils/cloud/onedrive/auth.py
src/stackops/utils/cloud/onedrive/file_ops.py
src/stackops/utils/cloud/onedrive/setup_oauth.py
src/stackops/utils/files/__init__.py
src/stackops/utils/files/ascii_art.py
src/stackops/utils/files/compression.py
src/stackops/utils/files/dbms.py
src/stackops/utils/files/download.py
src/stackops/utils/files/f.py
src/stackops/utils/files/headers.py
src/stackops/utils/files/notebook.py
src/stackops/utils/files/read.py
src/stackops/utils/files/art/__init__.py
src/stackops/utils/files/art/fat_croco.txt
src/stackops/utils/files/art/halfwit_croco.txt
src/stackops/utils/files/art/happy_croco.txt
src/stackops/utils/files/art/water_croco.txt
src/stackops/utils/files/ouch/__init__.py
src/stackops/utils/files/ouch/decompress.py
src/stackops/utils/installer_utils/__init__.py
src/stackops/utils/installer_utils/github_release_bulk.py
src/stackops/utils/installer_utils/github_release_scraper.py
src/stackops/utils/installer_utils/install_from_url.py
src/stackops/utils/installer_utils/install_request_logic.py
src/stackops/utils/installer_utils/installer_class.py
src/stackops/utils/installer_utils/installer_cli.py
src/stackops/utils/installer_utils/installer_explore.py
src/stackops/utils/installer_utils/installer_helper.py
src/stackops/utils/installer_utils/installer_locator_utils.py
src/stackops/utils/installer_utils/installer_main_protocol.py
src/stackops/utils/installer_utils/installer_offline.py
src/stackops/utils/installer_utils/installer_offline_constants.py
src/stackops/utils/installer_utils/installer_offline_models.py
src/stackops/utils/installer_utils/installer_offline_publish.py
src/stackops/utils/installer_utils/installer_offline_render.py
src/stackops/utils/installer_utils/installer_offline_scripts.py
src/stackops/utils/installer_utils/installer_offline_steps.py
src/stackops/utils/installer_utils/installer_offline_uv.py
src/stackops/utils/installer_utils/installer_runner.py
src/stackops/utils/installer_utils/installer_summary.py
src/stackops/utils/machine/__init__.py
src/stackops/utils/machine/specs.py
src/stackops/utils/network/__init__.py
src/stackops/utils/network/address.py
src/stackops/utils/options_utils/__init__.py
src/stackops/utils/options_utils/options.py
src/stackops/utils/options_utils/options_tv_linux.py
src/stackops/utils/options_utils/options_tv_windows.py
src/stackops/utils/options_utils/textual_options_form.py
src/stackops/utils/options_utils/textual_options_form_types.py
src/stackops/utils/options_utils/tv_options.py
src/stackops/utils/python/__init__.py
src/stackops/utils/python/imports.py
src/stackops/utils/repos/__init__.py
src/stackops/utils/repos/stackops_paths.py
src/stackops/utils/schemas/__init__.py
src/stackops/utils/schemas/yaml_schema.py
src/stackops/utils/schemas/agents/__init__.py
src/stackops/utils/schemas/agents/parallel.schema.json
src/stackops/utils/schemas/agents/prompts.schema.json
src/stackops/utils/schemas/config/__init__.py
src/stackops/utils/schemas/config/config.json
src/stackops/utils/schemas/config/config.schema.json
src/stackops/utils/schemas/config/config_types.py
src/stackops/utils/schemas/fire_agents/__init__.py
src/stackops/utils/schemas/fire_agents/fire_agents_input.py
src/stackops/utils/schemas/fire_agents/fire_agents_types.py
src/stackops/utils/schemas/installer/__init__.py
src/stackops/utils/schemas/installer/installer_data.json
src/stackops/utils/schemas/installer/installer_type.schema.json
src/stackops/utils/schemas/installer/installer_types.py
src/stackops/utils/schemas/installer/package_groups.py
src/stackops/utils/schemas/layouts/__init__.py
src/stackops/utils/schemas/layouts/layout.json
src/stackops/utils/schemas/layouts/layout.schema.json
src/stackops/utils/schemas/layouts/layout_types.py
src/stackops/utils/schemas/mapper/__init__.py
src/stackops/utils/schemas/mapper/data.schema.json
src/stackops/utils/schemas/mapper/data.yaml
src/stackops/utils/schemas/mapper/dotfiles.schema.json
src/stackops/utils/schemas/mapper/dotfiles.yaml
src/stackops/utils/schemas/repos/__init__.py
src/stackops/utils/schemas/repos/repos_schema.json
src/stackops/utils/schemas/repos/repos_types.py
src/stackops/utils/ssh_utils/__init__.py
src/stackops/utils/ssh_utils/abc.py
src/stackops/utils/ssh_utils/ssh.py
src/stackops/utils/ssh_utils/wsl.py
src/stackops/utils/ssh_utils/wsl_helper.py