chore(release): bump to 10.0.2#1402
Merged
Merged
Conversation
Version-only bump across the root umbrella and all 19 packages (20 files), mirroring the 10.0.1 release-bump pattern (dkg-okf aligned from rc.16 → 10.0.2 for its first stable publish). Baseline for the 10.0.2 release. Adds the 10.0.2 CHANGELOG entry (highlight: Google OKF support). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
otReviewAgent
left a comment
There was a problem hiding this comment.
Review Agent completed this review and found no issues.
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.
Version bump
10.0.1 → 10.0.2(root umbrella + all 19 packages;dkg-okfaligned rc.16 → 10.0.2 for its first stable publish) + the 10.0.2 CHANGELOG entry. Baseline for taggingv10.0.2.🌟 Highlight — Google Open Knowledge Format (OKF) support (#1388)
The DKG can now turn a portable Google Open Knowledge Format bundle — Markdown + YAML frontmatter + untyped cross-links — into owned, cryptographically-provenanced RDF Knowledge Assets, and serialise a Context Graph cleanly back out to a conformant bundle.
OKF standardises how knowledge is written and exchanged, but ships no verification, provenance or ownership layer. The new
@origintrail-official/dkg-okfpackage is the bridge that adds all three — deterministic and offline (no LLM, no network): the same bundle always yields identical triples and IRIs.Also in 10.0.2 (fixes & improvements)
registerAgentsin one tx (feat(evm): bulk registerAgents — add many PCA agents in one tx #1387), agents preserved on PCA transfer (feat(evm): preserve PCA agent allow-list across NFT transfer (OT-RFC-51) #1384), and a Node UI Admin page for operational wallets / PCAs / agent keys via wallet-connect (feat(node-ui): Admin page — operational wallets, PCAs, agent keys + wallet-connect #1370).Full detail per PR in CHANGELOG.md.
Release-only change (versions + CHANGELOG). No runtime code changes in this PR.