@fro.bot/systematic 3.5.6 → 3.5.8

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/dist/index.js +2 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -11115,7 +11115,8 @@ function deriveApplyPatchTarget(args2, sessionLocation, parentTargetRoot, option
11115
11115
  if (workdir.status === "unavailable")
11116
11116
  return unavailableOperationTarget();
11117
11117
  const targets = patchPaths.map((rawPath) => deriveFileTarget(rawPath, workdir.target.resolvedPath, parentTargetRoot, options, realPath, args2.workdir === undefined));
11118
- const targetRoot = sharedTargetRoot(targets, [workdir.target.targetRoot]);
11118
+ const seedWorkdirRoot = args2.workdir !== undefined || targets.length === 0;
11119
+ const targetRoot = sharedTargetRoot(targets, seedWorkdirRoot ? [workdir.target.targetRoot] : []);
11119
11120
  return targetRoot ? { status: "available", targetRoot } : unavailableOperationTarget();
11120
11121
  }
11121
11122
  function deriveBashTarget(args2, sessionLocation, parentTargetRoot, options, realPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "3.5.6",
3
+ "version": "3.5.8",
4
4
  "description": "Compound-engineering loops for OpenCode, Pi, and Claude Code",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@opencode-ai/plugin": "^1.1.30",
79
- "@earendil-works/pi-coding-agent": "^0.80.6",
79
+ "@earendil-works/pi-coding-agent": "^0.83.0",
80
80
  "typebox": "^1.1.38"
81
81
  },
82
82
  "peerDependenciesMeta": {
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "devDependencies": {
94
94
  "@biomejs/biome": "2.5.6",
95
- "@earendil-works/pi-coding-agent": "0.80.10",
95
+ "@earendil-works/pi-coding-agent": "0.83.0",
96
96
  "@opencode-ai/plugin": "1.18.10",
97
97
  "@opencode-ai/sdk": "1.18.10",
98
98
  "@semantic-release/exec": "7.1.0",
@@ -103,7 +103,7 @@
103
103
  "agent-browser": "0.33.1",
104
104
  "ajv": "8.20.0",
105
105
  "ajv-formats": "3.0.1",
106
- "conventional-changelog-conventionalcommits": "9.3.1",
106
+ "conventional-changelog-conventionalcommits": "10.2.1",
107
107
  "markdownlint-cli": "0.49.1",
108
108
  "rimraf": "6.1.3",
109
109
  "semantic-release": "25.0.8",
@@ -119,7 +119,7 @@
119
119
  "zod": "4.4.3"
120
120
  },
121
121
  "overrides": {
122
- "@earendil-works/pi-ai": "0.80.10",
122
+ "@earendil-works/pi-ai": "0.83.0",
123
123
  "brace-expansion": "^5.0.8"
124
124
  },
125
125
  "publishConfig": {