@hasna/loops 0.3.35 → 0.3.36

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/cli/index.js CHANGED
@@ -5254,7 +5254,7 @@ function buildScriptInventoryReport(store, opts = {}) {
5254
5254
  // package.json
5255
5255
  var package_default = {
5256
5256
  name: "@hasna/loops",
5257
- version: "0.3.35",
5257
+ version: "0.3.36",
5258
5258
  description: "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents",
5259
5259
  type: "module",
5260
5260
  main: "dist/index.js",
@@ -6708,7 +6708,7 @@ function routeTodosTaskEvent(event, opts) {
6708
6708
  "project_canonical_path",
6709
6709
  "cwd"
6710
6710
  ]);
6711
- const projectPath = opts.projectPath ?? dataProjectPath ?? metadataProjectPath ?? process.cwd();
6711
+ const projectPath = dataProjectPath ?? metadataProjectPath ?? opts.projectPath ?? process.cwd();
6712
6712
  const routeProjectPath = normalizeRoutePath(projectPath) ?? resolve2(projectPath);
6713
6713
  const projectGroup = routeProjectGroup(opts.projectGroup, data, metadata);
6714
6714
  const throttleLimits = routeThrottleLimitsFromOpts(opts);
@@ -4574,7 +4574,7 @@ function enableStartup(result) {
4574
4574
  // package.json
4575
4575
  var package_default = {
4576
4576
  name: "@hasna/loops",
4577
- version: "0.3.35",
4577
+ version: "0.3.36",
4578
4578
  description: "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents",
4579
4579
  type: "module",
4580
4580
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/loops",
3
- "version": "0.3.35",
3
+ "version": "0.3.36",
4
4
  "description": "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",