agentwheel 0.19.2 → 0.19.3

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
@@ -10653,7 +10653,7 @@ async function createGraphSourcePlan(options) {
10653
10653
  replaceConflict: options.replaceConflict,
10654
10654
  warn
10655
10655
  });
10656
- if ((options.forceForeignState !== true || options.fleetId) && options.deferForeignStateCheck !== true) {
10656
+ if (options.forceForeignState !== true && options.deferForeignStateCheck !== true) {
10657
10657
  await assertNoForeignWorkspaceState({
10658
10658
  installRoot: resolvedInstallRoot,
10659
10659
  adapter: options.adapter.name,
package/openpack.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "name": "NestDevLab/agentwheel",
4
- "version": "0.19.2",
4
+ "version": "0.19.3",
5
5
  "provides": [
6
6
  { "type": "skills", "path": "skills" }
7
7
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentwheel",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "Weave skills, rules, and instructions across every AI agent.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -5,7 +5,7 @@ allowed-tools: [Bash]
5
5
  license: MIT
6
6
  metadata:
7
7
  author: NestDevLab
8
- version: "0.19.2"
8
+ version: "0.19.3"
9
9
  ---
10
10
 
11
11
  # agentwheel
@@ -5,7 +5,7 @@ allowed-tools: [Bash]
5
5
  license: MIT
6
6
  metadata:
7
7
  author: NestDevLab
8
- version: "0.19.2"
8
+ version: "0.19.3"
9
9
  ---
10
10
 
11
11
  # Agentwheel Discovery