AI-493b Dependency Updates - Backend and Root - #14
Merged
Conversation
dbarkowsky
marked this pull request as ready for review
November 27, 2025 19:34
dbarkowsky
requested review from
NoorChasib,
alex-struk,
antsand and
kmandryk
as code owners
November 27, 2025 19:34
Collaborator
Author
|
Seeing as I'll be gone tomorrow and next week, feel free to merge if approved. |
alex-struk
approved these changes
Dec 2, 2025
alex-struk
added a commit
that referenced
this pull request
Jun 23, 2026
… on early failure Review findings #14, #15 (PR 4 — try-in-place): - #14: the activity-output input hash resolves namespaced ctx bindings (doc.* -> documentMetadata.*, segment.* -> currentSegment.*) the same way execution does, so different doc.* inputs no longer collide to a false cache hit. Namespace logic is consolidated into graph-workflow context-utils (applyCtxNamespace / resolveCtxBinding) as the single source of truth. - #15: node-status polling stops on query error, so a run that fails before any node executes no longer polls forever. Note: the related output-snapshot fix (#13) and the bounded run-count cache / fetchHistory fan-out (#16, #17) live with the temporal and workflow-controller commits respectively, since they share files there. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AI-493
Second part of this ticket that updates backend and root dependencies.
Unfortunately linting touched a lot more files.
Changes
Biggest change here was with
prisma. They changed the way you do seeds and how you provide the connection string. In-app, the connection string is provided in the database service. Outside of that, it comes from the prisma config now.Testing
package.json. There should be one warning about a console.log.Checklist
By submitting this pull request, I acknowledge that I have attempted to meet the following: