@e0ipso/ai-task-manager 1.26.5 → 1.26.6
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
CHANGED
|
@@ -36,8 +36,8 @@ Before proceeding with execution, validate that tasks exist and the execution bl
|
|
|
36
36
|
First, discover the task manager root directory:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
if [ ! -f /tmp/find-ai-task-manager-root.
|
|
40
|
-
cat << 'EOF' > /tmp/find-ai-task-manager-root.
|
|
39
|
+
if [ ! -f /tmp/find-ai-task-manager-root.js ]; then
|
|
40
|
+
cat << 'EOF' > /tmp/find-ai-task-manager-root.js
|
|
41
41
|
const fs = require('fs');
|
|
42
42
|
const path = require('path');
|
|
43
43
|
|