{
"schema": "omdsh-workshop-submission/v2",
"operation": "create-project",
"project": {
"id": "dsh-translate",
"displayName": "dsh-translate",
"summary": "Vendor parameter translation and deterministic JSON repair for DeepSeek Harness: the /translate command maps temperature/top_p/max_tokens/stop/system across 11 vendors, and the tools/post-execute repair layer (plus the fix_json tool) fixes ",
"kind": "extension",
"category": "developer-tools",
"tags": [
"json-repair",
"schema-validation",
"parameter-mapping",
"llm-api",
"tooling"
],
"repository": "https://github.com/PerryLink/dsh-translate",
"path": null,
"author": {
"name": "PerryLink",
"url": "https://github.com/PerryLink"
},
"license": "Apache-2.0",
"media": null
},
"release": {
"version": "0.2.4",
"ref": "9509b366ec362138aa2e762c6995e25e12203ee8",
"updatedAt": "2026-09-05T07:08:40.777Z",
"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-translate",
"spec": "0.2.4"
},
"updateFrom": null
},
"management": {
"method": "profile-bundle",
"protocol": "harness-profile",
"label": "dsh-translate",
"instructions": "dsh plugin --profile <name> add dsh-translate # npm channel; or pnpm pack and add the tarball",
"source": null
},
"declarations": {
"permissions": "Registered capabilities: fs:read, session:append, network:none, native-code:none. No writes outside the session/profile; see packageManifest.permissions.",
"testing": "Wave2 release gate green (typecheck/test/build/verify/pack, 2026-09-04); 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": "hot-reload",
"dispose": "supported"
},
"permissions": [
"fs:read",
"session:append",
"network:none",
"native-code:none"
],
"compatibility": {
"dshVersions": [
"0.1.2-rc.1"
]
},
"capability": {
"id": "translate-repair",
"kind": "tool",
"invocation": "fix_json, /translate",
"expected": "translates canonical LLM parameters across vendors (the /translate command) and repairs broken JSON in successful tool results on tools/post-execute plus the fix_json tool, without fabricating data"
},
"evidence": {
"install": null,
"failureIsolation": null,
"hotReload": null,
"remove": null
}
}
}
Author Studio manifest
{ "schema": "omdsh-workshop-submission/v2", "operation": "create-project", "project": { "id": "dsh-translate", "displayName": "dsh-translate", "summary": "Vendor parameter translation and deterministic JSON repair for DeepSeek Harness: the /translate command maps temperature/top_p/max_tokens/stop/system across 11 vendors, and the tools/post-execute repair layer (plus the fix_json tool) fixes ", "kind": "extension", "category": "developer-tools", "tags": [ "json-repair", "schema-validation", "parameter-mapping", "llm-api", "tooling" ], "repository": "https://github.com/PerryLink/dsh-translate", "path": null, "author": { "name": "PerryLink", "url": "https://github.com/PerryLink" }, "license": "Apache-2.0", "media": null }, "release": { "version": "0.2.4", "ref": "9509b366ec362138aa2e762c6995e25e12203ee8", "updatedAt": "2026-09-05T07:08:40.777Z", "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-translate", "spec": "0.2.4" }, "updateFrom": null }, "management": { "method": "profile-bundle", "protocol": "harness-profile", "label": "dsh-translate", "instructions": "dsh plugin --profile <name> add dsh-translate # npm channel; or pnpm pack and add the tarball", "source": null }, "declarations": { "permissions": "Registered capabilities: fs:read, session:append, network:none, native-code:none. No writes outside the session/profile; see packageManifest.permissions.", "testing": "Wave2 release gate green (typecheck/test/build/verify/pack, 2026-09-04); 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": "hot-reload", "dispose": "supported" }, "permissions": [ "fs:read", "session:append", "network:none", "native-code:none" ], "compatibility": { "dshVersions": [ "0.1.2-rc.1" ] }, "capability": { "id": "translate-repair", "kind": "tool", "invocation": "fix_json, /translate", "expected": "translates canonical LLM parameters across vendors (the /translate command) and repairs broken JSON in successful tool results on tools/post-execute plus the fix_json tool, without fabricating data" }, "evidence": { "install": null, "failureIsolation": null, "hotReload": null, "remove": null } } }