Skip to content

Commit f44fb2e

Browse files
committed
refactor(managed-agent): use SDK project service subpaths
Replace standalone project packages with @openagentpack/sdk 0.7.0 and update project/version imports. The pnpm lockfile remains pending until SDK 0.7.0 is published to npm; this integration has been validated against the local SDK build.
1 parent c6b9931 commit f44fb2e

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/commands/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"check": "vp check"
4141
},
4242
"dependencies": {
43-
"@openagentpack/project-workspace": "0.4.0",
44-
"@openagentpack/sdk": "0.5.0",
43+
"@openagentpack/sdk": "0.7.0",
4544
"bailian-cli-core": "workspace:*",
4645
"bailian-cli-runtime": "workspace:*",
4746
"boxen": "catalog:",

packages/commands/src/commands/managed-agent/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
previewProjectBuild,
1616
type ProjectBuildResolver,
1717
validateDirectoryProject,
18-
} from "@openagentpack/project-workspace";
18+
} from "@openagentpack/sdk/project-workspace";
1919
import { CREDENTIALS_NOTE, resolveAgentProjectConfig } from "./_engine/config-loader.ts";
2020
import { withStdoutProtected } from "./_engine/console-capture.ts";
2121
import { withAgentErrors } from "./_engine/errors.ts";

packages/commands/tests/managed-agent-local-versions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
prepareProjectVersion,
1111
previewProjectVersion,
1212
restoreProjectVersion,
13-
} from "@openagentpack/project-versions";
13+
} from "@openagentpack/sdk/project-versions";
1414
import { afterEach, describe, expect, test } from "vite-plus/test";
1515
import { playgroundBrowserTargetFromSummary } from "../src/commands/managed-agent/_engine/playground-launcher.ts";
1616

0 commit comments

Comments
 (0)