@geekbeer/minion 2.5.0 → 2.5.1
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.
- package/package.json +1 -1
- package/workflow-runner.js +1 -0
package/package.json
CHANGED
package/workflow-runner.js
CHANGED
|
@@ -100,6 +100,7 @@ async function executeWorkflowSession(workflow, executionId, skillNames) {
|
|
|
100
100
|
|
|
101
101
|
// Extend PATH to include common CLI installation locations
|
|
102
102
|
const additionalPaths = [
|
|
103
|
+
path.join(homeDir, 'bin'),
|
|
103
104
|
path.join(homeDir, '.npm-global', 'bin'),
|
|
104
105
|
path.join(homeDir, '.local', 'bin'),
|
|
105
106
|
path.join(homeDir, '.claude', 'bin'),
|