diff --git a/playbooks/core/comfyui-image-gen/playbook.json b/playbooks/core/comfyui-image-gen/playbook.json index 13cf0d38..63d21775 100644 --- a/playbooks/core/comfyui-image-gen/playbook.json +++ b/playbooks/core/comfyui-image-gen/playbook.json @@ -43,6 +43,10 @@ "halo": [ "windows", "linux" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "beginner", diff --git a/playbooks/core/lmstudio-rocm-llms/playbook.json b/playbooks/core/lmstudio-rocm-llms/playbook.json index 0891089c..a9b762dc 100644 --- a/playbooks/core/lmstudio-rocm-llms/playbook.json +++ b/playbooks/core/lmstudio-rocm-llms/playbook.json @@ -33,6 +33,10 @@ "halo": [ "windows", "linux" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "beginner", diff --git a/playbooks/core/n8n-automation-gpt-oss/README.md b/playbooks/core/n8n-automation-gpt-oss/README.md index 4e9e6caa..5f6457e7 100644 --- a/playbooks/core/n8n-automation-gpt-oss/README.md +++ b/playbooks/core/n8n-automation-gpt-oss/README.md @@ -185,13 +185,22 @@ Install n8n globally using npm. ```bash npm install -g n8n ``` + + +```bash +n8n --version +``` + + ```bash +export PATH="$HOME/.npm-global/bin:$HOME/.local/bin:$PATH" n8n --version ``` + > **Tip**: Windows users may need to modify their PowerShell Execution Policy (e.g. @@ -259,6 +268,7 @@ try { ```bash set -euo pipefail +export PATH="$HOME/.npm-global/bin:$HOME/.local/bin:$PATH" p="" cleanup() { if [ -n "${p:-}" ] && kill -0 "$p" 2>/dev/null; then diff --git a/playbooks/core/n8n-automation-gpt-oss/playbook.json b/playbooks/core/n8n-automation-gpt-oss/playbook.json index bc04c738..cf6f789c 100644 --- a/playbooks/core/n8n-automation-gpt-oss/playbook.json +++ b/playbooks/core/n8n-automation-gpt-oss/playbook.json @@ -57,6 +57,10 @@ "krk": [ "linux", "windows" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "beginner", diff --git a/playbooks/core/pytorch-rocm-llms/playbook.json b/playbooks/core/pytorch-rocm-llms/playbook.json index 86908d15..6ddddd79 100644 --- a/playbooks/core/pytorch-rocm-llms/playbook.json +++ b/playbooks/core/pytorch-rocm-llms/playbook.json @@ -41,6 +41,10 @@ "halo": [ "windows", "linux" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "beginner", diff --git a/playbooks/core/vscode-qwen3-coder/playbook.json b/playbooks/core/vscode-qwen3-coder/playbook.json index 38aeab9a..caa9673f 100644 --- a/playbooks/core/vscode-qwen3-coder/playbook.json +++ b/playbooks/core/vscode-qwen3-coder/playbook.json @@ -57,6 +57,10 @@ "stx": [ "windows", "linux" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "intermediate", diff --git a/playbooks/supplemental/lemonade-getting-started/playbook.json b/playbooks/supplemental/lemonade-getting-started/playbook.json index c54ee12c..0f09ed3f 100644 --- a/playbooks/supplemental/lemonade-getting-started/playbook.json +++ b/playbooks/supplemental/lemonade-getting-started/playbook.json @@ -53,6 +53,10 @@ "krk": [ "linux", "windows" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "intermediate", diff --git a/playbooks/supplemental/pytorch-finetuning/playbook.json b/playbooks/supplemental/pytorch-finetuning/playbook.json index 68fc6052..932052a3 100644 --- a/playbooks/supplemental/pytorch-finetuning/playbook.json +++ b/playbooks/supplemental/pytorch-finetuning/playbook.json @@ -41,6 +41,10 @@ "halo": [ "windows", "linux" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "intermediate", diff --git a/playbooks/supplemental/speech2speech-translation/playbook.json b/playbooks/supplemental/speech2speech-translation/playbook.json index 08c82cf9..a2f86b8d 100644 --- a/playbooks/supplemental/speech2speech-translation/playbook.json +++ b/playbooks/supplemental/speech2speech-translation/playbook.json @@ -57,6 +57,10 @@ "krk": [ "linux", "windows" + ], + "halo_box": [ + "windows", + "linux" ] }, "difficulty": "intermediate", diff --git a/playbooks/supplemental/unsloth-llms-finetuning/playbook.json b/playbooks/supplemental/unsloth-llms-finetuning/playbook.json index 14a16615..bbbac041 100644 --- a/playbooks/supplemental/unsloth-llms-finetuning/playbook.json +++ b/playbooks/supplemental/unsloth-llms-finetuning/playbook.json @@ -38,6 +38,9 @@ "published_platforms": { "halo": [ "linux" + ], + "halo_box": [ + "linux" ] }, "difficulty": "advanced",