Skip to content

[Submission] dsh-session-sync@0.2.6 #160

Description

@PerryLink

Author Studio manifest

{
  "schema": "omdsh-workshop-submission/v2",
  "operation": "create-project",
  "project": {
    "id": "dsh-session-sync",
    "displayName": "dsh-session-sync",
    "summary": "Cross-device sync for DeepSeek Harness sessions: a dedicated git mirror of the session store, append-only three-way merge with keep-both + fork conflict resolution, /sync command, sync_pull/sync_push/sync_status tools, and configurable auto",
    "kind": "extension",
    "category": "developer-tools",
    "tags": [
      "session-sync",
      "session",
      "git",
      "sync",
      "cross-device"
    ],
    "repository": "https://github.com/PerryLink/dsh-session-sync",
    "path": null,
    "author": {
      "name": "PerryLink",
      "url": "https://github.com/PerryLink"
    },
    "license": "Apache-2.0",
    "media": null
  },
  "release": {
    "version": "0.2.6",
    "ref": "c9a0c03de0adb101d90531c6c1be702fc88ed94a",
    "updatedAt": "2026-09-05T07:08:40.300Z",
    "channel": "stable",
    "compatibility": "0.1.2-rc.1",
    "changelog": "Wave2 batch release (2026-09-04) for the published @deepseek-ai/dsh 0.1.2-rc.1 host line; see CHANGELOG.md.",
    "capabilities": {
      "requiresFabric": false,
      "deepHook": false,
      "restartRequired": true
    },
    "profileBundle": {
      "packageName": "dsh-session-sync",
      "spec": "0.2.6"
    },
    "updateFrom": null
  },
  "management": {
    "method": "profile-bundle",
    "protocol": "harness-profile",
    "label": "dsh-session-sync",
    "instructions": "dsh plugin --profile <name> add dsh-session-sync   # npm channel; or pnpm pack and add the tarball",
    "source": null
  },
  "declarations": {
    "permissions": "Registered capabilities: filesystem:read, filesystem:write, session-log:read, network:git-remote, subprocess:git, credentials:none. No writes outside the session/profile; see packageManifest.permissions.",
    "testing": "Wave2 release gate green (typecheck/test/build/verify/pack, 2026-09-04); manifest assertions updated (0.2.5 skipped for red manifest test); profile runtime smoke PASS in the wave2 d2-smoke-v4 matrix (2026-09-04); devDeps/test peers pinned to the published 0.1.2-rc.1 line; install/remove evidence not separately collected (packageManifest.evidence null).",
    "trustedPublisherRequested": false,
    "installScriptsMustRemainDisabled": true
  },
  "packageManifest": {
    "schema": "omdsh-workshop-package/v1",
    "type": "plugin",
    "integration": {
      "protocol": "harness-profile",
      "artifact": "cordis.patch.yml"
    },
    "install": {
      "mode": "transactional",
      "adapter": "profile-bundle",
      "failurePolicy": "generation-rollback",
      "touchesCurrentBeforeActivation": false
    },
    "lifecycle": {
      "activation": "restart-profile",
      "dispose": "supported"
    },
    "permissions": [
      "filesystem:read",
      "filesystem:write",
      "session-log:read",
      "network:git-remote",
      "subprocess:git",
      "credentials:none"
    ],
    "compatibility": {
      "dshVersions": [
        "0.1.2-rc.1"
      ]
    },
    "capability": {
      "id": "session-sync",
      "kind": "command",
      "invocation": "/sync status",
      "expected": "the /sync command is registered on the commands service: status lists the git mirror state, pull/push move session bytes with append-only keep-both conflict resolution, diff shows local-vs-remote changes read-only"
    },
    "evidence": {
      "install": null,
      "failureIsolation": null,
      "hotReload": null,
      "remove": null
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions