Skip to content

[Submission] dsh-autotier@0.2.1 #167

Description

@PerryLink

Author Studio manifest

\json
{
"schema": "omdsh-workshop-submission/v2",
"operation": "create-project",
"project": {
"id": "dsh-autotier",
"displayName": "dsh-autotier",
"summary": "Automatic strong/cheap model-tier routing for DeepSeek Harness: intent-gated tier landing on the agent/request waterfall, plan-mode handoff (strong plans, cheap implements), deterministic high-risk guards on tools/pre-execute, failure escalation with TTL fallback, a /tier command, and tier status tools",
"kind": "extension",
"category": "model",
"tags": [
"router",
"model-tier",
"cost",
"escalation",
"auto"
],
"repository": "https://github.com/PerryLink/dsh-autotier",
"path": null,
"author": {
"name": "PerryLink",
"url": "https://github.com/PerryLink"
},
"license": "Apache-2.0",
"media": null
},
"release": {
"version": "0.1.0",
"ref": "dbae9d4ade1e17b9fb15d8c7f82291f561dbe0f1",
"updatedAt": "2026-09-09T13:25:05.211Z",
"channel": "stable",
"compatibility": "0.1.2-rc.1",
"changelog": "0.4.1 adds the omdsh-workshop-package/v1 dshWorkshop intake manifest plus author-run install/remove evidence; runtime behavior is unchanged from 0.4.0.",
"capabilities": {
"requiresFabric": false,
"deepHook": false,
"restartRequired": true
},
"profileBundle": {
"packageName": "dsh-auto-review",
"spec": "0.1.0"
},
"updateFrom": null
},
"management": {
"method": "profile-bundle",
"protocol": "harness-profile",
"label": "dsh-auto-review",
"instructions": "dsh plugin --profile add dsh-auto-review # npm channel; or pnpm pack and add the tarball; or git source with the pinned commit",
"source": null
},
"declarations": {
"permissions": "Session-log append (log-only autoReview/* audit events), approval-request answering on the official answerer chain, one read-only reviewer subagent per AI review, /auto-review command registration, tools/post-execute observation. No writes outside the session/profile; no network beyond the reviewer subagent inheriting the session LLM route.",
"testing": "135 vitest tests green (node + jsdom); CI green on Node 22/24 (typecheck/test/build/self-contained/pack/smoke-install); real headless profile boot with the plugin row mounted completed a real model turn (exit 0); removal boot without the row also completed a real turn (exit 0); author evidence files under docs/omdsh-evidence/.",
"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": [
"network:outbound",
"session:append"
],
"compatibility": {
"dshVersions": [
"0.1.2-rc.1"
]
},
"capability": {
"id": "autotier",
"kind": "command",
"invocation": "/tier, agent/request, tools/pre-execute",
"expected": "routes each turn to a strong or cheap model tier, blocks high-risk tool calls while the cheap tier is executing, and escalates to the strong tier after repeated failures"
},
"evidence": {
"install": null,
"failureIsolation": null,
"hotReload": null,
"remove": null
}
}
}
\n

{
  "schema": "omdsh-workshop-submission/v2",
  "operation": "create-project",
  "project": {
    "id": "dsh-autotier",
    "displayName": "dsh-autotier",
    "summary": "Automatic strong/cheap model-tier routing for DeepSeek Harness: intent-gated tier landing on the agent/request waterfall, plan-mode handoff (strong plans, cheap implements), deterministic high-risk guards on tools/pre-execute, failure escalation with TTL fallback, a /tier command, and tier status tools",
    "kind": "extension",
    "category": "developer-tools",
    "tags": [
      "dsh",
      "dsh-plugin",
      "deepseek-harness",
      "deepseek",
      "cordis",
      "router",
      "model-tier",
      "cost"
    ],
    "repository": "https://github.com/PerryLink/dsh-autotier",
    "path": null,
    "author": {
      "name": "PerryLink",
      "url": "https://github.com/PerryLink"
    },
    "license": "Apache-2.0",
    "media": null
  },
  "release": {
    "version": "0.2.1",
    "ref": "1abfb144b828ab4f286ead67b290c0cb70cd571d",
    "updatedAt": "2026-09-10T12:06:43.542Z",
    "channel": "stable",
    "compatibility": "0.1.2-rc.1",
    "changelog": "dsh-autotier@0.2.1 — see CHANGELOG.md for the full history.",
    "capabilities": {
      "requiresFabric": false,
      "deepHook": false,
      "restartRequired": true
    },
    "profileBundle": {
      "packageName": "dsh-autotier",
      "spec": "0.2.1"
    },
    "updateFrom": null
  },
  "management": {
    "method": "profile-bundle",
    "protocol": "harness-profile",
    "label": "dsh-autotier",
    "instructions": "dsh plugin --profile <name> add dsh-autotier",
    "source": null
  },
  "declarations": {
    "permissions": "Declared in package.json#dshWorkshop.permissions: network:outbound, session:append.",
    "testing": "See the repository CI: typecheck / test / build / verify / pack gates run on every push, plus host-compat peer-range checking.",
    "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": [
      "network:outbound",
      "session:append"
    ],
    "compatibility": {
      "dshVersions": [
        "0.1.2-rc.1",
        "0.1.5-rc.1"
      ]
    },
    "capability": {
      "id": "autotier",
      "kind": "command",
      "invocation": "/tier, agent/request, tools/pre-execute",
      "expected": "routes each turn to a strong or cheap model tier, blocks high-risk tool calls while the cheap tier is executing, and escalates to the strong tier after repeated failures"
    },
    "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