deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
pnpm monorepo for DeepSeek Harness plugins.
| Package | Description |
|---|---|
@eya46/dsh-plugin-info |
Settings page for profile-added plugins, updates, and version notes |
From npm (published package):
dsh plugin --profile web add @eya46/dsh-plugin-info
From this monorepo (local development):
pnpm install
dsh plugin --profile web add "file:./packages/dsh-plugin-info"
pnpm install
pnpm -r --filter "./packages/**" test # run tests for every package
pnpm -r --filter "./packages/**" typecheck # typecheck every package
pnpm -r --filter "./packages/**" build # build every package
This monorepo uses changesets to drive versioning, npm publishing, and GitHub releases.
Ship a change. Open a PR that touches packages/*, and include a .changeset/<name>.md describing the user-facing change and the semver bump for each affected package:
---
"@eya46/dsh-plugin-info": patch
---
Brief, user-facing summary of what changed.
Merge the PR. The Release GitHub Action opens (or updates) a chore: release packages PR that bumps affected package.json versions and writes per-package CHANGELOG.md entries.
Merge the release PR. The same Action publishes the new versions to npm, creates the git tag, and opens a GitHub release with auto-generated notes for each package.
Required GitHub repository secret: NPM_TOKEN — an npm Granular Access Token with the "Automation" type, scoped to the packages this org publishes. Trusted publishing (OIDC) is planned.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。