What changed, and why?
-
packages/contracts -
packages/sdk -
packages/adapter-langchain -
apps/collector -
apps/web -
apps/demo
If the change touches multiple packages, list them here and note any dependency order.
- Not applicable
- Included below
If the UI changed, include screenshots or a short recording.
List the commands you ran and the outcome.
npm run buildnpm test
- I checked whether this change affects replay behavior.
- I verified the change remains deterministic for the same input.
- I added or updated tests for any replay-sensitive path.
- No schema changes
- Schema changes are backward compatible
- Schema changes require coordination
Describe any contract, payload, or storage changes here.
If this change needs follow-up work, document the upgrade or rollout path.
- This change is not breaking
- This change includes a breaking change
If breaking, describe the migration path and any follow-up work.
- The change is focused and ready for review.
- I updated tests or explained why no test update was needed.
- I reviewed the diff for accidental schema or replay regressions.
