@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e0ipso/ai-task-manager",
3
- "version": "1.26.5",
3
+ "version": "1.26.6",
4
4
  "description": "Task management for AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -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.cjs ]; then
40
- cat << 'EOF' > /tmp/find-ai-task-manager-root.cjs
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