Conversation
secret.agent.coop mints message ids in the Hellō identifier format. Until this ships it computes msg_ ids with the package's alphabet and checksum; validate() will accept them once the type is here. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013Nu2QEvzXpA3oepQ7EhtK8
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.
Adds
msgtoidentifierTypesso@hellocoop/identifiercan mint and validate message identifiers for secret.agent.coop (msg_<24>_<3>), and bumps the package to 1.7.0.Until this is published, secret.agent.coop computes
msg_ids with the package's exportedHELLO_ALPHABETandchecksum, so the ids are identical to whatgenerators.msg()will produce; onlyvalidate()rejects them today.Noticed while wiring it up: with TypeScript
moduleResolution: "bundler"the package'sexportsmap does not resolvedist/identifier.d.ts(TS7016), so the consumer carries a localdeclare moduleshim. Nestingtypesunder each condition ("import": { "types": …, "default": … }) would fix that; left out of this PR.🤖 Generated with Claude Code
https://claude.ai/code/session_013Nu2QEvzXpA3oepQ7EhtK8