agentwheel 0.19.1 → 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 (
|
|
10656
|
+
if (options.forceForeignState !== true && options.deferForeignStateCheck !== true) {
|
|
10657
10657
|
await assertNoForeignWorkspaceState({
|
|
10658
10658
|
installRoot: resolvedInstallRoot,
|
|
10659
10659
|
adapter: options.adapter.name,
|
|
@@ -15889,6 +15889,7 @@ async function runExactMcpRetirement(packageName, options) {
|
|
|
15889
15889
|
onlySource: true,
|
|
15890
15890
|
retireExactMcp: true,
|
|
15891
15891
|
expectedFromWorkspaceOwner,
|
|
15892
|
+
deferForeignStateCheck: true,
|
|
15892
15893
|
dryRun: true
|
|
15893
15894
|
}, { mode: "install" });
|
|
15894
15895
|
if (results.length !== 1) {
|
package/openpack.json
CHANGED
package/package.json
CHANGED