fix: make updatedAt optional across all entity schemas - #15
Merged
Conversation
Assembly API can return undefined for updatedAt on all entities. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The upstream SDK throws a cryptic "Unable to authorize" when no token is provided outside local/staging. Guard with AssemblyNoTokenError and a message explaining to set ASSEMBLY_ENV=local for token-less dev. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix import from "src/client/client" to "src/client" after file rename - Set ASSEMBLY_ENV=local so tests pass the no-token guard Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows using bumpp (pnpm run release) to bump version, commit, tag, and push — which triggers the release workflow automatically without needing to create a GitHub Release manually. Co-Authored-By: Claude Opus 4.6 (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
updatedAtoptional (updatedAt?: string+z.iso.datetime().optional()) across all 20 entity schemasundefinedforupdatedAton all entitiesTest plan
vp checkpasses (lint + format + type check)🤖 Generated with Claude Code