machineconfig 5.69__tar.gz → 5.71__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.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- {machineconfig-5.69/src/machineconfig.egg-info → machineconfig-5.71}/PKG-INFO +1 -1
- {machineconfig-5.69 → machineconfig-5.71}/pyproject.toml +1 -1
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/agents.py +26 -25
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell.py +1 -1
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_config.py +6 -6
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_self.py +13 -13
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/entry.py +5 -5
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/main_app.py +10 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_cursor_agents.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_gemini.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/fire_agents_help_launch.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/fire_agents_helper_types.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/interactive.py +2 -2
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_nfs +1 -1
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/count_lines_frontend.py +1 -1
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/mount_ssh.ps1 +1 -1
- machineconfig-5.71/src/machineconfig/setup_linux/web_shortcuts/interactive.sh +25 -0
- machineconfig-5.71/src/machineconfig/setup_windows/web_shortcuts/interactive.ps1 +31 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/ssh.py +1 -1
- {machineconfig-5.69 → machineconfig-5.71/src/machineconfig.egg-info}/PKG-INFO +1 -1
- machineconfig-5.69/src/machineconfig/setup_linux/web_shortcuts/interactive.sh +0 -25
- machineconfig-5.69/src/machineconfig/setup_windows/web_shortcuts/interactive.ps1 +0 -31
- {machineconfig-5.69 → machineconfig-5.71}/MANIFEST.in +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/README.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/setup.cfg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/cloud_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/data_transfer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/distribute.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/file_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/job_params.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/loader_runner.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/remote_machine.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/run_cloud.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/run_cluster.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/run_remote.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/script_execution.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/script_notify_upon_completion.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/helpers/zellij_local_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/helpers/zellij_local_helper_restart.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/helpers/zellij_local_helper_with_panes.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/helpers/zellij_local_manager_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/utils/enhanced_command_runner.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/utils/load_balancer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/utils/load_balancer_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_local.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_local_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_remote.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_remote_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_utils/session_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_local.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_local_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_remote.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_remote_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/templates/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/templates/cli_trogon.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/check_installations.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom/gh.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom/hx.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/alacritty.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/brave.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/bypass_paywall.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/code.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/cursor.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/dubdb_adbc.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/espanso.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/goes.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/lvim.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/nerdfont.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/redis.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/wezterm.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/custom_dev/winget.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/installer_data.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/brave.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/docker.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/docker_start.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/edge.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/nerdfont.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/ngrok.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/pgsql.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/q.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/redis.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/timescaledb.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/vscode.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/warp-cli.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/linux_scripts/wezterm.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/package_groups.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/installer/powershell_scripts/install_fonts.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/linux/msc/cli_agents.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/linux/msc/lid.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/linux/msc/network.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/python/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/python/python_ve_symlink.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/python/vscode/api.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/python/vscode/sync_code.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/windows/archive/openssh-server_add_key.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/windows/msc/cli_agents.bat +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/jobs/windows/msc/cli_agents.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/logger.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/backup.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/bash_shell_profiles.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/create_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/create_links.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/create_links_export.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/create_shell_profile.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/mapper.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/records/generic/shares.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/records/linux/apps_summary_report.csv +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/records/linux/apps_summary_report.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/records/windows/apps_summary_report.csv +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/profile/records/windows/apps_summary_report.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/Restore-ThunderbirdProfile.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/fzf2g +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/fzfag +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/fzffg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/fzfg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/fzfrga +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/other/share_cloud.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/other/share_nfs +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/other/share_smb +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/other/start_docker +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/other/switch_ip +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/skrg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/warp-cli.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/linux/z_ls +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/generate_files.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/initai.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/_shared.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/claude/claude.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/cline/cline.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/chatmodes/Thinking-Beast-Mode.chatmode.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/chatmodes/deepResearch.chatmode.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/instructions/python/dev.instructions.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/privacy.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/prompts/pyright_fix.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/copilot/prompts/research-report-skeleton.prompt.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/crush/crush.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/crush/crush.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/crush/privacy.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/cursor/cursors.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/gemini/gemini.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/gemini/settings.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/generic.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/kilocode/privacy.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/opencode/opencode.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ai/solutions/opencode/opencode.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/cloud_copy.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/cloud_helpers.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/cloud_mount.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/cloud_sync.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/helpers2.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/cloud_helpers/helpers5.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/pomodoro.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/scheduler.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/start_slidev.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/viewer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/croshell_helpers/viewer_template.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_data.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_nw.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_repos.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_share_server.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/cli_terminal.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/devops_add_identity.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/devops_status.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/devops_update_repos.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/themes/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/themes/choose_pwsh_theme.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_helpers/themes/choose_wezterm_theme.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/devops_navigator.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/env_manager/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/env_manager/path_manager_backend.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/env_manager/path_manager_tui.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/fire_jobs.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/ftpx.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/command_builder.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/command_detail.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/command_tree.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/data_models.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helper_navigator/search_bar.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/fire_agents_help_search.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/fire_agents_load_balancer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/helpers4.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/prompt.txt +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/template.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire/template.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire_command/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire_command/cloud_manager.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire_command/fire_jobs_args_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire_command/fire_jobs_route_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_fire_command/fire_jobs_streamlit_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_repos/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_repos/grource.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/helpers_repos/secure_repo.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_drive +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_nfs.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_nw_drive +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_nw_drive.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_smb +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/mount_ssh.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/onetimeshare.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/wifi_conn.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/nw/wsl_windows_transfer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/action.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/clone.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/count_lines.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/entrypoint.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/record.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/sync.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/repos_helpers/update.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/sessions.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/sessions_helpers/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/fzfb.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/fzfg.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/fzfrga.bat +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/mount_nfs.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/mount_nw.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/mount_smb.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/share_cloud.cmd +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/share_smb.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/unlock_bitlocker.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/broot/br.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/broot/brootcd.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/broot/conf.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/glow/glow.yml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/gromit-mpx/gromit-mpx.cfg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/helix/config.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/helix/languages.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/keras/keras.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/keyboard/espanso/config/default.yml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/keyboard/espanso/match/base.yml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/keyboard/kanata/kanata.kbd +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/delete.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/on-cd.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/on-quit.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/open.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/paste.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/pre-cd.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/autocall/rename.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/colors +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/cleaner.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/fzf_nano.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/leftpane_previewer.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/lfcd.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/previewer.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/exe/previewer_archive.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/icons +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/linux/lfrc +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/delete.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/on-cd.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/on-quit.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/open.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/paste.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/pre-cd.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/autocall/rename.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/cd_tere.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/cd_zoxide.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/cd_zoxide2.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/colors +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/fzf_edit.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/icons +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/leftpane_previewer.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/lfcd.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/lfrc +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/mkdir.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/mkfile.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/previewer.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lf/windows/tst.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/linters/.flake8 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/linters/.mypy.ini +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/linters/.pylintrc +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/linters/.ruff.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lvim/linux/config.lua +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lvim/windows/archive/config_additional.lua +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lvim/windows/config.lua +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/lvim/windows/lua/user/custom_config.lua +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/mprocs/windows/mprocs.yaml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/mprocs/windows/other +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/pistol/pistol.conf +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/presenterm/config.yaml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/procs/.procs.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/pudb/pudb.cfg +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/rofi/config.rasi +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/rofi/config_default.rasi +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/alacritty/alacritty.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/alacritty/alacritty.yml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/bash/init.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/hyper/.hyper.js +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/ipy/profiles/default/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/kitty/kitty.conf +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/nushell/config.nu +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/nushell/env.nu +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/pwsh/init.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/pwsh/profile.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/starship/starship.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/vtm/settings.xml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/wezterm/wezterm.lua +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/shells/wt/settings.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/streamlit/config.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/svim/linux/init.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/svim/windows/init.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/tere/terecd.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/tere/terecd.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/tmux/.tmate.conf +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/tmux/.tmux.conf +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/wsl/.wslconfig +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/yazi/keymap.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/yazi/theme.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/yazi/yazi.toml +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zed/settings.json +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/commands/monitor +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/commands/standard_panes +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/config.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/config.orig.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/layouts/hist +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/layouts/panes.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/layouts/st.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/layouts/st2.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/settings/zellij/layouts/stacked_panes.kdl +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/apps.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/apps_desktop.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/apps_gui.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/nix/cli_installation.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/ssh/openssh_all.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/ssh/openssh_wsl.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/uv.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_linux/web_shortcuts/android.sh +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/apps.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/others/docker.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/others/obs.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/others/power_options.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/ssh/add-sshkey.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/ssh/add_identity.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/ssh/openssh-server.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/uv.ps1 +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/wt_and_pwsh/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/accessories.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/ai/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/cloud/onedrive/README.md +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/cloud/onedrive/setup_oauth.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/cloud/onedrive/transaction.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/code.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/ascii_art.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/dbms.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/headers.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/ouch/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/ouch/decompress.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/files/read.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer_utils/__init__.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer_utils/github_release_bulk.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer_utils/installer.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer_utils/installer_abc.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/installer_utils/installer_class.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/io.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/links.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/meta.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/notifications.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/options.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/path_extended.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/path_helper.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/procs.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/scheduler.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/scheduling.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/schemas/fire_agents/fire_agents_input.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/schemas/installer/installer_types.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/schemas/layouts/layout_types.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/schemas/repos/repos_types.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/source_of_truth.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/ssh_utils/utils.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/terminal.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/upgrade_packages.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/utils/ve.py +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig.egg-info/SOURCES.txt +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig.egg-info/dependency_links.txt +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig.egg-info/entry_points.txt +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig.egg-info/requires.txt +0 -0
- {machineconfig-5.69 → machineconfig-5.71}/src/machineconfig.egg-info/top_level.txt +0 -0
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
from typing import cast, Optional, get_args
|
|
7
7
|
import typer
|
|
8
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import AGENTS,
|
|
8
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import AGENTS, HOST, MODEL, PROVIDER
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def create(
|
|
12
12
|
agent: AGENTS = typer.Option(..., "--agents", "-a", help=f"Agent type. One of {', '.join(get_args(AGENTS)[:3])}"),
|
|
13
|
-
|
|
14
|
-
model: MODEL = typer.Option(..., "--model", "-
|
|
13
|
+
host: HOST = typer.Option(..., "--host", "-h", help=f"Machine to run agents on. One of {', '.join(get_args(HOST))}"),
|
|
14
|
+
model: MODEL = typer.Option(..., "--model", "-m", help=f"Model to use (for crush agent). One of {', '.join(get_args(MODEL)[:3])}"),
|
|
15
15
|
provider: PROVIDER = typer.Option(..., "--provider", "-p", help=f"Provider to use (for crush agent). One of {', '.join(get_args(PROVIDER)[:3])}"),
|
|
16
16
|
context_path: Optional[Path] = typer.Option(None, "--context-path", "-c", help="Path to the context file/folder, defaults to .ai/todo/"),
|
|
17
17
|
separator: str = typer.Option("\n", "--separator", "-s", help="Separator for context"),
|
|
18
18
|
agent_load: int = typer.Option(13, "--agent-load", "-al", help="Number of tasks per prompt"),
|
|
19
|
-
prompt: Optional[str] = typer.Option(None, "--prompt", "-
|
|
19
|
+
prompt: Optional[str] = typer.Option(None, "--prompt", "-P", help="Prompt prefix as string"),
|
|
20
20
|
prompt_path: Optional[Path] = typer.Option(None, "--prompt-path", "-pp", help="Path to prompt file"),
|
|
21
21
|
job_name: str = typer.Option("AI_Agents", "--job-name", "-j", help="Job name"),
|
|
22
|
-
separate: bool = typer.Option(True, "--separate", "-
|
|
22
|
+
separate: bool = typer.Option(True, "--separate", "-S", help="Keep prompt material in separate file to the context."),
|
|
23
23
|
output_path: Optional[Path] = typer.Option(None, "--output-path", "-o", help="Path to write the layout.json file"),
|
|
24
24
|
agents_dir: Optional[Path] = typer.Option(None, "--agents-dir", "-ad", help="Directory to store agent files. If not provided, will be constructed automatically."),
|
|
25
25
|
):
|
|
@@ -71,7 +71,7 @@ def create(
|
|
|
71
71
|
shutil.rmtree(agents_dir)
|
|
72
72
|
prep_agent_launch(repo_root=repo_root, agents_dir=agents_dir, prompts_material=prompt_material_re_splitted,
|
|
73
73
|
keep_material_in_separate_file=separate,
|
|
74
|
-
prompt_prefix=prompt_prefix, machine=
|
|
74
|
+
prompt_prefix=prompt_prefix, machine=host, agent=agent_selected, model=model, provider=provider,
|
|
75
75
|
job_name=job_name)
|
|
76
76
|
layoutfile = get_agents_launch_layout(session_root=agents_dir)
|
|
77
77
|
regenerate_py_code = f"""
|
|
@@ -79,7 +79,7 @@ def create(
|
|
|
79
79
|
agents create "{context_path_resolved}" \\
|
|
80
80
|
--prompt-path "{prompt_path or ''}" \\
|
|
81
81
|
--agent "{agent_selected}" \\
|
|
82
|
-
--
|
|
82
|
+
--host "{host}" \\
|
|
83
83
|
--job-name "{job_name}" \\
|
|
84
84
|
--agent_load {agent_load} \\
|
|
85
85
|
--separator "{separator}" \\
|
|
@@ -94,15 +94,15 @@ agents create "{context_path_resolved}" \\
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
def collect(
|
|
97
|
-
agent_dir:
|
|
98
|
-
output_path:
|
|
97
|
+
agent_dir: str = typer.Argument(..., help="Path to the agent directory containing the prompts folder"),
|
|
98
|
+
output_path: str = typer.Argument(..., help="Path to write the concatenated material files"),
|
|
99
99
|
separator: str = typer.Option("\n", help="Separator to use when concatenating material files"),
|
|
100
100
|
) -> None:
|
|
101
101
|
"""Collect all material files from an agent directory and concatenate them."""
|
|
102
|
-
if not agent_dir.exists() or not agent_dir.is_dir():
|
|
102
|
+
if not Path(agent_dir).exists() or not Path(agent_dir).is_dir():
|
|
103
103
|
raise typer.BadParameter(f"Agent directory does not exist or is not a directory: {agent_dir}")
|
|
104
104
|
|
|
105
|
-
prompts_dir = agent_dir / "prompts"
|
|
105
|
+
prompts_dir = Path(agent_dir) / "prompts"
|
|
106
106
|
if not prompts_dir.exists():
|
|
107
107
|
raise typer.BadParameter(f"Prompts directory not found: {prompts_dir}")
|
|
108
108
|
|
|
@@ -129,8 +129,8 @@ def collect(
|
|
|
129
129
|
result = separator.join(concatenated_content)
|
|
130
130
|
|
|
131
131
|
# Write to output file
|
|
132
|
-
output_path.parent.mkdir(parents=True, exist_ok=True)
|
|
133
|
-
output_path.write_text(result, encoding="utf-8")
|
|
132
|
+
Path(output_path).parent.mkdir(parents=True, exist_ok=True)
|
|
133
|
+
Path(output_path).write_text(result, encoding="utf-8")
|
|
134
134
|
typer.echo(f"Concatenated material written to {output_path}")
|
|
135
135
|
|
|
136
136
|
|
|
@@ -163,7 +163,7 @@ def get_app():
|
|
|
163
163
|
agents_app = typer.Typer(help="🤖 AI Agents management subcommands", no_args_is_help=True)
|
|
164
164
|
sep = "\n"
|
|
165
165
|
agents_full_help = f"""
|
|
166
|
-
[
|
|
166
|
+
[c] Create agents layout file, ready to run.
|
|
167
167
|
{sep}
|
|
168
168
|
PROVIDER options: {', '.join(get_args(PROVIDER))}
|
|
169
169
|
{sep}
|
|
@@ -172,19 +172,19 @@ AGENT options: {', '.join(get_args(AGENTS))}
|
|
|
172
172
|
MODEL options: {sep.join(get_args(MODEL))}
|
|
173
173
|
"""
|
|
174
174
|
agents_app.command("create", no_args_is_help=True, help=agents_full_help)(create)
|
|
175
|
-
agents_app.command("
|
|
176
|
-
agents_app.command("collect", no_args_is_help=True, help="[
|
|
177
|
-
agents_app.command("
|
|
178
|
-
agents_app.command("make-template", no_args_is_help=False, help="[
|
|
179
|
-
agents_app.command("
|
|
180
|
-
agents_app.command("make-config", no_args_is_help=False, help="[
|
|
181
|
-
agents_app.command("
|
|
175
|
+
agents_app.command("c", no_args_is_help=True, help="Create agents layout file, ready to run.", hidden=True)(create)
|
|
176
|
+
agents_app.command("collect", no_args_is_help=True, help="[T] Collect all agent materials into a single file.")(collect)
|
|
177
|
+
agents_app.command("T", no_args_is_help=True, help="Collect all agent materials into a single file.", hidden=True)(collect)
|
|
178
|
+
agents_app.command("make-template", no_args_is_help=False, help="[t] Create a template for fire agents")(template)
|
|
179
|
+
agents_app.command("t", no_args_is_help=False, help="Create a template for fire agents", hidden=True)(template)
|
|
180
|
+
agents_app.command("make-config", no_args_is_help=False, help="[g] Initialize AI configurations in the current repository")(init_config)
|
|
181
|
+
agents_app.command("g", no_args_is_help=False, help="Initialize AI configurations in the current repository", hidden=True)(init_config)
|
|
182
182
|
from machineconfig.scripts.python.ai.generate_files import main
|
|
183
|
-
agents_app.command("make-todo", no_args_is_help=True, help="[
|
|
184
|
-
agents_app.command("
|
|
183
|
+
agents_app.command("make-todo", no_args_is_help=True, help="[d] Generate a markdown file listing all Python files in the repo")(main)
|
|
184
|
+
agents_app.command("d", no_args_is_help=True, help="Generate a markdown file listing all Python files in the repo", hidden=True)(main)
|
|
185
185
|
from machineconfig.scripts.python.ai.generate_files import create_symlink_command
|
|
186
|
-
agents_app.command(name="make-symlinks", no_args_is_help=True, help="[
|
|
187
|
-
agents_app.command(name="
|
|
186
|
+
agents_app.command(name="make-symlinks", no_args_is_help=True, help="[s] Create symlinks to the current repo in ~/code_copies/")(create_symlink_command)
|
|
187
|
+
agents_app.command(name="s", no_args_is_help=True, help="Create symlinks to the current repo in ~/code_copies/", hidden=True)(create_symlink_command)
|
|
188
188
|
return agents_app
|
|
189
189
|
|
|
190
190
|
|
|
@@ -192,5 +192,6 @@ def main():
|
|
|
192
192
|
agents_app = get_app()
|
|
193
193
|
agents_app()
|
|
194
194
|
|
|
195
|
+
|
|
195
196
|
if __name__ == "__main__": # pragma: no cover
|
|
196
197
|
pass
|
|
@@ -150,7 +150,7 @@ from pathlib import Path
|
|
|
150
150
|
else:
|
|
151
151
|
console.print(Panel("❌ Could not determine the local machineconfig repo root. Please ensure the `REPO_ROOT` in `source_of_truth.py` is correctly set to the local path of the machineconfig repo, or do not use the `--local` flag.", title="Error", border_style="red"))
|
|
152
152
|
return
|
|
153
|
-
else: ve_line = "--with machineconfig[plot]>=5.
|
|
153
|
+
else: ve_line = """--with "machineconfig[plot]>=5.71" """
|
|
154
154
|
fire_line = f"uv run --python 3.14 {ve_line} {interpreter} {interactivity} {profile} {str(pyfile)}"
|
|
155
155
|
|
|
156
156
|
from machineconfig.utils.code import run_shell_script
|
|
@@ -42,7 +42,7 @@ def path():
|
|
|
42
42
|
from pathlib import Path
|
|
43
43
|
path = Path(navigator.__file__).resolve().parent.joinpath("path_manager_tui.py")
|
|
44
44
|
from machineconfig.utils.code import run_shell_script
|
|
45
|
-
run_shell_script(f"uv run --with machineconfig>=5.
|
|
45
|
+
run_shell_script(f"""uv run --with "machineconfig>=5.71,textual" {path}""")
|
|
46
46
|
|
|
47
47
|
def pwsh_theme():
|
|
48
48
|
"""🔗 Select powershell prompt theme."""
|
|
@@ -70,11 +70,11 @@ def get_app():
|
|
|
70
70
|
config_apps.command("u", no_args_is_help=True, help="Manage public configuration files.", hidden=True)(public)
|
|
71
71
|
config_apps.command("dotfile", no_args_is_help=True, help="🔗 [d] Manage dotfiles.")(dotfile)
|
|
72
72
|
config_apps.command("d", no_args_is_help=True, help="Manage dotfiles.", hidden=True)(dotfile)
|
|
73
|
-
config_apps.command("shell", no_args_is_help=
|
|
74
|
-
config_apps.command("s", no_args_is_help=
|
|
75
|
-
config_apps.command("path", no_args_is_help=
|
|
76
|
-
config_apps.command("a", no_args_is_help=
|
|
77
|
-
config_apps.command("pwsh-theme", no_args_is_help=
|
|
73
|
+
config_apps.command("shell", no_args_is_help=False, help="🔗 [s] Configure your shell profile.")(shell)
|
|
74
|
+
config_apps.command("s", no_args_is_help=False, help="Configure your shell profile.", hidden=True)(shell)
|
|
75
|
+
config_apps.command("path", no_args_is_help=False, help="📚 [a] NAVIGATE PATH variable with TUI")(path)
|
|
76
|
+
config_apps.command("a", no_args_is_help=False, help="NAVIGATE PATH variable with TUI", hidden=True)(path)
|
|
77
|
+
config_apps.command("pwsh-theme", no_args_is_help=False, help="🔗 [t] Select powershell prompt theme.")(pwsh_theme)
|
|
78
78
|
config_apps.command("t", no_args_is_help=True, help="Select powershell prompt theme.", hidden=True)(pwsh_theme)
|
|
79
79
|
config_apps.command("copy-assets", no_args_is_help=True, help="🔗 [c] Copy asset files from library to machine.")
|
|
80
80
|
config_apps.command("c", no_args_is_help=True, help="Copy asset files from library to machine.", hidden=True)(copy_assets)
|
|
@@ -25,9 +25,9 @@ def install():
|
|
|
25
25
|
# main_public_from_parser()
|
|
26
26
|
import platform
|
|
27
27
|
if platform.system() == "Windows":
|
|
28
|
-
run_shell_script(r"""$HOME\.local\bin\uv.exe tool install machineconfig>=5.
|
|
28
|
+
run_shell_script(r"""$HOME\.local\bin\uv.exe tool install machineconfig>=5.71""")
|
|
29
29
|
else:
|
|
30
|
-
run_shell_script("""$HOME/.local/bin/uv tool install machineconfig>=5.
|
|
30
|
+
run_shell_script("""$HOME/.local/bin/uv tool install machineconfig>=5.71""")
|
|
31
31
|
|
|
32
32
|
def navigate():
|
|
33
33
|
"""📚 NAVIGATE command structure with TUI"""
|
|
@@ -35,7 +35,7 @@ def navigate():
|
|
|
35
35
|
from pathlib import Path
|
|
36
36
|
path = Path(navigator.__file__).resolve().parent.joinpath("devops_navigator.py")
|
|
37
37
|
from machineconfig.utils.code import run_shell_script
|
|
38
|
-
run_shell_script(f"uv run --with machineconfig>=5.
|
|
38
|
+
run_shell_script(f"""uv run --with "machineconfig>=5.71,textual" {path}""")
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
def run_python(ip: str = typer.Argument(..., help="Python command to run in the machineconfig environment"),
|
|
@@ -51,16 +51,16 @@ def run_python(ip: str = typer.Argument(..., help="Python command to run in the
|
|
|
51
51
|
|
|
52
52
|
def get_app():
|
|
53
53
|
cli_app = typer.Typer(help="🔄 [s] self operations subcommands", no_args_is_help=True)
|
|
54
|
-
cli_app.command("update", no_args_is_help=
|
|
55
|
-
cli_app.command("u", no_args_is_help=
|
|
56
|
-
cli_app.command("interactive", no_args_is_help=
|
|
57
|
-
cli_app.command("ia", no_args_is_help=
|
|
58
|
-
cli_app.command("status", no_args_is_help=
|
|
59
|
-
cli_app.command("s", no_args_is_help=
|
|
60
|
-
cli_app.command("install", no_args_is_help=
|
|
61
|
-
cli_app.command("i", no_args_is_help=
|
|
62
|
-
cli_app.command("navigate", no_args_is_help=
|
|
63
|
-
cli_app.command("n", no_args_is_help=
|
|
54
|
+
cli_app.command("update", no_args_is_help=False, help="🔄 [u] UPDATE essential repos")(update)
|
|
55
|
+
cli_app.command("u", no_args_is_help=False, help="UPDATE essential repos", hidden=True)(update)
|
|
56
|
+
cli_app.command("interactive", no_args_is_help=False, help="🤖 [ia] INTERACTIVE configuration of machine.")(interactive)
|
|
57
|
+
cli_app.command("ia", no_args_is_help=False, help="INTERACTIVE configuration of machine.", hidden=True)(interactive)
|
|
58
|
+
cli_app.command("status", no_args_is_help=False, help="📊 [s] STATUS of machine, shell profile, apps, symlinks, dotfiles, etc.")(status)
|
|
59
|
+
cli_app.command("s", no_args_is_help=False, help="STATUS of machine, shell profile, apps, symlinks, dotfiles, etc.", hidden=True)(status)
|
|
60
|
+
cli_app.command("install", no_args_is_help=False, help="📋 [i] CLONE machienconfig locally and incorporate to shell profile for faster execution and nightly updates.")(install)
|
|
61
|
+
cli_app.command("i", no_args_is_help=False, help="CLONE machienconfig locally and incorporate to shell profile for faster execution and nightly updates.", hidden=True)(install)
|
|
62
|
+
cli_app.command("navigate", no_args_is_help=False, help="📚 [n] NAVIGATE command structure with TUI")(navigate)
|
|
63
|
+
cli_app.command("n", no_args_is_help=False, help="NAVIGATE command structure with TUI", hidden=True)(navigate)
|
|
64
64
|
cli_app.command("python", no_args_is_help=False, help="🐍 [c] python command/file in the machineconfig environment")(run_python)
|
|
65
65
|
cli_app.command("c", no_args_is_help=False, help="RUN python command/file in the machineconfig environment", hidden=True)(run_python)
|
|
66
66
|
return cli_app
|
|
@@ -12,11 +12,11 @@ from machineconfig.scripts.python.croshell import croshell as croshell_func
|
|
|
12
12
|
def get_app():
|
|
13
13
|
import typer
|
|
14
14
|
app = typer.Typer(help="MachineConfig CLI - Manage your machine configurations and workflows", no_args_is_help=True)
|
|
15
|
-
app.add_typer(get_devops_app(), name="devops", help="DevOps related commands")
|
|
16
|
-
app.add_typer(get_cloud_app(), name="cloud", help="Cloud management commands")
|
|
17
|
-
app.add_typer(get_sessions_app(), name="sessions", help="Session and layout management")
|
|
18
|
-
app.add_typer(get_fire_jobs_app(), name="fire", help="Fire and manage jobs")
|
|
19
|
-
app.add_typer(get_agents_app(), name="agents", help="🤖 AI Agents management commands")
|
|
15
|
+
app.add_typer(get_devops_app(), name="devops", help="DevOps related commands", no_args_is_help=True)
|
|
16
|
+
app.add_typer(get_cloud_app(), name="cloud", help="Cloud management commands", no_args_is_help=True)
|
|
17
|
+
app.add_typer(get_sessions_app(), name="sessions", help="Session and layout management", no_args_is_help=True)
|
|
18
|
+
app.add_typer(get_fire_jobs_app(), name="fire", help="Fire and manage jobs", no_args_is_help=True)
|
|
19
|
+
app.add_typer(get_agents_app(), name="agents", help="🤖 AI Agents management commands", no_args_is_help=True)
|
|
20
20
|
|
|
21
21
|
app.command("ftpx", no_args_is_help=True, help="File transfer utility though SSH")(ftpx_func)
|
|
22
22
|
app.command("croshell", no_args_is_help=False, help="Cross-shell command execution")(croshell_func)
|
|
@@ -21,12 +21,16 @@ class CommandNavigatorApp(App[None]):
|
|
|
21
21
|
layout: grid;
|
|
22
22
|
grid-size: 2 3;
|
|
23
23
|
grid-rows: auto 1fr auto;
|
|
24
|
+
grid-columns: 1fr 1fr;
|
|
25
|
+
height: 100%;
|
|
26
|
+
width: 100%;
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
Header {
|
|
27
30
|
column-span: 2;
|
|
28
31
|
background: $boost;
|
|
29
32
|
color: $text;
|
|
33
|
+
width: 100%;
|
|
30
34
|
}
|
|
31
35
|
|
|
32
36
|
#search-bar {
|
|
@@ -34,6 +38,7 @@ class CommandNavigatorApp(App[None]):
|
|
|
34
38
|
padding: 1;
|
|
35
39
|
background: $surface;
|
|
36
40
|
height: auto;
|
|
41
|
+
width: 100%;
|
|
37
42
|
}
|
|
38
43
|
|
|
39
44
|
.search-label {
|
|
@@ -49,17 +54,22 @@ class CommandNavigatorApp(App[None]):
|
|
|
49
54
|
row-span: 1;
|
|
50
55
|
border: solid $primary;
|
|
51
56
|
padding: 1;
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 100%;
|
|
52
59
|
}
|
|
53
60
|
|
|
54
61
|
#command-detail {
|
|
55
62
|
row-span: 1;
|
|
56
63
|
border: solid $primary;
|
|
57
64
|
padding: 1;
|
|
65
|
+
width: 100%;
|
|
66
|
+
height: 100%;
|
|
58
67
|
}
|
|
59
68
|
|
|
60
69
|
Footer {
|
|
61
70
|
column-span: 2;
|
|
62
71
|
background: $boost;
|
|
72
|
+
width: 100%;
|
|
63
73
|
}
|
|
64
74
|
|
|
65
75
|
Button {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
# import shlex
|
|
4
4
|
from typing import Optional
|
|
5
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import
|
|
5
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import HOST, PROVIDER, MODEL
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
def fire_crush(api_key: Optional[str], model: MODEL, provider: PROVIDER, machine:
|
|
8
|
+
def fire_crush(api_key: Optional[str], model: MODEL, provider: PROVIDER, machine: HOST, prompt_path: Path, repo_root: Path) -> str:
|
|
9
9
|
match machine:
|
|
10
10
|
case "local":
|
|
11
11
|
cmd = f"""
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from pathlib import Path
|
|
4
4
|
# import shlex
|
|
5
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import
|
|
5
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import HOST
|
|
6
6
|
from typing import Optional
|
|
7
7
|
|
|
8
|
-
def fire_cursor(api_key: Optional[str], prompt_path: Path, machine:
|
|
8
|
+
def fire_cursor(api_key: Optional[str], prompt_path: Path, machine: HOST) -> str:
|
|
9
9
|
match machine:
|
|
10
10
|
case "local":
|
|
11
11
|
# Export the environment variable so it's available to subshells
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
import shlex
|
|
4
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import
|
|
4
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import HOST
|
|
5
5
|
from typing import Optional, Literal
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
def fire_gemini(api_key: Optional[str], model: Literal["gemini-2.5-pro"], provider: Literal["google"], machine:
|
|
8
|
+
def fire_gemini(api_key: Optional[str], model: Literal["gemini-2.5-pro"], provider: Literal["google"], machine: HOST, prompt_path: Path, repo_root: Path) -> str:
|
|
9
9
|
_ = provider
|
|
10
10
|
# model = "gemini-2.5-flash-lite"
|
|
11
11
|
# model = None # auto-select
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
import shlex
|
|
4
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import
|
|
4
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import HOST
|
|
5
5
|
from typing import Optional, Literal
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
def fire_qwen(config_dir: Optional[str], model: Literal["qwen"], provider: Literal["qwen"], machine:
|
|
8
|
+
def fire_qwen(config_dir: Optional[str], model: Literal["qwen"], provider: Literal["qwen"], machine: HOST, prompt_path: Path, repo_root: Path) -> str:
|
|
9
9
|
# assert model == "qwen", "Only qwen is supported currently."
|
|
10
10
|
# assert provider == "qwen", "Only qwen is supported currently."
|
|
11
11
|
# model = "qwen"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import random
|
|
3
3
|
import shlex
|
|
4
4
|
from pathlib import Path
|
|
5
|
-
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import AGENTS, AGENT_NAME_FORMATTER,
|
|
5
|
+
from machineconfig.scripts.python.helpers_fire.fire_agents_helper_types import AGENTS, AGENT_NAME_FORMATTER, HOST, PROVIDER, MODEL
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
def get_api_keys(provider: PROVIDER) -> list[str]:
|
|
@@ -20,7 +20,7 @@ def get_api_keys(provider: PROVIDER) -> list[str]:
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
def prep_agent_launch(repo_root: Path, agents_dir: Path, prompts_material: list[str], prompt_prefix: str, keep_material_in_separate_file: bool,
|
|
23
|
-
machine:
|
|
23
|
+
machine: HOST, model: MODEL, provider: PROVIDER, agent: AGENTS, *, job_name: str) -> None:
|
|
24
24
|
agents_dir.mkdir(parents=True, exist_ok=True)
|
|
25
25
|
prompt_folder = agents_dir / "prompts"
|
|
26
26
|
prompt_folder.mkdir(parents=True, exist_ok=True)
|
|
@@ -3,7 +3,7 @@ from typing import Literal, TypeAlias, TypedDict
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
AGENTS: TypeAlias = Literal["cursor-agent", "gemini", "crush", "q", "opencode"]
|
|
6
|
-
|
|
6
|
+
HOST: TypeAlias = Literal["local", "docker"]
|
|
7
7
|
PROVIDER: TypeAlias = Literal["azure", "google", "aws", "openai", "anthropic", "openrouter", "xai"]
|
|
8
8
|
MODEL: TypeAlias = Literal["zai/glm-4.6", "anthropic/sonnet-4.5", "google/gemini-2.5-pro", "openai/gpt-5-codex",
|
|
9
9
|
"openrouter/supernova", "x-ai/grok-4-fast:free",
|
|
@@ -22,7 +22,7 @@ class AI_SPEC(TypedDict):
|
|
|
22
22
|
provider: PROVIDER
|
|
23
23
|
model: MODEL
|
|
24
24
|
agent: AGENTS
|
|
25
|
-
machine:
|
|
25
|
+
machine: HOST
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
AGENT_NAME_FORMATTER = "agent_{idx}_cmd.sh" # e.g., agent_0_cmd.sh
|
|
@@ -130,9 +130,9 @@ def execute_installations(selected_options: list[str]) -> None:
|
|
|
130
130
|
console.print(Panel("🐍 [bold green]PYTHON ENVIRONMENT[/bold green]\n[italic]Virtual environment setup[/italic]", border_style="green"))
|
|
131
131
|
import platform
|
|
132
132
|
if platform.system() == "Windows":
|
|
133
|
-
run_shell_script(r"""$HOME\.local\bin\uv.exe tool install machineconfig>=5.
|
|
133
|
+
run_shell_script(r"""$HOME\.local\bin\uv.exe tool install machineconfig>=5.71""")
|
|
134
134
|
else:
|
|
135
|
-
run_shell_script("""$HOME/.local/bin/uv tool install machineconfig>=5.
|
|
135
|
+
run_shell_script("""$HOME/.local/bin/uv tool install machineconfig>=5.71""")
|
|
136
136
|
if "install_ssh_server" in selected_options:
|
|
137
137
|
console.print(Panel("🔒 [bold red]SSH SERVER[/bold red]\n[italic]Remote access setup[/italic]", border_style="red"))
|
|
138
138
|
import platform
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# mkdir ~/data/local
|
|
6
6
|
# sudo mount -o nolock,noatime,nodiratime,proto=tcp,timeo=600,retrans=2,noac alex-p51s-5:/home/alex/data/local ./data/local
|
|
7
7
|
|
|
8
|
-
uv run --python 3.14 --with machineconfig>=5.
|
|
8
|
+
uv run --python 3.14 --with "machineconfig>=5.71" python -m machineconfig.scripts.python.mount_nfs
|
|
9
9
|
# Check if remote server is reachable and share folder exists
|
|
10
10
|
if ! ping -c 1 "$remote_server" &> /dev/null; then
|
|
11
11
|
echo "💥 Error: Remote server $remote_server is not reachable."
|
|
@@ -7,7 +7,7 @@ def analyze_repo_development(repo_path: str = typer.Argument(..., help="Path to
|
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
count_lines_path = Path(count_lines.__file__)
|
|
9
9
|
# --project $HOME/code/ machineconfig --group plot
|
|
10
|
-
cmd = f"""uv run --python 3.14 --with machineconfig[plot]>=5.
|
|
10
|
+
cmd = f"""uv run --python 3.14 --with "machineconfig[plot]>=5.71" {count_lines_path} analyze-over-time {repo_path}"""
|
|
11
11
|
from machineconfig.utils.code import run_shell_script
|
|
12
12
|
run_shell_script(cmd)
|
|
13
13
|
|
{machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/scripts/windows/mounts/mount_ssh.ps1
RENAMED
|
@@ -7,7 +7,7 @@ $user = ''
|
|
|
7
7
|
$sharePath = ''
|
|
8
8
|
$driveLetter = ''
|
|
9
9
|
|
|
10
|
-
uv run --python 3.14 --with machineconfig>=5.
|
|
10
|
+
uv run --python 3.14 --with "machineconfig>=5.71" python -m machineconfig.scripts.python.mount_ssh
|
|
11
11
|
|
|
12
12
|
net use T: \\sshfs.kr\$user@$host.local
|
|
13
13
|
# this worked: net use T: \\sshfs\alex@alex-p51s-5.local
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
. <( curl -sSL "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/uv.sh")
|
|
3
|
+
devops() {
|
|
4
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" devops "$@"
|
|
5
|
+
}
|
|
6
|
+
agents() {
|
|
7
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" agents "$@"
|
|
8
|
+
}
|
|
9
|
+
cloud() {
|
|
10
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" cloud "$@"
|
|
11
|
+
}
|
|
12
|
+
croshell() {
|
|
13
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" croshell "$@"
|
|
14
|
+
}
|
|
15
|
+
fire() {
|
|
16
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" fire "$@"
|
|
17
|
+
}
|
|
18
|
+
ftpx() {
|
|
19
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" ftpx "$@"
|
|
20
|
+
}
|
|
21
|
+
sessions() {
|
|
22
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=5.71" sessions "$@"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
echo "devops command is now defined in this shell session."
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
iex (iwr "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/uv.ps1").Content
|
|
4
|
+
function devops {
|
|
5
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" devops $args
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
function cloud {
|
|
9
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" cloud $args
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function croshell {
|
|
13
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" croshell $args
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function agents {
|
|
17
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" agents $args
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function fire {
|
|
21
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" fire $args
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function ftpx {
|
|
25
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" ftpx $args
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function sessions {
|
|
29
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=5.71" sessions $args
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -6,7 +6,7 @@ from machineconfig.utils.terminal import Response, MACHINE
|
|
|
6
6
|
from machineconfig.utils.accessories import pprint
|
|
7
7
|
|
|
8
8
|
UV_RUN_CMD = "$HOME/.local/bin/uv run"
|
|
9
|
-
MACHINECONFIG_VERSION = "machineconfig>=5.
|
|
9
|
+
MACHINECONFIG_VERSION = """ "machineconfig>=5.71" """
|
|
10
10
|
DEFAULT_PICKLE_SUBDIR = "tmp_results/tmp_scripts/ssh"
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
. <( curl -sSL "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/uv.sh")
|
|
3
|
-
devops() {
|
|
4
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67 devops "$@"
|
|
5
|
-
}
|
|
6
|
-
agents() {
|
|
7
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67 agents "$@"
|
|
8
|
-
}
|
|
9
|
-
cloud() {
|
|
10
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67 cloud "$@"
|
|
11
|
-
}
|
|
12
|
-
croshell() {
|
|
13
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67 croshell "$@"
|
|
14
|
-
}
|
|
15
|
-
fire() {
|
|
16
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67fire "$@"
|
|
17
|
-
}
|
|
18
|
-
ftpx() {
|
|
19
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67ftpx "$@"
|
|
20
|
-
}
|
|
21
|
-
sessions() {
|
|
22
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with machineconfig>=5.67sessions "$@"
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
echo "devops command is now defined in this shell session."
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
iex (iwr "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/uv.ps1").Content
|
|
4
|
-
function devops {
|
|
5
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 devops $args
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
function cloud {
|
|
9
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 cloud $args
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
function croshell {
|
|
13
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 croshell $args
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
function agents {
|
|
17
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 agents $args
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
function fire {
|
|
21
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 fire $args
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
function ftpx {
|
|
25
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 ftpx $args
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
function sessions {
|
|
29
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with machineconfig>=5.67 sessions $args
|
|
30
|
-
}
|
|
31
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/remote_machine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/remote/script_execution.py
RENAMED
|
File without changes
|
|
File without changes
|
{machineconfig-5.69 → machineconfig-5.71}/src/machineconfig/cluster/sessions_managers/__init__.py
RENAMED
|
File without changes
|