Skip to content

Commit 5411666

Browse files
khaliqgantclaude
andcommitted
chore(sdk): bump agent-trajectories to ^0.5.4
The unification in 95eafc4 relied on looser types from agent-trajectories (role as open string, expanded TrajectoryEventType, relaxed id regex). Those types only existed locally on fix/reconcile-stale-index when the worker implemented the PR, so CI (which installs from npm) hit 5 TS errors against the published 0.5.3. agent-trajectories@0.5.4 is now published with those looser types (AgentWorkforce/trajectories#22). Bumping: - packages/sdk/package.json: ^0.5.3 -> ^0.5.4 - root package.json (devDependencies): ^0.4.1 -> ^0.5.4 - package-lock.json regenerated via `npm install --package-lock-only` Verified locally: - `npm run build` in packages/sdk: clean tsc -p tsconfig.build.json - `npx vitest run src/__tests__/workflow-trajectory.test.ts`: 31 passed This should turn CI green on PR #732. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95eafc4 commit 5411666

3 files changed

Lines changed: 44 additions & 48 deletions

File tree

package-lock.json

Lines changed: 42 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"@typescript-eslint/eslint-plugin": "^8.18.2",
248248
"@typescript-eslint/parser": "^8.18.2",
249249
"@vitest/coverage-v8": "^3.2.4",
250-
"agent-trajectories": "^0.4.1",
250+
"agent-trajectories": "^0.5.4",
251251
"concurrently": "^9.2.1",
252252
"eslint": "^8.57.1",
253253
"husky": "^9.1.7",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@relaycast/sdk": "^1.1.0",
119119
"@relayfile/sdk": "^0.1.2",
120120
"@sinclair/typebox": "^0.34.48",
121-
"agent-trajectories": "^0.5.3",
121+
"agent-trajectories": "^0.5.4",
122122
"chalk": "^4.1.2",
123123
"ignore": "^7.0.5",
124124
"listr2": "^10.2.1",

0 commit comments

Comments
 (0)