Open
Conversation
…share-tool # Conflicts: # packages/adapter-openclaw/src/dkg-client.ts # packages/adapter-openclaw/test/plugin.test.ts # packages/cli/skills/dkg-node/SKILL.md
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
codex/openclaw-dkg-share-toolwith latestmain(200d987b) and resolved with main logic prevailing.mainalready contains the OpenClawdkg_shareimplementation, shared DKG skill docs, and plugin regression suite from the newer mainline implementation.DkgDaemonClient.share()forwards an explicitsubGraphNamethrough toPOST /api/shared-memory/writealongside explicit team-visiblelocalOnly: false.Related
feat/hermes-setup-parity)Hermes parity notes
dkg_shareas the direct Shared Working Memory convenience helper with the portable schema: requiredcontentandcontext_graph_id, optionalsub_graph_name.POST /api/shared-memory/write; the lower-level client supportssubGraphNameforwarding, which this PR pins explicitly.dkg_assertion_create->dkg_assertion_write->dkg_assertion_promote;dkg_shareremains a direct SWM convenience helper, not a replacement for assertions.Files changed
packages/adapter-openclaw/test/dkg-client.test.tsshare('research-x', quads, { localOnly: false, subGraphName: 'protocols' })posts{ contextGraphId, quads, localOnly: false, subGraphName: 'protocols' }to/api/shared-memory/write.Tool schema and route/body mapping
dkg_share(implemented on currentmain)content,context_graph_idsub_graph_namePOST /api/shared-memory/write{ contextGraphId, quads, localOnly, subGraphName? }Test plan
pnpm --filter @origintrail-official/dkg-core run build- passed after the latest main sync.pnpm --filter @origintrail-official/dkg-adapter-openclaw test -- test/plugin.test.ts test/dkg-client.test.ts- passed, 240 tests.pnpm --filter @origintrail-official/dkg-adapter-openclaw run build- passed.git diff --check- passed.git diff upstream/main...HEADshows onlypackages/adapter-openclaw/test/dkg-client.test.ts; no ignored/local-only files are staged.Known risks or follow-ups
mainabsorbed the broaderdkg_shareimplementation. Reviewers should evaluate this as a supplemental regression test rather than the original full implementation diff.b9d64ce9). Immediate post-push state had CodeQL, Codex Review, Knip, Detect changes, and Build packages queued/in progress.