stackops 8.93__tar.gz → 8.96__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- stackops-8.96/PKG-INFO +175 -0
- stackops-8.96/README.md +147 -0
- {stackops-8.93 → stackops-8.96}/pyproject.toml +3 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/utils/maker.py +4 -4
- stackops-8.96/src/stackops/jobs/agents/mcps/mcp.json +61 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/installer_data.json +113 -23
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/package_groups.py +4 -1
- stackops-8.96/src/stackops/jobs/installer/python_scripts/orca.py +147 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/create_helper.py +5 -5
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/create_links_export.py +1 -1
- stackops-8.96/src/stackops/scripts/linux/__init__.py +1 -0
- stackops-8.96/src/stackops/scripts/nu/__init__.py +1 -0
- stackops-8.96/src/stackops/scripts/python/agents.py +289 -0
- stackops-8.96/src/stackops/scripts/python/agents_browser.py +83 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/agents_parallel.py +7 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/agents_parallel_commands.py +1 -1
- stackops-8.96/src/stackops/scripts/python/agents_parallel_run_command.py +108 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/initai.py +3 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/github_copilot.py +0 -8
- stackops-8.96/src/stackops/scripts/python/ai/solutions/copilot/instructions/python/__init__.py +2 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/opencode/opencode.jsonc +0 -1
- stackops-8.96/src/stackops/scripts/python/ai/solutions/pi/pi.py +28 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/devops.py +4 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/cli_graph.json +1676 -774
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/generate_cli_graph.py +3 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/cli_graph_search.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/devops_navigator.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/plotly_browser.py +1 -1
- stackops-8.96/src/stackops/scripts/python/helpers/helper_env/__init__.py +3 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helper_env/env_manager_tui.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helper_env/path_manager_tui.py +1 -1
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_pi.py +44 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_ask_impl.py +189 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_browser_constants.py +17 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_browser_guides.py +61 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_browser_impl.py +158 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_browser_resolution.py +127 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_impl.py +2 -2
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_mcp_impl.py +115 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_config.py +208 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_impl.py +143 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_parallel_run_yaml.py +229 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_run_context.py +23 -6
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_run_impl.py +18 -5
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_skill_impl.py +91 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agents_yaml_schemas.py +178 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/__init__.py +12 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/agent-browser.md +32 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp-browser-url.mcp.json +11 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp.mcp.json +11 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/chrome-devtools-mcp.md +68 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-cdp.mcp.json +12 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-extension.mcp.json +11 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-storage-state.mcp.json +12 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp-user-data-dir.mcp.json +14 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp.mcp.json +12 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/browser_guides/playwright-mcp.md +68 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/fire_agents_help_launch.py +13 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/fire_agents_helper_types.py +21 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/mcp_catalog.py +47 -21
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/mcp_install.py +67 -30
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/mcp_types.py +2 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/reasoning_capabilities.py +4 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/croshell_impl.py +6 -6
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_config.py +100 -10
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_config_dotfile.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_repos.py +3 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self.py +11 -93
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_docs.py +6 -18
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_installer.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/update_test.py +1 -1
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/workflow_capture.py +88 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/workflows_yaml.py +183 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/interactive.py +8 -8
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/run_script.py +12 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/cloud_repo_sync.py +2 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_search/script_help.py +7 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend.py +0 -3
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic.py +263 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic_display.py +188 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic_tmux.py +97 -0
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic_zellij.py +79 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_layout_source.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_test_layouts.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/path_reference_validation.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/pyproject_utils_app.py +10 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/python.py +2 -3
- stackops-8.96/src/stackops/scripts/python/helpers/helpers_utils/test_runtime.py +180 -0
- stackops-8.93/src/stackops/scripts/python/mcfg_entry.py → stackops-8.96/src/stackops/scripts/python/stackops_entry.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/terminal.py +16 -15
- {stackops-8.93/src/stackops/setup_linux/web_shortcuts → stackops-8.96/src/stackops/scripts/setup/linux}/__init__.py +2 -0
- {stackops-8.93/src/stackops/setup_linux/web_shortcuts → stackops-8.96/src/stackops/scripts/setup/linux}/interactive.sh +18 -12
- {stackops-8.93/src/stackops/setup_windows/web_shortcuts → stackops-8.96/src/stackops/scripts/setup/windows}/__init__.py +1 -0
- {stackops-8.93/src/stackops/setup_windows/web_shortcuts → stackops-8.96/src/stackops/scripts/setup/windows}/interactive.ps1 +17 -13
- {stackops-8.93/src/stackops/setup_windows/web_shortcuts → stackops-8.96/src/stackops/scripts/setup/windows}/quick_init.ps1 +5 -2
- stackops-8.96/src/stackops/scripts/windows/__init__.py +1 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/bash/init.sh +4 -5
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/pwsh/init.ps1 +2 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/zsh/init.sh +2 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/docker-images.toml +13 -13
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/files.toml +14 -14
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/git-branch.toml +11 -11
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/git-diff.toml +10 -10
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/git-log.toml +13 -13
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/git-reflog.toml +13 -13
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/text.toml +17 -17
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/keymap_darwin.toml +11 -11
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/keymap_linux.toml +11 -11
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/keymap_windows.toml +12 -12
- stackops-8.96/src/stackops/settings/yazi/scripts/__init__.py +1 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/scripts/fullscreen_preview.py +24 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/scripts/interactive_view.py +25 -7
- stackops-8.96/src/stackops/settings/yazi/scripts/serve_browser_file.py +265 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/read.py +2 -12
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_offline.py +1 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/io.py +48 -11
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/options_tv_linux.py +6 -6
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/textual_options_form.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/textual_options_form_types.py +2 -2
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/path_compression.py +1 -1
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/path_core.py +1 -1
- stackops-8.96/src/stackops/utils/repo_stackops.py +34 -0
- stackops-8.96/src/stackops/utils/schemas/__init__.py +1 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/layouts/layout_types.py +3 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/source_of_truth.py +3 -3
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/abc.py +1 -1
- stackops-8.96/src/stackops/utils/ve_schema.py +85 -0
- stackops-8.96/src/stackops/utils/yaml_schema.py +30 -0
- stackops-8.96/src/stackops.egg-info/PKG-INFO +175 -0
- {stackops-8.93 → stackops-8.96}/src/stackops.egg-info/SOURCES.txt +54 -426
- {stackops-8.93 → stackops-8.96}/src/stackops.egg-info/entry_points.txt +1 -1
- {stackops-8.93 → stackops-8.96}/tests/test_cli_self_ai_app.py +1 -1
- {stackops-8.93 → stackops-8.96}/tests/test_path_reference_usage.py +1 -1
- stackops-8.93/PKG-INFO +0 -68
- stackops-8.93/README.md +0 -40
- stackops-8.93/src/stackops/jobs/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/agents/mcps/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/agents/mcps/mcp.json +0 -8
- stackops-8.93/src/stackops/jobs/installer/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/__pycache__/package_groups.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/check_installations.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/install_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/report_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/security_cli.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/security_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/checks/__pycache__/vt_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/linux_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/powershell_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/alacritty.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/boxes.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/brave.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/bypass_paywall.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/cloudflare_warp_cli.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/code.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/cursor.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/docker.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/dubdb_adbc.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/espanso.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/gh.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/goes.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/hx.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/lvim.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/main_protocol.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/nerdfont.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/nerfont_windows_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/poppler.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/redis.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/sysabc.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/wezterm.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/winget.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/installer/python_scripts/__pycache__/yazi.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/scripts/bash_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/scripts/powershell_scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/jobs/scripts_dynamic/__pycache__/a.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/create_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/create_links.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/create_links_export.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/create_shell_profile.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/profile/__pycache__/dotfiles_mapper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/linux/__init__.py +0 -1
- stackops-8.93/src/stackops/scripts/linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/nu/__init__.py +0 -1
- stackops-8.93/src/stackops/scripts/nu/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/agents.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/agents_parallel.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/agents_parallel_commands.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/cloud.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/croshell.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/devops.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/enums.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/fire_jobs.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/ftpx.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/mcfg_entry.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/seek.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/terminal.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/__pycache__/utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/agents.py +0 -512
- stackops-8.93/src/stackops/scripts/python/ai/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/__pycache__/initai.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/dashboard.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/lint_and_type_check.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/models.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/models_config.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/models_diagnostics.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/models_json.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/models_reports.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/scripts/__pycache__/paths.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/auggie/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/auggie/__pycache__/auggie.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/claude/__pycache__/claude.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/cline/__pycache__/cline.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/codex/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/codex/__pycache__/codex.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/__pycache__/github_copilot.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/agents/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/instructions/python/__init__.py +0 -2
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/instructions/python/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/privacy.md +0 -18
- stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/prompts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/crush/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/crush/__pycache__/crush.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/cursor/__pycache__/cursors.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/droid/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/droid/__pycache__/droid.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/forge/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/forge/__pycache__/forge.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/gemini/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/gemini/__pycache__/gemini.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/kilocode/__init__.py +0 -1
- stackops-8.93/src/stackops/scripts/python/ai/solutions/kilocode/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/kilocode/__pycache__/kilocode.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/opencode/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/opencode/__pycache__/opencode.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/q/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/q/__pycache__/amazon_q.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/qwen_code/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/qwen_code/__pycache__/qwen_code.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/warp/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/solutions/warp/__pycache__/warp.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/utils/__pycache__/generate_files.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/utils/__pycache__/generic.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/utils/__pycache__/shared.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/ai/utils/__pycache__/vscode_tasks.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/__pycache__/generate_cli_graph.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/cli_graph_app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/cli_graph_search.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/dot_export.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/graph_data.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/graph_paths.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/plotly_browser.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/plotly_views.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/__pycache__/rich_tree.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/cli_graph_loader.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/command_builder.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/command_detail.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/command_tree.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/data_models.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/devops_navigator.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/main_app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator/__pycache__/search_bar.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helper_env/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helper_env/__pycache__/path_manager_tui.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helper_env/path_manager_tui.py +0 -251
- stackops-8.93/src/stackops/scripts/python/helpers/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helper_env/__init__.py +0 -1
- stackops-8.93/src/stackops/scripts/python/helpers/helper_env/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helper_env/__pycache__/env_manager_tui.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helper_env/__pycache__/path_manager_backend.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helper_env/__pycache__/path_manager_tui.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_create_artifacts.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_create_inputs.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_rich_output.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_run_context.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/agents_run_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/fire_agents_help_launch.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/fire_agents_help_search.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/fire_agents_helper_types.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/fire_agents_load_balancer.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/mcp_catalog.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/mcp_install.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/mcp_types.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/__pycache__/reasoning_capabilities.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/__pycache__/common.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/__pycache__/create_options.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/__pycache__/main.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_codex.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_copilot.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_crush.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_cursor_agents.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_gemini.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__pycache__/fire_qwen.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/__pycache__/privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aichat/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie/__pycache__/auggie_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt/__pycache__/chatgpt_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline/__pycache__/cline_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex/__pycache__/codex_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/__pycache__/privacy_orchestrator.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/copilot/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/crush/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor/__pycache__/cursor_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid/__pycache__/droid_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/gemini/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode/__pycache__/kilocode_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods/__pycache__/mods_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/opencode/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q/__pycache__/q_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen/__pycache__/qwen_privacy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/templates/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_copy.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_helpers.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_mont_tmux.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_mount.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_mount_zellij.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/cloud_sync.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/helpers2.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_cloud/__pycache__/helpers5.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/crosh.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/croshell_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/pomodoro.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/scheduler.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/start_slidev.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/viewer.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_croshell/__pycache__/viewer_template.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/backup_config.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_backup_retrieve.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_config.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_config_dotfile.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_config_mount.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_config_terminal.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_data.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_device.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_nw.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_nw_vscode_share.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_repos.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_self.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_self_assets.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_self_docs.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_share_file.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_share_server.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_share_temp.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_share_terminal.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/cli_ssh.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/devops_status.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/devops_status_checks.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/devops_status_display.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/devops_update_repos.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/interactive.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/__pycache__/run_script.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/update_docs.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/update_installer.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/update_test.cpython-314-pytest-9.0.2.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/__pycache__/update_test.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/commands.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/device_entry.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/devices.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/linux.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/macos.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/selection.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__pycache__/windows.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/themes/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/themes/__pycache__/choose_wezterm_theme.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/cloud_manager.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/f.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/file_wrangler.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/fire_jobs_args_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/fire_jobs_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/fire_jobs_route_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_fire_command/__pycache__/fire_jobs_streamlit_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/address.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/address_switch.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/ftpx_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/onetimeshare.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/__pycache__/wifi_conn.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_add_key_windows.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_add_ssh_key.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_cloud_init.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_darwin.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_darwin_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_linux.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_linux_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_windows.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_debug_windows_utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_network/ssh/__pycache__/ssh_deploy_key_remote.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/action.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/action_helper.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/clone.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/cloud_repo_sync.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/grource.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/record.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/repo_analyzer_1.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/repo_analyzer_2.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/sync.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_repos/__pycache__/update.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_search/__pycache__/ast_search.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_search/__pycache__/qr_code.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_search/__pycache__/repo_rag.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_search/__pycache__/script_help.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_search/__pycache__/symantic_search.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_seek/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_seek/__pycache__/seek_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_seek/scripts_macos/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_seek/scripts_windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_tmux_backend.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_tmux_backend_options.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_tmux_backend_preview.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_tmux_backend_processes.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend_focus.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend_layout.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend_metadata.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend_options.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/_zellij_backend_preview.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/attach_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/kill_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/session_trace_tmux.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/session_trace_zellij.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_aoe_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_cli_common.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_cli_run.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_cli_run_all.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_cli_run_aoe.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_dynamic.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_impl.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_layout_source.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_multiprocess.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_test_layouts.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/sessions_trace.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/__pycache__/utils.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_sessions/sessions_dynamic.py +0 -238
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/download.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/file_utils_app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/machine_utils_app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/path_reference_validation.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/pdf.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/pyproject_utils_app.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/python.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/read_db_cli_tui.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/specs.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/python/helpers/helpers_utils/__pycache__/type_fix.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/scripts/windows/__init__.py +0 -1
- stackops-8.93/src/stackops/scripts/windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/atuin/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/atuin/themes/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/broot/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/glow/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/gromit-mpx/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/helix/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/keras/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/keyboard/espanso/config/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/keyboard/espanso/match/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/keyboard/kanata/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lf/linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lf/linux/autocall/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lf/linux/exe/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lf/windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lf/windows/autocall/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/linters/.ruff_cache/.gitignore +0 -2
- stackops-8.93/src/stackops/settings/linters/.ruff_cache/CACHEDIR.TAG +0 -1
- stackops-8.93/src/stackops/settings/linters/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lvim/linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lvim/windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lvim/windows/archive/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/lvim/windows/lua/user/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/marimo/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/marimo/snippets/__pycache__/globalize.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/mprocs/windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/pistol/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/presenterm/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/pudb/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/rofi/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/alacritty/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/bash/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/ghostty/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/ipy/profiles/default/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/ipy/profiles/default/startup/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/ipy/profiles/default/startup/__pycache__/playext.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/kitty/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/nushell/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/pwsh/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/starship/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/vtm/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/wezterm/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/wt/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/shells/zsh/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/streamlit/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/svim/linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/svim/windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/television/cable_unix/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/television/cable_windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/tere/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/tmux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/tv/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/tv/themes/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/wt/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/wt/__pycache__/set_wt_settings.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/scripts/__pycache__/compress_selected.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/scripts/__pycache__/fullscreen_preview.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/scripts/__pycache__/interactive_view.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/scripts/__pycache__/open_db_readonly.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/yazi/shell/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/zed/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/zellij/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/zellij/commands/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/settings/zellij/layouts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/setup_linux/__init__.py +0 -2
- stackops-8.93/src/stackops/setup_linux/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/setup_linux/web_shortcuts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/setup_linux/web_shortcuts/live_from_github.sh +0 -31
- stackops-8.93/src/stackops/setup_windows/__init__.py +0 -1
- stackops-8.93/src/stackops/setup_windows/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/setup_windows/web_shortcuts/__pycache__/__init__.cpython-314.pyc +0 -0
- stackops-8.93/src/stackops/setup_windows/web_shortcuts/live_from_github.ps1 +0 -29
- stackops-8.93/src/stackops.egg-info/PKG-INFO +0 -68
- {stackops-8.93 → stackops-8.96}/MANIFEST.in +0 -0
- {stackops-8.93 → stackops-8.96}/setup.cfg +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/cloud_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/data_transfer.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/distribute.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/execution_script.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/file_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/job_params.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/models.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/notification.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/remote/remote_machine.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/helpers/enhanced_command_runner.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/helpers/load_balancer_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/session_conflict.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/session_exit_mode.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/tmux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/tmux/tmux_local.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/tmux/tmux_local_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/tmux/tmux_utils/tmux_helpers.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/utils/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/utils/load_balancer.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_local.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_local_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_remote.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_remote_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/examples/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/examples/wt_local_manager_demo.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/layout_generator.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/local_monitoring.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/manager_persistence.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/monitoring_helpers.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/process_monitor.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/remote_executor.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/session_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/status_reporter.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/status_reporting.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/windows_terminal/wt_utils/wt_helpers.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_local.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_local_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_remote.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_remote_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/example_usage.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/layout_generator.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/monitoring_types.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/process_monitor.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/remote_executor.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/session_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/status_reporter.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/zellij_local_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/zellij_local_helper_restart.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/zellij_local_helper_with_panes.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/cluster/sessions_managers/zellij/zellij_utils/zellij_local_manager_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/agents/mcps/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/agents/mcps/mcp.schema.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/check_installations.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/install_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/report_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/security_cli.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/security_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/checks/vt_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/brave.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/cloudflare_warp_cli.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/edge.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/nerdfont.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/network.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/ngrok.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/q.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/redis.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/sysabc_macos.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/sysabc_ubuntu.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/vscode.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/linux_scripts/wezterm.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/powershell_scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/powershell_scripts/install_fonts.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/powershell_scripts/sysabc.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/powershell_scripts/texlive.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/alacritty.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/boxes.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/brave.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/bypass_paywall.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/cloudflare_warp_cli.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/code.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/cursor.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/docker.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/dubdb_adbc.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/espanso.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/gh.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/goes.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/hx.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/lvim.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/main_protocol.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/nerdfont.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/nerfont_windows_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/poppler.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/redis.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/sysabc.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/wezterm.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/winget.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/python_scripts/yazi.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/installer/todo.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts/bash_scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts/bash_scripts/hollywood.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts/bash_scripts/lid.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts/powershell_scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts/powershell_scripts/cmatrix.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/jobs/scripts_dynamic/a.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/logger.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/create_links.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/create_shell_profile.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/profile/dotfiles_mapper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/__init__.py +0 -0
- /stackops-8.93/src/stackops/scripts/linux/wrap_mcfg → /stackops-8.96/src/stackops/scripts/linux/wrap_stackops +0 -0
- /stackops-8.93/src/stackops/scripts/nu/wrap_mcfg.nu → /stackops-8.96/src/stackops/scripts/nu/wrap_stackops.nu +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/command_runner.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/command_runner.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/dashboard.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/lint_and_type_check.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/models.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/models_config.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/models_diagnostics.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/models_json.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/models_reports.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/scripts/paths.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/auggie/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/auggie/auggie.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/claude/claude.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/cline/cline.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/codex/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/codex/codex.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/codex/config.toml +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/droid → stackops-8.96/src/stackops/scripts/python/ai/solutions/copilot}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/agents/Thinking-Beast-Mode.agent.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/agents/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/agents/deepResearch.agent.md +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot/instructions/python → stackops-8.96/src/stackops/scripts/python/ai/solutions/copilot/instructions/archive}/watch_exec.prompt.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/instructions/python/dev.instructions.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/prompts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/prompts/pyright_fix.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/copilot/prompts/research-report-skeleton.prompt.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/crush/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/crush/crush.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/crush/crush.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/crush/privacy.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/cursor/cursors.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/q → stackops-8.96/src/stackops/scripts/python/ai/solutions/droid}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/droid/droid.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/forge/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/forge/forge.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/gemini/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/gemini/gemini.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/gemini/instructions.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/gemini/settings.json +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/copilot → stackops-8.96/src/stackops/scripts/python/ai/solutions/kilocode}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/kilocode/kilocode.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/kilocode/privacy.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/opencode/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/opencode/opencode.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive → stackops-8.96/src/stackops/scripts/python/ai/solutions/pi}/__init__.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/qwen_code → stackops-8.96/src/stackops/scripts/python/ai/solutions/q}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/q/amazon_q.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/solutions/warp → stackops-8.96/src/stackops/scripts/python/ai/solutions/qwen_code}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/qwen_code/qwen_code.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/ai/utils → stackops-8.96/src/stackops/scripts/python/ai/solutions/warp}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/solutions/warp/warp.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/graph/visualize → stackops-8.96/src/stackops/scripts/python/ai/utils}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/utils/generate_files.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/utils/generic.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/utils/shared.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ai/utils/vscode_tasks.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/cloud.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/croshell.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/enums.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/fire_jobs.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/ftpx.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/__init__.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/graph/visualize/helpers_navigator → stackops-8.96/src/stackops/scripts/python/graph/visualize}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/cli_graph_app.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/dot_export.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/graph_data.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/graph_paths.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helper_env → stackops-8.96/src/stackops/scripts/python/graph/visualize/helpers_navigator}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/cli_graph_loader.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/command_builder.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/command_detail.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/command_tree.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/data_models.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/main_app.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/helpers_navigator/search_bar.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/plotly_views.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/graph/visualize/rich_tree.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helper_env/path_manager_backend.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/__init__.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/common.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/create_options.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agent_impl_interactive/main.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_codex.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_copilot.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_crush.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_crush.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_cursor_agents.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_gemini.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_qwen.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_create_artifacts.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_create_inputs.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/agents_rich_output.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/fire_agents_help_search.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/fire_agents_load_balancer.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aichat/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aichat/config.yaml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/aider/.aider.conf.yml +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/auggie/auggie_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/chatgpt/chatgpt_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cline/cline_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/codex/codex_privacy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/common/privacy_orchestrator.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/copilot/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/copilot/config.yml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/crush/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/crush/crush.json +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/cursor/cursor_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/droid/droid_privacy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/gemini/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/gemini/settings.json +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/kilocode/kilocode_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/mods/mods_privacy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/opencode/__init__.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/q/q_privacy.py +0 -0
- {stackops-8.93/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai → stackops-8.96/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/configs/qwen/qwen_privacy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/privacy/privacy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/templates/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/templates/prompt.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/templates/template.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_agents/templates/template.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_copy.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_helpers.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_mont_tmux.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_mount.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_mount_zellij.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/cloud_sync.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/helpers2.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_cloud/helpers5.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/crosh.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/pomodoro.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/scheduler.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/start_slidev.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/viewer.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_croshell/viewer_template.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/backup_config.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_backup_retrieve.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_config_mount.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_config_terminal.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_data.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_device.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_nw.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_nw_vscode_share.py +0 -0
- {stackops-8.93/src/stackops/utils/schemas → stackops-8.96/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai}/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_ai/app.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_assets.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_self_docs.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_share_file.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_share_server.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_share_temp.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_share_terminal.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/cli_ssh.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/devops_status.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/devops_status_checks.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/devops_status_display.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/devops_update_repos.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/commands.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/device_entry.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/devices.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/linux.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/macos.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/selection.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/mount_helpers/windows.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/choose_pwsh_theme.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/choose_wezterm_theme.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_devops/themes/choose_windows_terminal_theme.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/cloud_manager.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/f.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/file_wrangler.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_args_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_route_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_fire_command/fire_jobs_streamlit_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/address.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/address_switch.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ftpx_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/onetimeshare.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_add_key_windows.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_add_ssh_key.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_cloud_init.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_darwin.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_darwin_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_linux.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_linux_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_windows.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_debug_windows_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/ssh/ssh_deploy_key_remote.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_network/wifi_conn.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/action.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/action_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/clone.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/grource.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/record.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/repo_analyzer_1.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/repo_analyzer_2.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/sync.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_repos/update.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_search/ast_search.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_search/qr_code.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_search/repo_rag.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_search/symantic_search.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/fzfg +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_linux/search_with_context.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_macos/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_macos/fzfg +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/scripts_windows/fzfg.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_seek/seek_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_options.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_preview.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_tmux_backend_processes.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend_focus.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend_layout.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend_metadata.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend_options.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/_zellij_backend_preview.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/attach_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/kill_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/session_trace_tmux.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/session_trace_zellij.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_aoe_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_common.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run_all.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_cli_run_aoe.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_impl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_multiprocess.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/sessions_trace.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_sessions/utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/download.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/file_utils_app.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/machine_utils_app.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/pdf.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/read_db_cli_tui.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/specs.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/helpers/helpers_utils/type_fix.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/seek.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/scripts/python/utils.py +0 -0
- {stackops-8.93/src/stackops/setup_linux → stackops-8.96/src/stackops/scripts/setup/linux}/apps_desktop.sh +0 -0
- {stackops-8.93/src/stackops/setup_linux → stackops-8.96/src/stackops/scripts/setup/linux}/uv.sh +0 -0
- {stackops-8.93/src/stackops/setup_mac → stackops-8.96/src/stackops/scripts/setup/macos}/__init__.py +0 -0
- {stackops-8.93/src/stackops/setup_mac → stackops-8.96/src/stackops/scripts/setup/macos}/uv.sh +0 -0
- {stackops-8.93/src/stackops/setup_windows → stackops-8.96/src/stackops/scripts/setup/windows}/uv.ps1 +0 -0
- /stackops-8.93/src/stackops/scripts/windows/wrap_mcfg.ps1 → /stackops-8.96/src/stackops/scripts/windows/wrap_stackops.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/atuin/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/atuin/config.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/atuin/themes/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/atuin/themes/catppuccin-mocha-mauve.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/broot/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/broot/br.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/broot/brootcd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/broot/conf.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/glow/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/glow/glow.yml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/gromit-mpx/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/gromit-mpx/gromit-mpx.cfg +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/helix/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/helix/config.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/helix/languages.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/helix/yazi-picker.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keras/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keras/keras.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/espanso/config/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/espanso/config/default.yml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/espanso/match/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/espanso/match/base.yml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/kanata/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/keyboard/kanata/kanata.kbd +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/delete.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/on-cd.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/on-quit.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/open.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/paste.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/pre-cd.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/autocall/rename.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/colors +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/cleaner.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/leftpane_previewer.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/lfcd.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/previewer.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/exe/previewer_archive.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/icons +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/linux/lfrc +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/delete.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/on-cd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/on-quit.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/open.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/paste.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/pre-cd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/autocall/rename.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/cd_tere.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/cd_zoxide.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/cd_zoxide2.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/colors +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/icons +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/leftpane_previewer.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/lfcd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/lfrc +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/mkdir.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/mkfile.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lf/windows/previewer.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/.flake8 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/.mypy.ini +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/.pylintrc +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/.ruff.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/pyrefly.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/linters/ty.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/linux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/linux/config.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/archive/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/archive/config_additional.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/config.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/lua/user/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/lvim/windows/lua/user/custom_config.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/marimo/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/marimo/marimo.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/marimo/snippets/globalize.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/mprocs/windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/mprocs/windows/mprocs.yaml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/mprocs/windows/other +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/pistol/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/pistol/pistol.conf +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/presenterm/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/presenterm/config.yaml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/procs/.procs.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/pudb/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/pudb/pudb.cfg +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/rofi/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/rofi/config.rasi +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/rofi/config_default.rasi +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/alacritty/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/alacritty/alacritty.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/alacritty/alacritty.yml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/bash/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/ghostty/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/ghostty/config +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/hyper/.hyper.js +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/ipy/profiles/default/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/ipy/profiles/default/startup/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/ipy/profiles/default/startup/playext.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/kitty/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/kitty/kitty.conf +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/nushell/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/nushell/config.nu +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/nushell/env.nu +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/nushell/init.nu +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/pwsh/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/pwsh/search_pwsh_history.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/starship/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/starship/starship.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/vtm/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/vtm/settings.xml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/wezterm/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/wezterm/wezterm.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/wt/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/wt/settings.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/shells/zsh/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/streamlit/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/streamlit/config.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/svim/linux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/svim/linux/init.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/svim/windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/svim/windows/init.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/alias.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/aws-buckets.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/aws-instances.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/bash-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/channels.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/dirs.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/distrobox-list.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/docker-images.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/dotfiles.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/env.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/files.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/fish-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/git-branch.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/git-diff.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/git-log.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/git-reflog.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/git-repos.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/guix.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/just-recipes.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/k8s-deployments.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/k8s-pods.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/k8s-services.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/man-pages.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/nu-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/procs.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/text.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/tldr.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_unix/zsh-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/alias.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/dirs.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/dotfiles.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/env.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/git-repos.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/nu-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/television/cable_windows/pwsh-history.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tere/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tere/terecd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tere/terecd.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tmux/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tmux/tmux.conf.local +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tv/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tv/config.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tv/themes/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/tv/themes/catppuccin-mocha-sky.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/wsl/.wslconfig +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/wt/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/wt/set_wt_settings.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/init.lua +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/scripts/compress_selected.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/scripts/open_db_readonly.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/shell/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/shell/yazi_cd.ps1 +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/shell/yazi_cd.sh +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/theme.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/yazi_darwin.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/yazi_linux.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/yazi/yazi_windows.toml +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zed/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zed/settings.json +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/commands/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/commands/monitor +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/commands/standard_panes +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/config.kdl +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/hist +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/panes.kdl +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/st.kdl +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/st2.kdl +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/settings/zellij/layouts/stacked_panes.kdl +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/accessories.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ai/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/cloud/onedrive/README.md +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/cloud/onedrive/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/cloud/onedrive/auth.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/cloud/onedrive/file_ops.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/cloud/onedrive/setup_oauth.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/code.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/art/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/art/fat_croco.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/art/halfwit_croco.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/art/happy_croco.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/art/water_croco.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/ascii_art.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/dbms.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/f.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/headers.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/ouch/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/files/ouch/decompress.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/github_release_bulk.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/github_release_scraper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/install_from_url.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/install_request_logic.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_class.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_cli.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_locator_utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_runner.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/installer_utils/installer_summary.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/links.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/meta.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/notifications.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/options_tv_windows.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/options_utils/tv_options.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/path_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/path_reference.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/procs.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/rclone.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/rclone_wrapper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/scheduler.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/fire_agents/fire_agents_input.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/installer/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/installer/installer_types.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/layouts/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/repos/__init__.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/schemas/repos/repos_types.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/copy_from_here.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/copy_to_here.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/utils.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/wsl.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ssh_utils/wsl_helper.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/terminal.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/upgrade_packages.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops/utils/ve.py +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops.egg-info/dependency_links.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops.egg-info/requires.txt +0 -0
- {stackops-8.93 → stackops-8.96}/src/stackops.egg-info/top_level.txt +0 -0
stackops-8.96/PKG-INFO
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: stackops
|
|
3
|
+
Version: 8.96
|
|
4
|
+
Summary: Developer Stack Manager
|
|
5
|
+
Author-email: Alex Al-Saffar <programmer@usa.com>
|
|
6
|
+
License: Apache 2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/thisismygitrepo/stackops
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/thisismygitrepo/stackops/issues
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.13
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
Requires-Dist: fire>=0.7.1
|
|
15
|
+
Requires-Dist: gitpython>=3.1.46
|
|
16
|
+
Requires-Dist: joblib>=1.5.3
|
|
17
|
+
Requires-Dist: paramiko>=4.0.0
|
|
18
|
+
Requires-Dist: psutil>=7.2.2
|
|
19
|
+
Requires-Dist: pyyaml>=6.0.3
|
|
20
|
+
Requires-Dist: questionary>=2.1.1
|
|
21
|
+
Requires-Dist: randomname>=0.2.1
|
|
22
|
+
Requires-Dist: requests>=2.32.5
|
|
23
|
+
Requires-Dist: rich>=14.3.3
|
|
24
|
+
Requires-Dist: tenacity>=9.1.4
|
|
25
|
+
Requires-Dist: typer>=0.24.1
|
|
26
|
+
Provides-Extra: windows
|
|
27
|
+
Provides-Extra: plot
|
|
28
|
+
|
|
29
|
+
<div align="center">
|
|
30
|
+
|
|
31
|
+
<h1>🗜 StackOps</h1>
|
|
32
|
+
|
|
33
|
+
<strong>Bootstrap and maintain a development machine from one CLI.</strong>
|
|
34
|
+
|
|
35
|
+
<p>
|
|
36
|
+
<a href="https://thisismygitrepo.github.io/stackops/"><img alt="Docs" src="https://img.shields.io/badge/docs-online-2f6f6f"></a>
|
|
37
|
+
<a href="https://pypi.org/project/stackops/"><img alt="PyPI package" src="https://img.shields.io/pypi/v/stackops?color=2f6f6f"></a>
|
|
38
|
+
<img alt="Python 3.13+" src="https://img.shields.io/badge/python-3.13%2B-3776AB">
|
|
39
|
+
<img alt="Installed with uv" src="https://img.shields.io/badge/install-uv-f05d23">
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
StackOps is a cross-platform CLI for bootstrapping and maintaining a development machine. It groups package installation, config syncing, data syncing, session automation, and helper utilities into one install.
|
|
45
|
+
|
|
46
|
+
See the [online docs](https://thisismygitrepo.github.io/stackops/) for full usage and reference material.
|
|
47
|
+
|
|
48
|
+
## Install
|
|
49
|
+
|
|
50
|
+
Choose your platform and run the commands in order.
|
|
51
|
+
|
|
52
|
+
<p>
|
|
53
|
+
<a href="#install-linux"><kbd>Linux</kbd></a>
|
|
54
|
+
<a href="#install-macos"><kbd>macOS</kbd></a>
|
|
55
|
+
<a href="#install-windows-powershell"><kbd>Windows PowerShell</kbd></a>
|
|
56
|
+
</p>
|
|
57
|
+
|
|
58
|
+
<h3 id="install-linux">Linux</h3>
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
62
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
63
|
+
stackops --help
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
<h3 id="install-macos">macOS</h3>
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
70
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
71
|
+
stackops --help
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
<h3 id="install-windows-powershell">Windows PowerShell</h3>
|
|
75
|
+
|
|
76
|
+
```powershell
|
|
77
|
+
powershell -ExecutionPolicy Bypass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
78
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
79
|
+
stackops --help
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
If `uv` is not found after installing it, open a new terminal and run the install command again.
|
|
83
|
+
|
|
84
|
+
## Quick Init
|
|
85
|
+
|
|
86
|
+
Run these once StackOps is installed:
|
|
87
|
+
|
|
88
|
+
<p>
|
|
89
|
+
<a href="#quick-init-linux"><kbd>Linux</kbd></a>
|
|
90
|
+
<a href="#quick-init-macos"><kbd>macOS</kbd></a>
|
|
91
|
+
<a href="#quick-init-windows-powershell"><kbd>Windows PowerShell</kbd></a>
|
|
92
|
+
</p>
|
|
93
|
+
|
|
94
|
+
<h3 id="quick-init-linux">Linux</h3>
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
devops install --group sysabc
|
|
98
|
+
devops config copy-assets all
|
|
99
|
+
devops config sync down \
|
|
100
|
+
--sensitivity public \
|
|
101
|
+
--method copy \
|
|
102
|
+
--on-conflict overwrite-default-path \
|
|
103
|
+
--which all
|
|
104
|
+
devops config terminal config-shell --which default
|
|
105
|
+
devops install --group termabc
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
<h3 id="quick-init-macos">macOS</h3>
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
devops install --group sysabc
|
|
112
|
+
devops config copy-assets all
|
|
113
|
+
devops config sync down \
|
|
114
|
+
--sensitivity public \
|
|
115
|
+
--method copy \
|
|
116
|
+
--on-conflict overwrite-default-path \
|
|
117
|
+
--which all
|
|
118
|
+
devops config terminal config-shell --which default
|
|
119
|
+
devops install --group termabc
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
<h3 id="quick-init-windows-powershell">Windows PowerShell</h3>
|
|
123
|
+
|
|
124
|
+
```powershell
|
|
125
|
+
devops install --group sysabc
|
|
126
|
+
devops config copy-assets all
|
|
127
|
+
devops config sync down `
|
|
128
|
+
--sensitivity public `
|
|
129
|
+
--method copy `
|
|
130
|
+
--on-conflict overwrite-default-path `
|
|
131
|
+
--which all
|
|
132
|
+
devops config terminal config-shell --which default
|
|
133
|
+
devops install --group termabc
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## CLI Map
|
|
137
|
+
|
|
138
|
+
<table>
|
|
139
|
+
<thead>
|
|
140
|
+
<tr>
|
|
141
|
+
<th>Command</th>
|
|
142
|
+
<th>Use it for</th>
|
|
143
|
+
</tr>
|
|
144
|
+
</thead>
|
|
145
|
+
<tbody>
|
|
146
|
+
<tr>
|
|
147
|
+
<td><code>devops</code></td>
|
|
148
|
+
<td>Machine bootstrap, package groups, and config workflows.</td>
|
|
149
|
+
</tr>
|
|
150
|
+
<tr>
|
|
151
|
+
<td><code>stackops</code></td>
|
|
152
|
+
<td>Main StackOps entrypoint and help surface.</td>
|
|
153
|
+
</tr>
|
|
154
|
+
<tr>
|
|
155
|
+
<td><code>cloud</code></td>
|
|
156
|
+
<td>Cloud sync and remote storage helpers.</td>
|
|
157
|
+
</tr>
|
|
158
|
+
<tr>
|
|
159
|
+
<td><code>terminal</code></td>
|
|
160
|
+
<td>Terminal and shell configuration helpers.</td>
|
|
161
|
+
</tr>
|
|
162
|
+
<tr>
|
|
163
|
+
<td><code>agents</code></td>
|
|
164
|
+
<td>Agent setup and automation commands.</td>
|
|
165
|
+
</tr>
|
|
166
|
+
</tbody>
|
|
167
|
+
</table>
|
|
168
|
+
|
|
169
|
+
## Author
|
|
170
|
+
|
|
171
|
+
Alex Al-Saffar. [email](mailto:programmer@usa.com)
|
|
172
|
+
|
|
173
|
+
## Contributor
|
|
174
|
+
|
|
175
|
+
Ruby Chan. [email](mailto:ruby.chan@sa.gov.au)
|
stackops-8.96/README.md
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<h1>🗜 StackOps</h1>
|
|
4
|
+
|
|
5
|
+
<strong>Bootstrap and maintain a development machine from one CLI.</strong>
|
|
6
|
+
|
|
7
|
+
<p>
|
|
8
|
+
<a href="https://thisismygitrepo.github.io/stackops/"><img alt="Docs" src="https://img.shields.io/badge/docs-online-2f6f6f"></a>
|
|
9
|
+
<a href="https://pypi.org/project/stackops/"><img alt="PyPI package" src="https://img.shields.io/pypi/v/stackops?color=2f6f6f"></a>
|
|
10
|
+
<img alt="Python 3.13+" src="https://img.shields.io/badge/python-3.13%2B-3776AB">
|
|
11
|
+
<img alt="Installed with uv" src="https://img.shields.io/badge/install-uv-f05d23">
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
StackOps is a cross-platform CLI for bootstrapping and maintaining a development machine. It groups package installation, config syncing, data syncing, session automation, and helper utilities into one install.
|
|
17
|
+
|
|
18
|
+
See the [online docs](https://thisismygitrepo.github.io/stackops/) for full usage and reference material.
|
|
19
|
+
|
|
20
|
+
## Install
|
|
21
|
+
|
|
22
|
+
Choose your platform and run the commands in order.
|
|
23
|
+
|
|
24
|
+
<p>
|
|
25
|
+
<a href="#install-linux"><kbd>Linux</kbd></a>
|
|
26
|
+
<a href="#install-macos"><kbd>macOS</kbd></a>
|
|
27
|
+
<a href="#install-windows-powershell"><kbd>Windows PowerShell</kbd></a>
|
|
28
|
+
</p>
|
|
29
|
+
|
|
30
|
+
<h3 id="install-linux">Linux</h3>
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
34
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
35
|
+
stackops --help
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
<h3 id="install-macos">macOS</h3>
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
42
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
43
|
+
stackops --help
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
<h3 id="install-windows-powershell">Windows PowerShell</h3>
|
|
47
|
+
|
|
48
|
+
```powershell
|
|
49
|
+
powershell -ExecutionPolicy Bypass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
50
|
+
uv tool install --upgrade --python 3.14 stackops
|
|
51
|
+
stackops --help
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
If `uv` is not found after installing it, open a new terminal and run the install command again.
|
|
55
|
+
|
|
56
|
+
## Quick Init
|
|
57
|
+
|
|
58
|
+
Run these once StackOps is installed:
|
|
59
|
+
|
|
60
|
+
<p>
|
|
61
|
+
<a href="#quick-init-linux"><kbd>Linux</kbd></a>
|
|
62
|
+
<a href="#quick-init-macos"><kbd>macOS</kbd></a>
|
|
63
|
+
<a href="#quick-init-windows-powershell"><kbd>Windows PowerShell</kbd></a>
|
|
64
|
+
</p>
|
|
65
|
+
|
|
66
|
+
<h3 id="quick-init-linux">Linux</h3>
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
devops install --group sysabc
|
|
70
|
+
devops config copy-assets all
|
|
71
|
+
devops config sync down \
|
|
72
|
+
--sensitivity public \
|
|
73
|
+
--method copy \
|
|
74
|
+
--on-conflict overwrite-default-path \
|
|
75
|
+
--which all
|
|
76
|
+
devops config terminal config-shell --which default
|
|
77
|
+
devops install --group termabc
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
<h3 id="quick-init-macos">macOS</h3>
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
devops install --group sysabc
|
|
84
|
+
devops config copy-assets all
|
|
85
|
+
devops config sync down \
|
|
86
|
+
--sensitivity public \
|
|
87
|
+
--method copy \
|
|
88
|
+
--on-conflict overwrite-default-path \
|
|
89
|
+
--which all
|
|
90
|
+
devops config terminal config-shell --which default
|
|
91
|
+
devops install --group termabc
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
<h3 id="quick-init-windows-powershell">Windows PowerShell</h3>
|
|
95
|
+
|
|
96
|
+
```powershell
|
|
97
|
+
devops install --group sysabc
|
|
98
|
+
devops config copy-assets all
|
|
99
|
+
devops config sync down `
|
|
100
|
+
--sensitivity public `
|
|
101
|
+
--method copy `
|
|
102
|
+
--on-conflict overwrite-default-path `
|
|
103
|
+
--which all
|
|
104
|
+
devops config terminal config-shell --which default
|
|
105
|
+
devops install --group termabc
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## CLI Map
|
|
109
|
+
|
|
110
|
+
<table>
|
|
111
|
+
<thead>
|
|
112
|
+
<tr>
|
|
113
|
+
<th>Command</th>
|
|
114
|
+
<th>Use it for</th>
|
|
115
|
+
</tr>
|
|
116
|
+
</thead>
|
|
117
|
+
<tbody>
|
|
118
|
+
<tr>
|
|
119
|
+
<td><code>devops</code></td>
|
|
120
|
+
<td>Machine bootstrap, package groups, and config workflows.</td>
|
|
121
|
+
</tr>
|
|
122
|
+
<tr>
|
|
123
|
+
<td><code>stackops</code></td>
|
|
124
|
+
<td>Main StackOps entrypoint and help surface.</td>
|
|
125
|
+
</tr>
|
|
126
|
+
<tr>
|
|
127
|
+
<td><code>cloud</code></td>
|
|
128
|
+
<td>Cloud sync and remote storage helpers.</td>
|
|
129
|
+
</tr>
|
|
130
|
+
<tr>
|
|
131
|
+
<td><code>terminal</code></td>
|
|
132
|
+
<td>Terminal and shell configuration helpers.</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
135
|
+
<td><code>agents</code></td>
|
|
136
|
+
<td>Agent setup and automation commands.</td>
|
|
137
|
+
</tr>
|
|
138
|
+
</tbody>
|
|
139
|
+
</table>
|
|
140
|
+
|
|
141
|
+
## Author
|
|
142
|
+
|
|
143
|
+
Alex Al-Saffar. [email](mailto:programmer@usa.com)
|
|
144
|
+
|
|
145
|
+
## Contributor
|
|
146
|
+
|
|
147
|
+
Ruby Chan. [email](mailto:ruby.chan@sa.gov.au)
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "stackops"
|
|
9
|
-
version = "8.
|
|
9
|
+
version = "8.96"
|
|
10
10
|
description = "Developer Stack Manager"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
license = {text = "Apache 2.0"}
|
|
@@ -53,8 +53,7 @@ agents = "stackops.scripts.python.agents:main"
|
|
|
53
53
|
terminal = "stackops.scripts.python.terminal:main"
|
|
54
54
|
croshell = "stackops.scripts.python.croshell:main"
|
|
55
55
|
utils = "stackops.scripts.python.utils:main"
|
|
56
|
-
|
|
57
|
-
stackops = "stackops.scripts.python.mcfg_entry:main"
|
|
56
|
+
stackops = "stackops.scripts.python.stackops_entry:main"
|
|
58
57
|
seek = "stackops.scripts.python.seek:main"
|
|
59
58
|
|
|
60
59
|
[tool.setuptools]
|
|
@@ -76,6 +75,7 @@ dev = [
|
|
|
76
75
|
"cowsay>=6.1",
|
|
77
76
|
"duckdb>=1.5.1",
|
|
78
77
|
"gdown>=5.2.1",
|
|
78
|
+
"griffe>=2.0.2",
|
|
79
79
|
"ipdb>=0.13.13",
|
|
80
80
|
"ipykernel>=7.2.0",
|
|
81
81
|
"ipython>=9.11.0",
|
|
@@ -25,16 +25,16 @@ def get_fire_tab_using_fire(func: FunctionType, tab_weight: int, start_dir: str,
|
|
|
25
25
|
import inspect
|
|
26
26
|
from stackops.utils.source_of_truth import CONFIG_ROOT
|
|
27
27
|
import platform
|
|
28
|
-
|
|
28
|
+
wrap_stackops: str
|
|
29
29
|
if platform.system().lower() == "windows":
|
|
30
|
-
|
|
30
|
+
wrap_stackops = f'& "{CONFIG_ROOT / "scripts/wrap_stackops.ps1"}"'
|
|
31
31
|
elif platform.system().lower() == "linux" or platform.system().lower() == "darwin":
|
|
32
|
-
|
|
32
|
+
wrap_stackops = str(CONFIG_ROOT / "scripts/wrap_stackops")
|
|
33
33
|
else:
|
|
34
34
|
raise ValueError(f"Unsupported platform: {platform.system()}")
|
|
35
35
|
path = Path(inspect.getfile(func))
|
|
36
36
|
path_relative = path.relative_to(Path.home())
|
|
37
|
-
command_to_run = f"""{
|
|
37
|
+
command_to_run = f"""{wrap_stackops} fire {fire_flags} {path_relative} {func.__name__} """
|
|
38
38
|
tab_config: TabConfig = {
|
|
39
39
|
"command": command_to_run,
|
|
40
40
|
"startDir": start_dir,
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./mcp.schema.json",
|
|
3
|
+
"mcpServers": {
|
|
4
|
+
"chrome-devtools": {
|
|
5
|
+
"command": "bunx",
|
|
6
|
+
"args": [
|
|
7
|
+
"chrome-devtools-mcp@latest",
|
|
8
|
+
"--user-data-dir={home}/data/browsers-profiles/mcp/chrome-devtools"
|
|
9
|
+
],
|
|
10
|
+
"description": "Chrome DevTools MCP server with an explicit StackOps user data directory."
|
|
11
|
+
},
|
|
12
|
+
"chrome-devtools-browser-url": {
|
|
13
|
+
"command": "bunx",
|
|
14
|
+
"args": [
|
|
15
|
+
"chrome-devtools-mcp@latest",
|
|
16
|
+
"--browser-url=http://127.0.0.1:9222"
|
|
17
|
+
],
|
|
18
|
+
"description": "Chrome DevTools MCP server attached to a running Chrome endpoint. Launch Chrome through StackOps so the endpoint uses a custom user data directory."
|
|
19
|
+
},
|
|
20
|
+
"playwright": {
|
|
21
|
+
"command": "bunx",
|
|
22
|
+
"args": [
|
|
23
|
+
"@playwright/mcp@latest",
|
|
24
|
+
"--user-data-dir",
|
|
25
|
+
"{home}/data/browsers-profiles/mcp/playwright"
|
|
26
|
+
],
|
|
27
|
+
"description": "Playwright MCP server with an explicit StackOps user data directory."
|
|
28
|
+
},
|
|
29
|
+
"playwright-cdp": {
|
|
30
|
+
"command": "bunx",
|
|
31
|
+
"args": [
|
|
32
|
+
"@playwright/mcp@latest",
|
|
33
|
+
"--cdp-endpoint",
|
|
34
|
+
"http://127.0.0.1:9222"
|
|
35
|
+
],
|
|
36
|
+
"description": "Playwright MCP server attached to a running Chromium CDP endpoint. Launch the browser through StackOps so the endpoint uses a custom user data directory."
|
|
37
|
+
},
|
|
38
|
+
"playwright-extension": {
|
|
39
|
+
"command": "bunx",
|
|
40
|
+
"args": [
|
|
41
|
+
"@playwright/mcp@latest",
|
|
42
|
+
"--extension"
|
|
43
|
+
],
|
|
44
|
+
"description": "Playwright MCP server attached through the browser extension. Use a StackOps-launched custom browser profile for profile isolation."
|
|
45
|
+
},
|
|
46
|
+
"postgres": {
|
|
47
|
+
"command": "uvx",
|
|
48
|
+
"args": [
|
|
49
|
+
"postgres-mcp",
|
|
50
|
+
"--access-mode=unrestricted"
|
|
51
|
+
],
|
|
52
|
+
"env": {
|
|
53
|
+
"DATABASE_URI": "postgresql://username:password@localhost:5432/dbname"
|
|
54
|
+
},
|
|
55
|
+
"description": "PostgreSQL MCP server. Replace DATABASE_URI with the target PostgreSQL connection string before use."
|
|
56
|
+
},
|
|
57
|
+
"tmux": {
|
|
58
|
+
"command": "~/.local/bin/tmux-mcp-rs"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"doc": "js runtime and package manager, in one fast zig-based binary.",
|
|
27
27
|
"fileNamePattern": {
|
|
28
28
|
"amd64": {
|
|
29
|
-
"linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/
|
|
30
|
-
"windows": "powershell -c \"irm bun.sh/install.ps1|iex\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\node.exe' -Target (Get-Command bun).Source\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\
|
|
31
|
-
"darwin": "curl -fsSL https://bun.com/install | bash; . ~/.zshrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/
|
|
29
|
+
"linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/bunx",
|
|
30
|
+
"windows": "powershell -c \"irm bun.sh/install.ps1|iex\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\node.exe' -Target (Get-Command bun).Source\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\bunx.cmd' -Target (Get-Command bunx).Source\"",
|
|
31
|
+
"darwin": "curl -fsSL https://bun.com/install | bash; . ~/.zshrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/bunx"
|
|
32
32
|
},
|
|
33
33
|
"arm64": {
|
|
34
|
-
"linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/
|
|
35
|
-
"windows": "powershell -c \"irm bun.sh/install.ps1|iex\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\node.exe' -Target (Get-Command bun).Source\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\
|
|
36
|
-
"darwin": "curl -fsSL https://bun.com/install | bash; . ~/.zshrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/
|
|
34
|
+
"linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/bunx",
|
|
35
|
+
"windows": "powershell -c \"irm bun.sh/install.ps1|iex\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\node.exe' -Target (Get-Command bun).Source\"; powershell -c \"New-Item -ItemType SymbolicLink -Path 'C:\\\\Windows\\\\System32\\\\bunx.cmd' -Target (Get-Command bunx).Source\"",
|
|
36
|
+
"darwin": "curl -fsSL https://bun.com/install | bash; . ~/.zshrc || true; sudo ln -s $(which bun) /usr/local/bin/node; sudo ln -s $(which bunx) /usr/local/bin/bunx"
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -55,6 +55,24 @@
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
+
{
|
|
59
|
+
"appName": "mise",
|
|
60
|
+
"license": "MIT License",
|
|
61
|
+
"repoURL": "https://github.com/jdx/mise",
|
|
62
|
+
"doc": "Dev tools, env vars, and tasks in one CLI.",
|
|
63
|
+
"fileNamePattern": {
|
|
64
|
+
"amd64": {
|
|
65
|
+
"linux": "mise-{version}-linux-x64",
|
|
66
|
+
"windows": "mise-{version}-windows-x64.exe",
|
|
67
|
+
"darwin": "mise-{version}-macos-x64"
|
|
68
|
+
},
|
|
69
|
+
"arm64": {
|
|
70
|
+
"linux": "mise-{version}-linux-arm64",
|
|
71
|
+
"windows": "mise-{version}-windows-arm64.exe",
|
|
72
|
+
"darwin": "mise-{version}-macos-arm64"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
58
76
|
{
|
|
59
77
|
"appName": "scrcpy",
|
|
60
78
|
"license": "Apache License 2.0",
|
|
@@ -170,7 +188,7 @@
|
|
|
170
188
|
"doc": "🧙♂️ Command-line image manipulation tool",
|
|
171
189
|
"fileNamePattern": {
|
|
172
190
|
"amd64": {
|
|
173
|
-
"linux": "ImageMagick-
|
|
191
|
+
"linux": "ImageMagick-9fbd2b7-gcc-x86_64.AppImage",
|
|
174
192
|
"windows": "ImageMagick-{version}-portable-Q16-x64.7z",
|
|
175
193
|
"darwin": "brew install imagemagick"
|
|
176
194
|
},
|
|
@@ -801,7 +819,7 @@
|
|
|
801
819
|
"fileNamePattern": {
|
|
802
820
|
"amd64": {
|
|
803
821
|
"linux": "delta-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
804
|
-
"darwin":
|
|
822
|
+
"darwin": null,
|
|
805
823
|
"windows": "delta-{version}-x86_64-pc-windows-msvc.zip"
|
|
806
824
|
},
|
|
807
825
|
"arm64": {
|
|
@@ -855,7 +873,7 @@
|
|
|
855
873
|
"fileNamePattern": {
|
|
856
874
|
"amd64": {
|
|
857
875
|
"linux": "fd-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
858
|
-
"darwin":
|
|
876
|
+
"darwin": null,
|
|
859
877
|
"windows": "fd-{version}-x86_64-pc-windows-msvc.zip"
|
|
860
878
|
},
|
|
861
879
|
"arm64": {
|
|
@@ -2209,7 +2227,7 @@
|
|
|
2209
2227
|
"darwin": "rustdesk-{version}-x86_64.dmg"
|
|
2210
2228
|
},
|
|
2211
2229
|
"arm64": {
|
|
2212
|
-
"linux": "rustdesk-{version}-aarch64.
|
|
2230
|
+
"linux": "rustdesk-{version}-aarch64.deb",
|
|
2213
2231
|
"windows": null,
|
|
2214
2232
|
"darwin": "rustdesk-{version}-aarch64.dmg"
|
|
2215
2233
|
}
|
|
@@ -2276,14 +2294,14 @@
|
|
|
2276
2294
|
"doc": "🌐 cli to get info of ips",
|
|
2277
2295
|
"fileNamePattern": {
|
|
2278
2296
|
"amd64": {
|
|
2279
|
-
"linux": "
|
|
2280
|
-
"windows": "
|
|
2281
|
-
"darwin": "
|
|
2297
|
+
"linux": "{version}_linux_amd64.tar.gz",
|
|
2298
|
+
"windows": "{version}_windows_amd64.zip",
|
|
2299
|
+
"darwin": "{version}_darwin_amd64.tar.gz"
|
|
2282
2300
|
},
|
|
2283
2301
|
"arm64": {
|
|
2284
|
-
"linux": "
|
|
2285
|
-
"windows": "
|
|
2286
|
-
"darwin": "
|
|
2302
|
+
"linux": "{version}_linux_arm64.tar.gz",
|
|
2303
|
+
"windows": "{version}_windows_arm64.zip",
|
|
2304
|
+
"darwin": "{version}_darwin_arm64.tar.gz"
|
|
2287
2305
|
}
|
|
2288
2306
|
}
|
|
2289
2307
|
},
|
|
@@ -2426,8 +2444,8 @@
|
|
|
2426
2444
|
},
|
|
2427
2445
|
"arm64": {
|
|
2428
2446
|
"linux": "termscp-{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
2429
|
-
"darwin": "termscp-{version}-
|
|
2430
|
-
"windows":
|
|
2447
|
+
"darwin": "termscp-{version}-aarch64-apple-darwin.tar.gz",
|
|
2448
|
+
"windows": "termscp-{version}-aarch64-pc-windows-msvc.zip"
|
|
2431
2449
|
}
|
|
2432
2450
|
}
|
|
2433
2451
|
},
|
|
@@ -3061,6 +3079,24 @@
|
|
|
3061
3079
|
}
|
|
3062
3080
|
}
|
|
3063
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
"appName": "zed",
|
|
3084
|
+
"license": "AGPL-3.0-or-later, GPL-3.0-or-later, Apache-2.0",
|
|
3085
|
+
"repoURL": "https://github.com/zed-industries/zed",
|
|
3086
|
+
"doc": "High-performance, multiplayer code editor from the creators of Atom and Tree-sitter.",
|
|
3087
|
+
"fileNamePattern": {
|
|
3088
|
+
"amd64": {
|
|
3089
|
+
"linux": "curl -fsSL https://zed.dev/install.sh | sh; sudo mkdir -p /usr/local/bin; test -x $HOME/.local/bin/zed && sudo ln -sf $HOME/.local/bin/zed /usr/local/bin/zed || true",
|
|
3090
|
+
"windows": "winget install --no-upgrade -e --id ZedIndustries.Zed --source winget --accept-package-agreements --accept-source-agreements",
|
|
3091
|
+
"darwin": "curl -fsSL https://zed.dev/install.sh | sh; sudo mkdir -p /usr/local/bin; test -x $HOME/.local/bin/zed && sudo ln -sf $HOME/.local/bin/zed /usr/local/bin/zed || true"
|
|
3092
|
+
},
|
|
3093
|
+
"arm64": {
|
|
3094
|
+
"linux": "curl -fsSL https://zed.dev/install.sh | sh; sudo mkdir -p /usr/local/bin; test -x $HOME/.local/bin/zed && sudo ln -sf $HOME/.local/bin/zed /usr/local/bin/zed || true",
|
|
3095
|
+
"windows": "winget install --no-upgrade -e --id ZedIndustries.Zed --source winget --accept-package-agreements --accept-source-agreements",
|
|
3096
|
+
"darwin": "curl -fsSL https://zed.dev/install.sh | sh; sudo mkdir -p /usr/local/bin; test -x $HOME/.local/bin/zed && sudo ln -sf $HOME/.local/bin/zed /usr/local/bin/zed || true"
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3064
3100
|
{
|
|
3065
3101
|
"appName": "aider",
|
|
3066
3102
|
"license": "Apache License 2.0",
|
|
@@ -3079,6 +3115,24 @@
|
|
|
3079
3115
|
}
|
|
3080
3116
|
}
|
|
3081
3117
|
},
|
|
3118
|
+
{
|
|
3119
|
+
"appName": "bd",
|
|
3120
|
+
"license": "MIT License",
|
|
3121
|
+
"repoURL": "https://github.com/gastownhall/beads",
|
|
3122
|
+
"doc": "Beads, a distributed graph issue tracker and memory layer for coding agents.",
|
|
3123
|
+
"fileNamePattern": {
|
|
3124
|
+
"amd64": {
|
|
3125
|
+
"linux": "beads_{version}_linux_amd64.tar.gz",
|
|
3126
|
+
"windows": "beads_{version}_windows_amd64.zip",
|
|
3127
|
+
"darwin": "beads_{version}_darwin_amd64.tar.gz"
|
|
3128
|
+
},
|
|
3129
|
+
"arm64": {
|
|
3130
|
+
"linux": "beads_{version}_linux_arm64.tar.gz",
|
|
3131
|
+
"windows": "beads_{version}_windows_arm64.zip",
|
|
3132
|
+
"darwin": "beads_{version}_darwin_arm64.tar.gz"
|
|
3133
|
+
}
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3082
3136
|
{
|
|
3083
3137
|
"appName": "mods",
|
|
3084
3138
|
"license": "MIT License",
|
|
@@ -3195,13 +3249,13 @@
|
|
|
3195
3249
|
"fileNamePattern": {
|
|
3196
3250
|
"amd64": {
|
|
3197
3251
|
"linux": "bun install -g agent-browser; bun install -g playwright install-deps chromium",
|
|
3198
|
-
"windows": "bun install -g agent-browser",
|
|
3199
|
-
"darwin": "bun install -g agent-browser"
|
|
3252
|
+
"windows": "bun install -g agent-browser; bun install -g playwright install-deps chromium",
|
|
3253
|
+
"darwin": "bun install -g agent-browser; bun install -g playwright install-deps chromium"
|
|
3200
3254
|
},
|
|
3201
3255
|
"arm64": {
|
|
3202
|
-
"linux": "bun install -g agent-browser",
|
|
3203
|
-
"windows": "bun install -g agent-browser",
|
|
3204
|
-
"darwin": "bun install -g agent-browser"
|
|
3256
|
+
"linux": "bun install -g agent-browser; bun install -g playwright install-deps chromium",
|
|
3257
|
+
"windows": "bun install -g agent-browser; bun install -g playwright install-deps chromium",
|
|
3258
|
+
"darwin": "bun install -g agent-browser; bun install -g playwright install-deps chromium"
|
|
3205
3259
|
}
|
|
3206
3260
|
}
|
|
3207
3261
|
},
|
|
@@ -3295,6 +3349,42 @@
|
|
|
3295
3349
|
}
|
|
3296
3350
|
}
|
|
3297
3351
|
},
|
|
3352
|
+
{
|
|
3353
|
+
"appName": "pi",
|
|
3354
|
+
"license": "MIT",
|
|
3355
|
+
"repoURL": "https://github.com/badlogic/pi-mono",
|
|
3356
|
+
"doc": "AI agent toolkit: coding agent CLI, unified LLM API, TUI and web UI libraries.",
|
|
3357
|
+
"fileNamePattern": {
|
|
3358
|
+
"amd64": {
|
|
3359
|
+
"linux": "bun install -g @mariozechner/pi-coding-agent",
|
|
3360
|
+
"darwin": "bun install -g @mariozechner/pi-coding-agent",
|
|
3361
|
+
"windows": "bun install -g @mariozechner/pi-coding-agent"
|
|
3362
|
+
},
|
|
3363
|
+
"arm64": {
|
|
3364
|
+
"linux": "bun install -g @mariozechner/pi-coding-agent",
|
|
3365
|
+
"darwin": "bun install -g @mariozechner/pi-coding-agent",
|
|
3366
|
+
"windows": "bun install -g @mariozechner/pi-coding-agent"
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"appName": "orca",
|
|
3372
|
+
"license": "MIT",
|
|
3373
|
+
"repoURL": "https://github.com/stablyai/orca",
|
|
3374
|
+
"doc": "Orca is the next-gen IDE for building with coding agents",
|
|
3375
|
+
"fileNamePattern": {
|
|
3376
|
+
"amd64": {
|
|
3377
|
+
"linux": "orca_{version}_amd64.deb",
|
|
3378
|
+
"darwin": "Orca-{version}-mac.zip",
|
|
3379
|
+
"windows": "orca.py"
|
|
3380
|
+
},
|
|
3381
|
+
"arm64": {
|
|
3382
|
+
"linux": null,
|
|
3383
|
+
"darwin": "Orca-{version}-arm64-mac.zip",
|
|
3384
|
+
"windows": null
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3298
3388
|
{
|
|
3299
3389
|
"appName": "openclaw",
|
|
3300
3390
|
"license": "MIT",
|
|
@@ -24,10 +24,12 @@ AGENTS = [
|
|
|
24
24
|
"qwen-code",
|
|
25
25
|
"cursor-cli",
|
|
26
26
|
"droid",
|
|
27
|
+
"pi",
|
|
28
|
+
"orca",
|
|
27
29
|
"kilocode",
|
|
28
30
|
"cline",
|
|
29
31
|
"auggie",
|
|
30
|
-
"agentofempires", "agent-deck", "agenthand"
|
|
32
|
+
"agentofempires", "agent-deck", "agenthand", "beads", "symphony"
|
|
31
33
|
# "codex",
|
|
32
34
|
# "gorilla",
|
|
33
35
|
# "ollama",
|
|
@@ -58,6 +60,7 @@ PACKAGES_BROWSERS = [
|
|
|
58
60
|
PACKAGES_CODE_EDITORS = [
|
|
59
61
|
"code",
|
|
60
62
|
"hx",
|
|
63
|
+
"zed",
|
|
61
64
|
# "cursor",
|
|
62
65
|
# "lvim",
|
|
63
66
|
]
|