taskplane 0.24.10 → 0.24.11

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.
@@ -490,8 +490,8 @@ export function buildMergeRequest(
490
490
  ...verifyCommands.map(cmd => `\`\`\`bash\n${cmd}\n\`\`\``),
491
491
  "",
492
492
  `## Result File`,
493
- `result_file: ${resultFilePath}`,
494
- `Write your JSON result to: ${resultFilePath}`,
493
+ `result_file: ${resultFilePath.split("\\").join("/")}`,
494
+ `Write your JSON result to EXACTLY this path (do NOT modify or convert it): ${resultFilePath.split("\\").join("/")}`,
495
495
  "",
496
496
  "## Result JSON Schema (required)",
497
497
  "Use EXACT snake_case keys shown below. Do not use camelCase or shortened keys.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.24.10",
3
+ "version": "0.24.11",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",