imhcode 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/bin/imhcode.js +2 -2
  2. package/package.json +1 -2
package/bin/imhcode.js CHANGED
@@ -2020,7 +2020,7 @@ ${tasks.map((t, i) => `- [ ] Task ${i+1}: ${t.task} [\`${t.agent}\`]`).join('\n'
2020
2020
  # Agent: ${t.agent} (${category})
2021
2021
  # Model: ${routedModel || 'default'} via ${routedEngine || 'default'}
2022
2022
  # Tier: ${t.tier}
2023
- CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2023
+ CWD="$(cd "$(dirname "\${BASH_SOURCE[0]}")" && pwd)"
2024
2024
  cd "$CWD/../../../.."
2025
2025
 
2026
2026
  TASK="${taskDesc.replace(/"/g, '\\"')}"
@@ -2044,7 +2044,7 @@ fi
2044
2044
  # IMH-Code — Sprint ${sprintNum}: ${title}
2045
2045
  # Run all tasks in dependency order with correct AI model routing
2046
2046
  set -e
2047
- CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2047
+ CWD="$(cd "$(dirname "\${BASH_SOURCE[0]}")" && pwd)"
2048
2048
  TASKS_DIR="$CWD/tasks"
2049
2049
 
2050
2050
  echo ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imhcode",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "IMH-Code — Imam Hussain Coding Harness Platform. A fast-first multi-agent AI coding framework with intelligent model routing. 19 generic role-based agents (planner, nextjs-executor, laravel-executor, etc.), configurable testing strategy, and 7 token-saving optimizations for rapid MVP development.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -92,4 +92,3 @@
92
92
  "zod": "^3.24.0"
93
93
  }
94
94
  }
95
-