Commit 5411666
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments