@agentxm/workspace-sync 0.28.5 → 0.28.7-preview.1788522540.63ba4b89a
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/src/materialize.js +1 -3
- package/package.json +6 -6
package/dist/src/materialize.js
CHANGED
|
@@ -409,9 +409,7 @@ export const collectMaterializeSteps = (args) => Effect.gen(function* () {
|
|
|
409
409
|
serverName: name,
|
|
410
410
|
entry,
|
|
411
411
|
}).pipe(Effect.provideService(FileSystem.FileSystem, fs), Effect.provideService(Path.Path, path));
|
|
412
|
-
const current = inspections.every((inspection) => inspection.status === "match" ||
|
|
413
|
-
inspection.status === "unsupported" ||
|
|
414
|
-
inspection.status === "not-applicable");
|
|
412
|
+
const current = inspections.every((inspection) => inspection.status === "match" || inspection.status === "unsupported");
|
|
415
413
|
if (current)
|
|
416
414
|
return Option.none();
|
|
417
415
|
const conflicts = inspections.filter((inspection) => inspection.status === "unmanaged");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentxm/workspace-sync",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.7-preview.1788522540.63ba4b89a",
|
|
4
4
|
"description": "AXM workspace-sync feature: desired-state reconciliation planning, projection realization, and reconciliation outcomes for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "FSL-1.1-MIT",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"effect": "4.0.0-rc.112",
|
|
40
40
|
"semver": "^7.8.5",
|
|
41
|
-
"@agentxm/
|
|
42
|
-
"@agentxm/
|
|
43
|
-
"@agentxm/registry-protocol": "^0.28.
|
|
44
|
-
"@agentxm/workspace-state": "^0.28.
|
|
45
|
-
"@agentxm/extension-workspace": "^0.28.
|
|
41
|
+
"@agentxm/extension-model": "^0.28.7-preview.1788522540.63ba4b89a",
|
|
42
|
+
"@agentxm/workspace-operations": "^0.28.7-preview.1788522540.63ba4b89a",
|
|
43
|
+
"@agentxm/registry-protocol": "^0.28.7-preview.1788522540.63ba4b89a",
|
|
44
|
+
"@agentxm/workspace-state": "^0.28.7-preview.1788522540.63ba4b89a",
|
|
45
|
+
"@agentxm/extension-workspace": "^0.28.7-preview.1788522540.63ba4b89a"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@effect/platform-node": "4.0.0-rc.112",
|