@harness-engineering/orchestrator 0.2.8 → 0.2.9

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/dist/index.js CHANGED
@@ -1414,7 +1414,7 @@ var WorkflowLoader = class {
1414
1414
  if (parts.length < 3) {
1415
1415
  return (0, import_types3.Err)(
1416
1416
  new Error(
1417
- `Invalid WORKFLOW.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
1417
+ `Invalid harness.orchestrator.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
1418
1418
  )
1419
1419
  );
1420
1420
  }
package/dist/index.mjs CHANGED
@@ -1342,7 +1342,7 @@ var WorkflowLoader = class {
1342
1342
  if (parts.length < 3) {
1343
1343
  return Err2(
1344
1344
  new Error(
1345
- `Invalid WORKFLOW.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
1345
+ `Invalid harness.orchestrator.md format at ${filePath}. Expected frontmatter surrounded by '---'.`
1346
1346
  )
1347
1347
  );
1348
1348
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-engineering/orchestrator",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Orchestrator daemon for dispatching coding agents to issues",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",