taskplane 0.24.26 → 0.24.27

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/bin/taskplane.mjs CHANGED
@@ -910,7 +910,7 @@ function generateWorkspaceYaml(repoNames, defaultRepo, tasksRoot) {
910
910
  const reposBlock = repoNames
911
911
  .map((name) => ` ${name}:\n path: "${name}"`)
912
912
  .join("\n");
913
- return `repos:\n${reposBlock}\nrouting:\n tasks_root: "${tasksRoot}"\n default_repo: "${defaultRepo}"\n`;
913
+ return `repos:\n${reposBlock}\nrouting:\n tasks_root: "${tasksRoot}"\n default_repo: "${defaultRepo}"\n task_packet_repo: "${defaultRepo}"\n`;
914
914
  }
915
915
 
916
916
  function readWorkspaceJson(configRepoRoot) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskplane",
3
- "version": "0.24.26",
3
+ "version": "0.24.27",
4
4
  "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
5
5
  "keywords": [
6
6
  "pi-package",