dsh-plugin-guide 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE.md +26 -0
- package/README.es.md +139 -0
- package/README.hi.md +138 -0
- package/README.md +165 -0
- package/README.pt.md +139 -0
- package/README.zh-CN.md +164 -0
- package/SKILL.md +69 -0
- package/cordis.patch.yml +4 -0
- package/guide/links.md +92 -0
- package/guide/plugin-dev-guide.md +429 -0
- package/guide/quick-reference.es.md +176 -0
- package/guide/quick-reference.hi.md +176 -0
- package/guide/quick-reference.md +176 -0
- package/guide/quick-reference.pt.md +176 -0
- package/guide/quick-reference.zh-CN.md +175 -0
- package/index.js +58 -0
- package/package.json +83 -0
- package/references/community-ecosystem.md +201 -0
- package/references/community-repo-deep-dive.md +695 -0
- package/references/cordis-paper-and-community.md +326 -0
- package/references/harness-repo.md +654 -0
- package/references/official-docs/AGENTS.md +149 -0
- package/references/official-docs/BENCHMARK.md +3 -0
- package/references/official-docs/CLAUDE.md +1 -0
- package/references/official-docs/CONTRIBUTING.i18n.yaml +6 -0
- package/references/official-docs/CONTRIBUTING.md +23 -0
- package/references/official-docs/CONTRIBUTING.zh.md +23 -0
- package/references/official-docs/LICENSE +21 -0
- package/references/official-docs/README.i18n.yaml +6 -0
- package/references/official-docs/README.md +35 -0
- package/references/official-docs/README.zh.md +74 -0
- package/references/official-docs/SNAPSHOT.md +16 -0
- package/references/official-docs/THIRD_PARTY_NOTICES.md +192 -0
- package/references/official-docs/docs/AGENTS.md +75 -0
- package/references/official-docs/docs/agent-lifecycle.i18n.yaml +6 -0
- package/references/official-docs/docs/agent-lifecycle.md +82 -0
- package/references/official-docs/docs/agent-lifecycle.zh.md +84 -0
- package/references/official-docs/docs/api-gateway.i18n.yaml +6 -0
- package/references/official-docs/docs/api-gateway.md +164 -0
- package/references/official-docs/docs/api-gateway.zh.md +164 -0
- package/references/official-docs/docs/architecture.i18n.yaml +6 -0
- package/references/official-docs/docs/architecture.md +129 -0
- package/references/official-docs/docs/architecture.zh.md +133 -0
- package/references/official-docs/docs/capability-seams.i18n.yaml +6 -0
- package/references/official-docs/docs/capability-seams.md +471 -0
- package/references/official-docs/docs/capability-seams.zh.md +473 -0
- package/references/official-docs/docs/config-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/config-catalog.md +3151 -0
- package/references/official-docs/docs/config-catalog.zh.md +3152 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.md +233 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.zh.md +233 -0
- package/references/official-docs/docs/cookbook/adding-a-package.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-package.md +118 -0
- package/references/official-docs/docs/cookbook/adding-a-package.zh.md +118 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.md +94 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +96 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +59 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +59 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.md +43 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +43 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.md +129 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +131 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.md +64 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.zh.md +64 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +32 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +32 -0
- package/references/official-docs/docs/cordis-api/context.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/context.md +364 -0
- package/references/official-docs/docs/cordis-api/context.zh.md +366 -0
- package/references/official-docs/docs/cordis-api/events.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/events.md +207 -0
- package/references/official-docs/docs/cordis-api/events.zh.md +209 -0
- package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/fiber.md +375 -0
- package/references/official-docs/docs/cordis-api/fiber.zh.md +377 -0
- package/references/official-docs/docs/cordis-api/inherited.md +39 -0
- package/references/official-docs/docs/cordis-api/registry.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/registry.md +152 -0
- package/references/official-docs/docs/cordis-api/registry.zh.md +154 -0
- package/references/official-docs/docs/cordis-api/service.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/service.md +102 -0
- package/references/official-docs/docs/cordis-api/service.zh.md +104 -0
- package/references/official-docs/docs/cordis-primer.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-primer.md +44 -0
- package/references/official-docs/docs/cordis-primer.zh.md +50 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.md +95 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.zh.md +95 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.zh.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.zh.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.md +144 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.zh.md +144 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.md +84 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.zh.md +84 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +113 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +113 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.md +107 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.zh.md +107 -0
- package/references/official-docs/docs/cordis-tutorial/index.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/index.md +60 -0
- package/references/official-docs/docs/cordis-tutorial/index.zh.md +62 -0
- package/references/official-docs/docs/defensive-patterns.i18n.yaml +6 -0
- package/references/official-docs/docs/defensive-patterns.md +33 -0
- package/references/official-docs/docs/defensive-patterns.zh.md +33 -0
- package/references/official-docs/docs/development.i18n.yaml +6 -0
- package/references/official-docs/docs/development.md +171 -0
- package/references/official-docs/docs/development.zh.md +171 -0
- package/references/official-docs/docs/event-producer-consumer.i18n.yaml +6 -0
- package/references/official-docs/docs/event-producer-consumer.md +76 -0
- package/references/official-docs/docs/event-producer-consumer.zh.md +78 -0
- package/references/official-docs/docs/glossary.i18n.yaml +6 -0
- package/references/official-docs/docs/glossary.md +45 -0
- package/references/official-docs/docs/glossary.zh.md +45 -0
- package/references/official-docs/docs/graph-atlas.i18n.yaml +6 -0
- package/references/official-docs/docs/graph-atlas.md +24 -0
- package/references/official-docs/docs/graph-atlas.zh.md +26 -0
- package/references/official-docs/docs/i18n/README.i18n.yaml +6 -0
- package/references/official-docs/docs/i18n/README.md +60 -0
- package/references/official-docs/docs/i18n/README.zh.md +60 -0
- package/references/official-docs/docs/i18n/style-samples.md +87 -0
- package/references/official-docs/docs/i18n/terminology.md +214 -0
- package/references/official-docs/docs/i18n/translation-prompt.md +263 -0
- package/references/official-docs/docs/i18n/translation-rules.i18n.yaml +6 -0
- package/references/official-docs/docs/i18n/translation-rules.md +69 -0
- package/references/official-docs/docs/i18n/translation-rules.zh.md +69 -0
- package/references/official-docs/docs/module-graph.i18n.yaml +6 -0
- package/references/official-docs/docs/module-graph.md +1638 -0
- package/references/official-docs/docs/module-graph.zh.md +1640 -0
- package/references/official-docs/docs/persistence-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-catalog.md +944 -0
- package/references/official-docs/docs/persistence-catalog.zh.md +946 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.md +113 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.zh.md +113 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.md +47 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.zh.md +47 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.md +53 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.zh.md +53 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.md +55 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.zh.md +55 -0
- package/references/official-docs/docs/postmortem/README.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/README.md +18 -0
- package/references/official-docs/docs/postmortem/README.zh.md +18 -0
- package/references/official-docs/docs/rescope.i18n.yaml +6 -0
- package/references/official-docs/docs/rescope.md +53 -0
- package/references/official-docs/docs/rescope.zh.md +53 -0
- package/references/official-docs/docs/subsystems/README.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/README.md +55 -0
- package/references/official-docs/docs/subsystems/README.zh.md +55 -0
- package/references/official-docs/docs/subsystems/approval.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/approval.md +170 -0
- package/references/official-docs/docs/subsystems/approval.zh.md +170 -0
- package/references/official-docs/docs/subsystems/attachment.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/attachment.md +115 -0
- package/references/official-docs/docs/subsystems/attachment.zh.md +115 -0
- package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/client-modules.md +118 -0
- package/references/official-docs/docs/subsystems/client-modules.zh.md +118 -0
- package/references/official-docs/docs/subsystems/code-runtime.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/code-runtime.md +191 -0
- package/references/official-docs/docs/subsystems/code-runtime.zh.md +191 -0
- package/references/official-docs/docs/subsystems/commands.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/commands.md +187 -0
- package/references/official-docs/docs/subsystems/commands.zh.md +187 -0
- package/references/official-docs/docs/subsystems/compaction.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/compaction.md +238 -0
- package/references/official-docs/docs/subsystems/compaction.zh.md +238 -0
- package/references/official-docs/docs/subsystems/core.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/core.md +1070 -0
- package/references/official-docs/docs/subsystems/core.zh.md +1078 -0
- package/references/official-docs/docs/subsystems/credentials.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/credentials.md +133 -0
- package/references/official-docs/docs/subsystems/credentials.zh.md +133 -0
- package/references/official-docs/docs/subsystems/extensions.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/extensions.md +364 -0
- package/references/official-docs/docs/subsystems/extensions.zh.md +364 -0
- package/references/official-docs/docs/subsystems/feedback.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/feedback.md +266 -0
- package/references/official-docs/docs/subsystems/feedback.zh.md +266 -0
- package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/filesystem.md +495 -0
- package/references/official-docs/docs/subsystems/filesystem.zh.md +495 -0
- package/references/official-docs/docs/subsystems/goal.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/goal.md +277 -0
- package/references/official-docs/docs/subsystems/goal.zh.md +277 -0
- package/references/official-docs/docs/subsystems/invariants.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/invariants.md +88 -0
- package/references/official-docs/docs/subsystems/invariants.zh.md +88 -0
- package/references/official-docs/docs/subsystems/jobs.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/jobs.md +290 -0
- package/references/official-docs/docs/subsystems/jobs.zh.md +290 -0
- package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/llm-streaming.md +888 -0
- package/references/official-docs/docs/subsystems/llm-streaming.zh.md +894 -0
- package/references/official-docs/docs/subsystems/lsp.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/lsp.md +202 -0
- package/references/official-docs/docs/subsystems/lsp.zh.md +202 -0
- package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/permission-presets.md +131 -0
- package/references/official-docs/docs/subsystems/permission-presets.zh.md +131 -0
- package/references/official-docs/docs/subsystems/persistence.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/persistence.md +385 -0
- package/references/official-docs/docs/subsystems/persistence.zh.md +385 -0
- package/references/official-docs/docs/subsystems/plan.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/plan.md +87 -0
- package/references/official-docs/docs/subsystems/plan.zh.md +87 -0
- package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/sandbox.md +218 -0
- package/references/official-docs/docs/subsystems/sandbox.zh.md +218 -0
- package/references/official-docs/docs/subsystems/schedule.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/schedule.md +186 -0
- package/references/official-docs/docs/subsystems/schedule.zh.md +186 -0
- package/references/official-docs/docs/subsystems/scope.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/scope.md +59 -0
- package/references/official-docs/docs/subsystems/scope.zh.md +59 -0
- package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-projection.md +262 -0
- package/references/official-docs/docs/subsystems/session-projection.zh.md +262 -0
- package/references/official-docs/docs/subsystems/session-query.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-query.md +495 -0
- package/references/official-docs/docs/subsystems/session-query.zh.md +495 -0
- package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-reference.md +108 -0
- package/references/official-docs/docs/subsystems/session-reference.zh.md +108 -0
- package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-telemetry.md +194 -0
- package/references/official-docs/docs/subsystems/session-telemetry.zh.md +194 -0
- package/references/official-docs/docs/subsystems/session-title.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-title.md +204 -0
- package/references/official-docs/docs/subsystems/session-title.zh.md +204 -0
- package/references/official-docs/docs/subsystems/session.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session.md +849 -0
- package/references/official-docs/docs/subsystems/session.zh.md +851 -0
- package/references/official-docs/docs/subsystems/settings.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/settings.md +310 -0
- package/references/official-docs/docs/subsystems/settings.zh.md +310 -0
- package/references/official-docs/docs/subsystems/shell.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/shell.md +303 -0
- package/references/official-docs/docs/subsystems/shell.zh.md +303 -0
- package/references/official-docs/docs/subsystems/skills.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/skills.md +331 -0
- package/references/official-docs/docs/subsystems/skills.zh.md +331 -0
- package/references/official-docs/docs/subsystems/spill.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/spill.md +117 -0
- package/references/official-docs/docs/subsystems/spill.zh.md +117 -0
- package/references/official-docs/docs/subsystems/storage.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/storage.md +229 -0
- package/references/official-docs/docs/subsystems/storage.zh.md +229 -0
- package/references/official-docs/docs/subsystems/subagent.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/subagent.md +734 -0
- package/references/official-docs/docs/subsystems/subagent.zh.md +736 -0
- package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/subprocess.md +324 -0
- package/references/official-docs/docs/subsystems/subprocess.zh.md +324 -0
- package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/system-prompt.md +207 -0
- package/references/official-docs/docs/subsystems/system-prompt.zh.md +207 -0
- package/references/official-docs/docs/subsystems/terminal.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/terminal.md +184 -0
- package/references/official-docs/docs/subsystems/terminal.zh.md +184 -0
- package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/token-meter.md +90 -0
- package/references/official-docs/docs/subsystems/token-meter.zh.md +90 -0
- package/references/official-docs/docs/subsystems/tools.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/tools.md +720 -0
- package/references/official-docs/docs/subsystems/tools.zh.md +720 -0
- package/references/official-docs/docs/subsystems/typert.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/typert.md +336 -0
- package/references/official-docs/docs/subsystems/typert.zh.md +336 -0
- package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/user-questions.md +178 -0
- package/references/official-docs/docs/subsystems/user-questions.zh.md +178 -0
- package/references/official-docs/docs/subsystems/web-server.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/web-server.md +108 -0
- package/references/official-docs/docs/subsystems/web-server.zh.md +108 -0
- package/references/official-docs/docs/subsystems/web.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/web.md +199 -0
- package/references/official-docs/docs/subsystems/web.zh.md +199 -0
- package/references/official-docs/docs/subsystems/workflow.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/workflow.md +278 -0
- package/references/official-docs/docs/subsystems/workflow.zh.md +278 -0
- package/references/official-docs/docs/subsystems/workspace.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/workspace.md +228 -0
- package/references/official-docs/docs/subsystems/workspace.zh.md +228 -0
- package/references/official-docs/docs/testing.i18n.yaml +6 -0
- package/references/official-docs/docs/testing.md +49 -0
- package/references/official-docs/docs/testing.zh.md +49 -0
- package/references/official-docs/docs/tool-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/tool-catalog.md +1873 -0
- package/references/official-docs/docs/tool-catalog.zh.md +1878 -0
- package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +6 -0
- package/references/official-docs/docs/tool-execution-pipeline.md +62 -0
- package/references/official-docs/docs/tool-execution-pipeline.zh.md +64 -0
- package/references/official-docs/docs/user/develop/basic/config.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/config.md +106 -0
- package/references/official-docs/docs/user/develop/basic/config.zh.md +106 -0
- package/references/official-docs/docs/user/develop/basic/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/index.md +144 -0
- package/references/official-docs/docs/user/develop/basic/index.zh.md +144 -0
- package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/publish.md +183 -0
- package/references/official-docs/docs/user/develop/basic/publish.zh.md +183 -0
- package/references/official-docs/docs/user/develop/basic/tool.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/tool.md +52 -0
- package/references/official-docs/docs/user/develop/basic/tool.zh.md +52 -0
- package/references/official-docs/docs/user/develop/framework/events.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/events.md +143 -0
- package/references/official-docs/docs/user/develop/framework/events.zh.md +143 -0
- package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/index.md +137 -0
- package/references/official-docs/docs/user/develop/framework/index.zh.md +137 -0
- package/references/official-docs/docs/user/develop/framework/service.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/service.md +148 -0
- package/references/official-docs/docs/user/develop/framework/service.zh.md +150 -0
- package/references/official-docs/docs/user/develop/practice/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/practice/index.md +155 -0
- package/references/official-docs/docs/user/develop/practice/index.zh.md +155 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.md +188 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.zh.md +188 -0
- package/references/official-docs/docs/user/guide/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/index.md +30 -0
- package/references/official-docs/docs/user/guide/index.zh.md +30 -0
- package/references/official-docs/docs/user/guide/providers-custom-form.png +0 -0
- package/references/official-docs/docs/user/guide/providers-custom-form.zh.png +0 -0
- package/references/official-docs/docs/user/guide/providers-models-page.png +0 -0
- package/references/official-docs/docs/user/guide/providers-models-page.zh.png +0 -0
- package/references/official-docs/docs/user/guide/providers.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/providers.md +98 -0
- package/references/official-docs/docs/user/guide/providers.zh.md +98 -0
- package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/python-sdk.md +104 -0
- package/references/official-docs/docs/user/guide/python-sdk.zh.md +104 -0
- package/references/official-docs/docs/user/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/index.md +11 -0
- package/references/official-docs/docs/user/index.zh.md +11 -0
- package/references/official-docs/docs/web-styling.i18n.yaml +6 -0
- package/references/official-docs/docs/web-styling.md +25 -0
- package/references/official-docs/docs/web-styling.zh.md +25 -0
- package/references/official-docs/examples/AGENTS.md +20 -0
- package/references/official-docs/packages/AGENTS.md +27 -0
- package/references/official-docs/packages/README.md +69 -0
- package/references/official-docs/vendor/README.md +60 -0
- package/references/official-docs/website-docs.ts +524 -0
- package/references/sources.md +137 -0
- package/references/upstream-cordis.md +594 -0
- package/references/website-pages.md +668 -0
- package/scripts/archive-discussions.ps1 +154 -0
- package/scripts/download-community-articles.ps1 +188 -0
- package/scripts/download-community-repos.ps1 +232 -0
- package/scripts/download-sources.ps1 +195 -0
- package/scripts/gen-topic-snapshot.ps1 +91 -0
- package/scripts/install-skill.ps1 +63 -0
- package/scripts/sync-official-docs.ps1 +130 -0
- package/scripts/verify-kit.ps1 +191 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/NOTICE.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# NOTICE тАФ чммф╕ЙцЦ╣хЖЕхо╣х╜Тх▒Юф╕Ошо╕хПпшп┤цШО
|
|
2
|
+
|
|
3
|
+
цЬмф╗Ух║Уя╝Иdsh-plugin-guideя╝ЙцШпхп╣ DeepSeek Harness цПТф╗╢х╝АхПСш╡ДцЦЩчЪДчаФчй╢х╜ТцбгуАВ**цЬмф╗Ух║УшЗкцЬЙцЦЗцЬм**я╝И`SKILL.md`уАБ`guide/`уАБ`references/` ф╕ЛчЪДш░ГчаФцКехСКф╕Оц▒ЗцА╗уАБ`scripts/`уАБ`README.md`я╝Йф╗е **Apache License 2.0** шо╕хПпхПСх╕Гя╝ИшзБ [LICENSE](LICENSE)я╝ЙуАВ
|
|
4
|
+
|
|
5
|
+
## х╜ТцбгчЪДчммф╕ЙцЦ╣хЖЕхо╣хПКхЕ╢шо╕хПп
|
|
6
|
+
|
|
7
|
+
| х╜Тцбгф╜Нч╜о | цЭец║Р | ф╕Кц╕╕шо╕хПп | шп┤цШО |
|
|
8
|
+
|---|---|---|---|
|
|
9
|
+
| `references/official-docs/docs/**` | [deepseek-ai/deepseek-harness](https://github.com/deepseek-ai/deepseek-harness) чЪД `docs/`я╝ИхРлхЕищГиф╕ншЛ▒хПМшпнцЦЗцбгя╝Й | MIT | хоШцЦ╣цЦЗцбгхЕицЦЗхЙпцЬмя╝МчФиф║Очж╗ч║┐щШЕшп╗ |
|
|
10
|
+
| `references/official-docs/AGENTS.md` чнЙ | хРМф╕Кф╗Ух║Уца╣/хнРчЫох╜ХцЦЗцбг | MIT | хРМф╕К |
|
|
11
|
+
| `downloads/github/cordis/**` | [cordiverse/cordis](https://github.com/cordiverse/cordis) | MIT | ф╕Кц╕╕ README/цЦЗцбгх┐лчЕзя╝И`downloads/` ф╕НхЕе gitя╝МшДЪцЬмхЖНчФЯя╝Й |
|
|
12
|
+
| `downloads/github/paper/**` | [cordiverse/paper](https://github.com/cordiverse/paper) | MIT | шо║цЦЗ README ф╕О paper.pdfя╝Иф╕НхЕе gitя╝МшДЪцЬмхЖНчФЯя╝Й |
|
|
13
|
+
| `downloads/community-repos/**` | 114 ф╕кчд╛хМ║ф╗Ух║Уя╝Иomdsh-dev/*уАБvlln/*уАБцЦЗцбгхЮЛцХЩчиЛ/skill щЫЖхРИ/чЫох╜Хх╕ВхЬ║/цбМщЭвчлп/хоЙхЕи PoC чнЙя╝Мц╕ЕхНХшзБ `references/community-ecosystem.md`я╝Й | хРДх╝Вя╝ИMIT / BSD-3-Clause / Apache-2.0 чнЙя╝Мф╗ехРДф╗Ух║У LICENSE ф╕║хЗЖя╝Й | хоМцХ┤ц║РчаБх┐лчЕзя╝Мф╗Еф╛ЫцЬмхЬ░чаФчй╢я╝Иф╕НхЕе gitя╝МшДЪцЬмхЖНчФЯя╝Й |
|
|
14
|
+
| `downloads/web/**` | deepseek-harness.github.ioуАБdeepseek.com | члЩчВ╣цЙАцЬЙцЭГхИйх╜ТхОЯф╜ЬшАЕ | щб╡щЭв HTML х┐лчЕзя╝Иф╕НхЕе gitя╝МшДЪцЬмхЖНчФЯя╝Й |
|
|
15
|
+
|
|
16
|
+
## хИЖхПСш╛╣чХМя╝ИщЗНшжБя╝Й
|
|
17
|
+
|
|
18
|
+
- **`downloads/` чЫох╜ХцХ┤ф╜Уф╕Нш┐ЫхЕечЙИцЬмх║УуАБф╕НщЪПцЬмф╗Ух║УхЖНхИЖхПС**я╝ЪхЕ╢хЖЕхо╣ф╕║хПпхЖНчФЯчЪДчммф╕ЙцЦ╣х┐лчЕзя╝ИчФ▒ `scripts/download-sources.ps1` ф╕О `scripts/download-community-repos.ps1` чФЯцИРя╝Йя╝МхЕ╢ф╕нщГихИЖхЖЕхо╣ф╕Кц╕╕х╕жчзБцЬЙ/хЖЕщГиф╜┐чФич║жцЭЯцИЦщЬАшжБхОЯшо╕хПпцОИцЭГуАВ
|
|
19
|
+
- **`downloads/community-repos/awesome-dsh-plugins/`я╝ИAdamPlatin123/awesome-dsh-pluginsя╝Й**я╝ЪхЕ╢ф╗Ух║УхЖЕ AGENTS.md хг░цШОхЖЕхо╣ц║РшЗкчзБцЬЙч╗Дч╗Зш░ГчаФуАБ**ф╗ЕщЩРхЖЕщГиф╜┐чФиуАБф╕Нх╛ЧхЕмх╝АхИЖхПС**уАВцЬмф╗Ух║Уф╗ЕхЬицЬмцЬ║чХЩхнШхЕ╢хЕмх╝АхПпф╕Лш╜╜хЖЕхо╣ф╜ЬхПВшАГя╝М**ф╕ечжБх░ЖхЕ╢хЖЕхо╣щЪПцЬмф╗Ух║УцИЦф╗╗ф╜Хх╜вх╝ПхЖНхИЖхПС**я╝ЫхжВщЬАхЕмх╝Ах╝ХчФия╝Мф╗Ех╝ХчФихЕ╢хЕмх╝А URL ф╕ОхЕмх╝АчЫох╜Хф┐бцБпуАВ
|
|
20
|
+
- хРДчд╛хМ║ф╗Ух║УчЪДшо╕хПпф╗ехЕ╢шЗкх╕ж LICENSE ф╕║хЗЖя╝ЫхЖНхИЖхПСф╗╗ф╜Хчд╛хМ║ф╗гчаБхЙНшп╖щАРф╗Уца╕хп╣хЕ╢шо╕хПпф╕Оч║жцЭЯуАВ
|
|
21
|
+
- цЬмчЯешпЖх║Уф╕НцЮДцИР DeepSeek цИЦф╗╗ф╜Хф╕Кц╕╕щб╣чЫочЪДхоШцЦ╣шГМф╣жя╝ЫцЙАцЬЙч╗Ушо║шп╖хп╣чЕзхоШцЦ╣хОЯцЦЗф╜┐чФиуАВ
|
|
22
|
+
|
|
23
|
+
## цЫ┤цЦ░ф╕Оч╗┤цКд
|
|
24
|
+
|
|
25
|
+
- щжЦцмбф╜┐чФи/хИ╖цЦ░х╜Тцбгя╝Ъш┐РшбМ `scripts/download-sources.ps1` ф╕О `scripts/download-community-repos.ps1`я╝ИщЬАч╜Сч╗Ья╝ЙуАВ
|
|
26
|
+
- хРМцнехоШцЦ╣цЦЗцбгя╝Ъ`pwsh -File scripts/sync-official-docs.ps1 -Checkout <deepseek-harness-checkout>`я╝ИхПкхРМцне git х╖▓ш╖Яш╕кцЦЗф╗╢я╝Мх┐лчЕзшо░х╜ХшзБ `references/official-docs/SNAPSHOT.md`я╝ЙуАВ
|
package/README.es.md
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# ЁЯР│ dsh-plugin-guide
|
|
4
|
+
|
|
5
|
+
**Todo lo que necesitas para crear plugins de [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness).**
|
|
6
|
+
|
|
7
|
+
Archivo de documentaci├│n oficial ┬╖ Introducci├│n a Cordis ┬╖ An├бlisis de la comunidad ┬╖ Errores reales ┬╖ Skill para agentes
|
|
8
|
+
|
|
9
|
+
[English](README.md) ┬╖ [ф╕нцЦЗ](README.zh-CN.md) ┬╖ [Espa├▒ol](README.es.md) ┬╖ [Portugu├кs](README.pt.md) ┬╖ [рд╣рд┐рдиреНрджреА](README.hi.md)
|
|
10
|
+
|
|
11
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/stargazers)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/network/members)
|
|
13
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/actions/workflows/verify.yml)
|
|
14
|
+
[](https://www.npmjs.com/package/dsh-plugin-guide)
|
|
15
|
+
[](https://www.npmjs.com/package/dsh-plugin-guide)
|
|
16
|
+
[](LICENSE)
|
|
17
|
+
[](https://github.com/topics/dsh)
|
|
18
|
+
[](https://github.com/topics/dsh-plugin)
|
|
19
|
+
[](references/official-docs/)
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
> ЁЯЧ║я╕П **Cada hecho enlaza a su origen** тАФ documentaci├│n oficial, repos upstream o repos comunitarios. Ante la duda, la copia oficial textual manda.
|
|
24
|
+
>
|
|
25
|
+
> тП▒я╕П **Verificado por ├║ltima vez el 2026-08-15** тАФ documentaci├│n oficial id├йntica byte a byte al `master` upstream (47f9438, v├йase [SNAPSHOT.md](references/official-docs/SNAPSHOT.md)); etiquetas npm y el topic `dsh-plugin` (API total_count subi├│ **2668 тЖТ 2671** durante el snapshot del 08-15; 998 repos capturados, v├йase [sources.md](references/sources.md) ┬зD.2) re-verificados en vivo; HEAD upstream (47f9438) y npm `@deepseek-ai/dsh` (0.1.0-rc.6) sin cambios.
|
|
26
|
+
|
|
27
|
+
## ЁЯУК De un vistazo
|
|
28
|
+
|
|
29
|
+
| Documentaci├│n oficial | An├бlisis comunitarios | Errores reales | Topic `dsh-plugin` | Idiomas | Skill de agente |
|
|
30
|
+
|---|---|---|---|---|---|
|
|
31
|
+
| 215 p├бginas (EN + ZH) | 114 repos | 20+ | 998 snapshot (API тЙИ2670) | EN ┬╖ ф╕нцЦЗ ┬╖ ES ┬╖ PT ┬╖ HI | `dsh-plugin-guide` |
|
|
32
|
+
|
|
33
|
+
## ЁЯЪА Inicio r├бpido
|
|
34
|
+
|
|
35
|
+
### ЁЯзй Inst├бlalo como plugin de DSH (recomendado)
|
|
36
|
+
|
|
37
|
+
Este repositorio es un **bundle DSH** instalable: registra toda la base de conocimiento como la skill de agente `dsh-plugin-guide`. La skill queda visible en el cat├бlogo de cada sesi├│n y el modelo carga flujos de trabajo, documentaci├│n oficial y an├бlisis comunitarios bajo demanda (`./guide/`, `./references/`) тАФ sin copiar ni buscar.
|
|
38
|
+
|
|
39
|
+
```sh
|
|
40
|
+
dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>
|
|
41
|
+
# o un tarball: pnpm pack && dsh plugin --profile <profile> add ./dsh-plugin-guide-<version>.tgz
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
El bundle declara `dsh.bundle.patch` y fija el tren `@deepseek-ai/dsh@0.1.0-rc.6` como peerDependency opcional.
|
|
45
|
+
|
|
46
|
+
### ЁЯдЦ ├Ъsalo como skill de agente
|
|
47
|
+
|
|
48
|
+
Copia toda la carpeta al directorio de skills de tu agente (las rutas relativas se mantienen):
|
|
49
|
+
|
|
50
|
+
**Windows (PowerShell)**
|
|
51
|
+
|
|
52
|
+
```powershell
|
|
53
|
+
pwsh -File scripts/install-skill.ps1 `
|
|
54
|
+
-Target "$env:USERPROFILE\.deepseek\skills\dsh-plugin-guide" # o <proyecto>\.agents\skills\dsh-plugin-guide
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**macOS / Linux**
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
pwsh -File scripts/install-skill.ps1 -Target ~/.deepseek/skills/dsh-plugin-guide # o <proyecto>/.agents/skills/dsh-plugin-guide
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
El instalador omite `downloads/` (generado) y `.github/`, y verifica byte a byte cada archivo copiado. Un `Copy-Item -Recurse` manual de toda la carpeta tambi├йn funciona.
|
|
64
|
+
|
|
65
|
+
Luego dile a tu agente: *"Usa el skill dsh-plugin-guide para crearme un plugin de тАж"*.
|
|
66
|
+
|
|
67
|
+
### ЁЯУЦ O simplemente lee
|
|
68
|
+
|
|
69
|
+
| QuieresтАж | Lee |
|
|
70
|
+
|---|---|
|
|
71
|
+
| La chuleta de una p├бgina | [`guide/quick-reference.md`](guide/quick-reference.md) |
|
|
72
|
+
| La ruta completa de 10 cap├нtulos | [`guide/plugin-dev-guide.md`](guide/plugin-dev-guide.md) |
|
|
73
|
+
| Enlaces a documentaci├│n oficial y comunitaria | [`guide/links.md`](guide/links.md) ┬╖ [`references/community-ecosystem.md`](references/community-ecosystem.md) |
|
|
74
|
+
| APIs exactas de servicios/eventos | `references/official-docs/docs/subsystems/` y `docs/cordis-api/` |
|
|
75
|
+
|
|
76
|
+
## ЁЯзн Contenido
|
|
77
|
+
|
|
78
|
+
| Ruta | Qu├й es |
|
|
79
|
+
|---|---|
|
|
80
|
+
| `SKILL.md` | El skill `dsh-plugin-guide`: reglas estrictas + rutas de desarrollo por tipo de tarea |
|
|
81
|
+
| `guide/plugin-dev-guide.md` | La gu├нa de desarrollo completa (10 cap├нtulos) |
|
|
82
|
+
| `guide/quick-reference.md` | Chuleta de una p├бgina (5 idiomas) |
|
|
83
|
+
| `guide/links.md` | ├Нndice de URLs curado: documentaci├│n oficial de desarrollo (sitio тЖФ copias locales) + enlaces comunitarios |
|
|
84
|
+
| `references/official-docs/` | Copia textual de la documentaci├│n oficial del repo (EN + ZH) |
|
|
85
|
+
| `references/*.md` | Informes de investigaci├│n: docs del repo, sitio web, Cordis, el paper, ecosistema comunitario, archivo de 114 repos (15 analizados) |
|
|
86
|
+
| `scripts/` | Scripts de descarga idempotentes + verificador de integridad + generador de censo del topic |
|
|
87
|
+
| `downloads/` | Instant├бneas crudas тАФ generadas por `scripts/`, no versionadas |
|
|
88
|
+
|
|
89
|
+
## тЬи Destacados
|
|
90
|
+
|
|
91
|
+
- ЁЯУЬ **Contrato del plugin y reglas estrictas** тАФ efectos/disposers, `next()` en waterfall, visible-para-el-modelo тЗФ registrado, configuraci├│n Schemastery.
|
|
92
|
+
- ЁЯХ░я╕П **L├нnea de tiempo de mecanismos** тАФ repository-plugin introducido el 0809, eliminado el 0811; los dos canales de instalaci├│n (bundle vs plugin cordis simple).
|
|
93
|
+
- ЁЯХ│я╕П **M├бs de 20 errores reales** con causa y soluci├│n: copias dobles de cordis, tr├нo de tsconfig, `tsc` que emite pese a errores, junctions de Windows, sesiones zstd multiframe, variables `DSH_*`, `latest` de npm obsoletoтАж
|
|
94
|
+
- ЁЯФм **114 repositorios comunitarios archivados** (15 analizados) тАФ plantillas, andamiajes, archivos de errores, reglas de plugin-check, capa Fabric, puente MCP, m├бs una gu├нa en 15 idiomas, un curso s01тАУs23, manuales, SDKs TS/Rust y el lote 08-15 (shells de escritorio, puente QQ, PoCs de seguridad, port a Python).
|
|
95
|
+
- ЁЯФЧ **├Нndice de fuentes completo** тАФ cada hecho enlaza a su origen (docs oficiales, repos upstream, repos comunitarios).
|
|
96
|
+
- ЁЯЧГя╕П **1654 Discussions oficiales archivadas** (con comentarios de hilos seleccionados) + m├бs de 100 art├нculos comunitarios (zh/en/HN) тАФ refresca con `scripts/archive-discussions.ps1` / `scripts/download-community-articles.ps1`.
|
|
97
|
+
- ЁЯЖХ **Sello de actualidad** тАФ re-verificado contra `master` upstream, npm y el topic `dsh-plugin` en vivo el 2026-08-15.
|
|
98
|
+
|
|
99
|
+
## ЁЯФД Mantenerlo fresco
|
|
100
|
+
|
|
101
|
+
```sh
|
|
102
|
+
pwsh -File scripts/sync-official-docs.ps1 # copia textual de docs desde un checkout local (solo origin/master)
|
|
103
|
+
pwsh -File scripts/download-sources.ps1 # sitio/docs oficiales, Cordis, paper
|
|
104
|
+
pwsh -File scripts/download-community-repos.ps1 # 114 repositorios comunitarios (tarballs codeload, refresco por ETag)
|
|
105
|
+
pwsh -File scripts/download-community-articles.ps1 # art├нculos comunitarios zh/en/HN (instant├бneas HTML)
|
|
106
|
+
pwsh -File scripts/archive-discussions.ps1 # Discussions oficiales (requiere $env:GH_TOKEN)
|
|
107
|
+
pwsh -File scripts/gen-topic-snapshot.ps1 -OutDir <dir> # censo del topic dsh-plugin
|
|
108
|
+
pwsh -File scripts/verify-kit.ps1 -Checkout <checkout> # rutas cr├нticas + enlaces rotos + informe de deriva de docs
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
CI ejecuta `verify-kit` en cada push y pull request.
|
|
112
|
+
|
|
113
|
+
## ЁЯП╖я╕П Topics
|
|
114
|
+
|
|
115
|
+
Este repositorio es visible bajo los topics de GitHub **[`dsh`](https://github.com/topics/dsh)** y **[`dsh-plugin`](https://github.com/topics/dsh-plugin)** тАФ navega ambas p├бginas de topic para encontrar cientos de plugins y recursos para desarrolladores.
|
|
116
|
+
|
|
117
|
+
## ЁЯдЭ Participa
|
|
118
|
+
|
|
119
|
+
- тнР **Dale una estrella** тАФ ayuda a que otros autores de plugins DSH lo encuentren.
|
|
120
|
+
- ┬┐Encontraste un error, una nueva trampa o un repo que merece an├бlisis? Abre un [issue](https://github.com/PerryLink/dsh-plugin-guide/issues) o un pull request тАФ consulta [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
121
|
+
- ├Ъnete a la comunidad: [Discord de DeepSeek Harness](https://discord.gg/Ycq5dCaS4) ┬╖ [discusiones oficiales](https://github.com/deepseek-ai/deepseek-harness/discussions) ┬╖ [topic `dsh-plugin`](https://github.com/topics/dsh-plugin).
|
|
122
|
+
|
|
123
|
+
## ЁЯТЫ Contribuidores
|
|
124
|
+
|
|
125
|
+
- [PerryLink](https://github.com/PerryLink) тАФ creador y mantenedor: contenido de la base de conocimiento, la transformaci├│n a bundle instalable, las contribuciones al ecosistema y la ingenier├нa comunitaria.
|
|
126
|
+
- El mantenimiento diario cuenta con la asistencia de agentes de DeepSeek Harness (no tienen cuenta de GitHub y se listan aqu├н solo por transparencia, no como contribuidores).
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## ЁЯУД Licencia y atribuci├│n
|
|
130
|
+
|
|
131
|
+
- Texto propio (`SKILL.md`, `guide/`, informes de `references/`, `scripts/`, este README): **Apache-2.0** тАФ v├йase [LICENSE](LICENSE).
|
|
132
|
+
- El contenido de terceros incluido est├б documentado en [NOTICE.md](NOTICE.md), con sus l├нmites de distribuci├│n
|
|
133
|
+
(p. ej. `downloads/` es solo local; `awesome-dsh-plugins` no debe redistribuirse).
|
|
134
|
+
|
|
135
|
+
## тЪЦя╕П Aviso legal
|
|
136
|
+
|
|
137
|
+
Mantenido por la comunidad; **no** es un producto oficial de DeepSeek. DeepSeek Harness est├б en vista previa de
|
|
138
|
+
desarrollador y publica cambios incompatibles; ante la duda, la documentaci├│n oficial en `references/official-docs/`
|
|
139
|
+
es la fuente de verdad.
|
package/README.hi.md
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# ЁЯР│ dsh-plugin-guide
|
|
4
|
+
|
|
5
|
+
**[DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) рдкреНрд▓рдЧрдЗрди рдмрдирд╛рдиреЗ рдХреЗ рд▓рд┐рдП рдЖрдкрдХреЛ рдЬреЛ рдХреБрдЫ рдЪрд╛рд╣рд┐рдПред**
|
|
6
|
+
|
|
7
|
+
рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рд╕рдВрдЧреНрд░рд╣ ┬╖ Cordis рдкрд░рд┐рдЪрдп ┬╖ рд╕рдореБрджрд╛рдп рд╡рд┐рд╢реНрд▓реЗрд╖рдг ┬╖ рд╡рд╛рд╕реНрддрд╡рд┐рдХ рд╕рдорд╕реНрдпрд╛рдПрдБ ┬╖ рдПрдЬреЗрдВрдЯ рд╕реНрдХрд┐рд▓
|
|
8
|
+
|
|
9
|
+
[English](README.md) ┬╖ [ф╕нцЦЗ](README.zh-CN.md) ┬╖ [Espa├▒ol](README.es.md) ┬╖ [Portugu├кs](README.pt.md) ┬╖ [рд╣рд┐рдиреНрджреА](README.hi.md)
|
|
10
|
+
|
|
11
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/stargazers)
|
|
12
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/network/members)
|
|
13
|
+
[](https://github.com/PerryLink/dsh-plugin-guide/actions/workflows/verify.yml)
|
|
14
|
+
[](https://www.npmjs.com/package/dsh-plugin-guide)
|
|
15
|
+
[](https://www.npmjs.com/package/dsh-plugin-guide)
|
|
16
|
+
[](LICENSE)
|
|
17
|
+
[](https://github.com/topics/dsh)
|
|
18
|
+
[](https://github.com/topics/dsh-plugin)
|
|
19
|
+
[](references/official-docs/)
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
> ЁЯЧ║я╕П **рд╣рд░ рддрдереНрдп рдЕрдкрдиреЗ рдореВрд▓ рд╕реЗ рдЬреБрдбрд╝рд╛ рд╣реИ** тАФ рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝, рдЕрдкрд╕реНрдЯреНрд░реАрдо рд░рд┐рдкреЛ рдпрд╛ рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд░рд┐рдкреЛред рд╕рдВрджреЗрд╣ рд╣реЛ рддреЛ рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рд╣реВрдмрд╣реВ рдкреНрд░рддрд┐ рд╣реА рдорд╛рдиреНрдп рд╣реИред
|
|
24
|
+
>
|
|
25
|
+
> тП▒я╕П **рдЕрдВрддрд┐рдо рд╕рддреНрдпрд╛рдкрди 2026-08-15** тАФ рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рдЕрдкрд╕реНрдЯреНрд░реАрдо `master` (47f9438, рджреЗрдЦреЗрдВ [SNAPSHOT.md](references/official-docs/SNAPSHOT.md)) рд╕реЗ рдмрд╛рдЗрдЯ-рджрд░-рдмрд╛рдЗрдЯ рд╕рдорд╛рди; npm рдЯреИрдЧ рдФрд░ `dsh-plugin` рдЯреЙрдкрд┐рдХ (08-15 рд╕реНрдиреИрдкрд╢реЙрдЯ рдХреЗ рджреМрд░рд╛рди API total_count **2668 тЖТ 2671** рдмрдврд╝рд╛; 998 рд░реЗрдкреЛ рдХреИрдкреНрдЪрд░, рджреЗрдЦреЗрдВ [sources.md](references/sources.md) ┬зD.2) рд▓рд╛рдЗрд╡ рдкреБрдирдГ-рдЬрд╛рдБрдЪреЗ рдЧрдП; рдЕрдкрд╕реНрдЯреНрд░реАрдо HEAD (47f9438) рд╡ npm `@deepseek-ai/dsh` (0.1.0-rc.6) рдореЗрдВ рдХреЛрдИ рдмрджрд▓рд╛рд╡ рдирд╣реАрдВред
|
|
26
|
+
|
|
27
|
+
## ЁЯУК рдПрдХ рдирдЬрд╝рд░ рдореЗрдВ
|
|
28
|
+
|
|
29
|
+
| рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ | рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд╡рд┐рд╢реНрд▓реЗрд╖рдг | рд╡рд╛рд╕реНрддрд╡рд┐рдХ рд╕рдорд╕реНрдпрд╛рдПрдБ | `dsh-plugin` рдЯреЙрдкрд┐рдХ | рднрд╛рд╖рд╛рдПрдБ | рдПрдЬреЗрдВрдЯ рд╕реНрдХрд┐рд▓ |
|
|
30
|
+
|---|---|---|---|---|---|
|
|
31
|
+
| 215 рдкреГрд╖реНрда (EN + ZH) | 114 рд░рд┐рдкреЛ | 20+ | 998 рд╕реНрдиреИрдкрд╢реЙрдЯ (API тЙИ2670) | EN ┬╖ ф╕нцЦЗ ┬╖ ES ┬╖ PT ┬╖ HI | `dsh-plugin-guide` |
|
|
32
|
+
|
|
33
|
+
## ЁЯЪА рддреНрд╡рд░рд┐рдд рд╢реБрд░реБрдЖрдд
|
|
34
|
+
|
|
35
|
+
### ЁЯзй DSH рдкреНрд▓рдЧрдЗрди рдХреЗ рд░реВрдк рдореЗрдВ рдЗрдВрд╕реНрдЯреЙрд▓ рдХрд░реЗрдВ (рдЕрдиреБрд╢рдВрд╕рд┐рдд)
|
|
36
|
+
|
|
37
|
+
рдпрд╣ рд░рд┐рдкреЙрдЬрд╝рд┐рдЯрд░реА рдПрдХ рдЗрдВрд╕реНрдЯреЙрд▓ рдХрд░рдиреЗ рдпреЛрдЧреНрдп **DSH bundle** рд╣реИ: рдпрд╣ рдкреВрд░реЗ рдиреЙрд▓реЗрдЬ рдмреЗрд╕ рдХреЛ `dsh-plugin-guide` рдПрдЬреЗрдВрдЯ рд╕реНрдХрд┐рд▓ рдХреЗ рд░реВрдк рдореЗрдВ рдкрдВрдЬреАрдХреГрдд рдХрд░рддрд╛ рд╣реИред рд╕реНрдХрд┐рд▓ рд╣рд░ рд╕рддреНрд░ рдХреЗ рдХреИрдЯрд▓реЙрдЧ рдореЗрдВ рджрд┐рдЦрддреА рд╣реИ рдФрд░ рдореЙрдбрд▓ рд╡рд░реНрдХрдлрд╝реНрд▓реЛ, рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рдФрд░ рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд╡рд┐рд╢реНрд▓реЗрд╖рдг рдорд╛рдБрдЧ рдкрд░ рд▓реЛрдб рдХрд░рддрд╛ рд╣реИ (`./guide/`, `./references/`) тАФ рдмрд┐рдирд╛ рдХреЙрдкреА рдХрд┐рдП, рдмрд┐рдирд╛ рдЦреЛрдЬреЗред
|
|
38
|
+
|
|
39
|
+
```sh
|
|
40
|
+
dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>
|
|
41
|
+
# рдпрд╛ tarball: pnpm pack && dsh plugin --profile <profile> add ./dsh-plugin-guide-<version>.tgz
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
рдмрдВрдбрд▓ `dsh.bundle.patch` рдШреЛрд╖рд┐рдд рдХрд░рддрд╛ рд╣реИ рдФрд░ рд╡реИрдХрд▓реНрдкрд┐рдХ peerDependency рдХреЗ рд░реВрдк рдореЗрдВ `@deepseek-ai/dsh@0.1.0-rc.6` рдЯреНрд░реЗрди рдХреЛ рдкрд┐рди рдХрд░рддрд╛ рд╣реИред
|
|
45
|
+
|
|
46
|
+
### ЁЯдЦ рдПрдЬреЗрдВрдЯ рд╕реНрдХрд┐рд▓ рдХреЗ рд░реВрдк рдореЗрдВ рдЙрдкрдпреЛрдЧ рдХрд░реЗрдВ
|
|
47
|
+
|
|
48
|
+
рдкреВрд░рд╛ рдлрд╝реЛрд▓реНрдбрд░ рдЕрдкрдиреЗ рдПрдЬреЗрдВрдЯ рдХреА рд╕реНрдХрд┐рд▓ рдбрд╛рдпрд░реЗрдХреНрдЯрд░реА рдореЗрдВ рдХреЙрдкреА рдХрд░реЗрдВ (рд╕рд╛рдкреЗрдХреНрд╖ рдкрде рд╡реИрд╕реЗ рд╣реА рдХрд╛рдо рдХрд░рддреЗ рд╣реИрдВ):
|
|
49
|
+
|
|
50
|
+
**Windows (PowerShell)**
|
|
51
|
+
|
|
52
|
+
```powershell
|
|
53
|
+
pwsh -File scripts/install-skill.ps1 `
|
|
54
|
+
-Target "$env:USERPROFILE\.deepseek\skills\dsh-plugin-guide" # рдпрд╛ <project>\.agents\skills\dsh-plugin-guide
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**macOS / Linux**
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
pwsh -File scripts/install-skill.ps1 -Target ~/.deepseek/skills/dsh-plugin-guide # рдпрд╛ <project>/.agents/skills/dsh-plugin-guide
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
рдЗрдВрд╕реНрдЯреЙрд▓рд░ `downloads/` (рдЬрдирд░реЗрдЯреЗрдб) рдФрд░ `.github/` рдХреЛ рдЫреЛрдбрд╝ рджреЗрддрд╛ рд╣реИ, рдФрд░ рд╣рд░ рдХреЙрдкреА рдХреА рдЧрдИ рдлрд╝рд╛рдЗрд▓ рдХреЛ рдмрд╛рдЗрдЯ-рджрд░-рдмрд╛рдЗрдЯ рд╕рддреНрдпрд╛рдкрд┐рдд рдХрд░рддрд╛ рд╣реИред рдкреВрд░реЗ рдлрд╝реЛрд▓реНрдбрд░ рдХрд╛ рдореИрдиреНрдпреБрдЕрд▓ `Copy-Item -Recurse` рднреА рдХрд╛рдо рдХрд░рддрд╛ рд╣реИред
|
|
64
|
+
|
|
65
|
+
рдлрд┐рд░ рдЕрдкрдиреЗ рдПрдЬреЗрдВрдЯ рд╕реЗ рдХрд╣реЗрдВ: *"dsh-plugin-guide рд╕реНрдХрд┐рд▓ рдХрд╛ рдЙрдкрдпреЛрдЧ рдХрд░рдХреЗ рдореБрдЭреЗ рдПрдХ тАж рдкреНрд▓рдЧрдЗрди рдмрдирд╛рдУред"*
|
|
66
|
+
|
|
67
|
+
### ЁЯУЦ рдпрд╛ рдмрд╕ рдкрдврд╝реЗрдВ
|
|
68
|
+
|
|
69
|
+
| рдЖрдк рдЪрд╛рд╣рддреЗ рд╣реИрдВтАж | рдкрдврд╝реЗрдВ |
|
|
70
|
+
|---|---|
|
|
71
|
+
| рдПрдХ рдкреЗрдЬ рдХреА рдЪреАрдЯ рд╢реАрдЯ | [`guide/quick-reference.md`](guide/quick-reference.md) |
|
|
72
|
+
| 10 рдЕрдзреНрдпрд╛рдпреЛрдВ рдХрд╛ рдкреВрд░рд╛ рд░рд╛рд╕реНрддрд╛ | [`guide/plugin-dev-guide.md`](guide/plugin-dev-guide.md) |
|
|
73
|
+
| рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рд╡ рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рд▓рд┐рдВрдХ | [`guide/links.md`](guide/links.md) ┬╖ [`references/community-ecosystem.md`](references/community-ecosystem.md) |
|
|
74
|
+
| рд╕реЗрд╡рд╛/рдЗрд╡реЗрдВрдЯ рдХреЗ рд╕рдЯреАрдХ API | `references/official-docs/docs/subsystems/` рдФрд░ `docs/cordis-api/` |
|
|
75
|
+
|
|
76
|
+
## ЁЯзн рд╕рд╛рдордЧреНрд░реА
|
|
77
|
+
|
|
78
|
+
| рдкрде | рдХреНрдпрд╛ рд╣реИ |
|
|
79
|
+
|---|---|
|
|
80
|
+
| `SKILL.md` | `dsh-plugin-guide` рд╕реНрдХрд┐рд▓: рд╕рдЦрд╝реНрдд рдирд┐рдпрдо + рдХрд╛рд░реНрдп-рдЖрдзрд╛рд░рд┐рдд рд╡рд┐рдХрд╛рд╕ рдкрде |
|
|
81
|
+
| `guide/plugin-dev-guide.md` | рд╕рдВрдкреВрд░реНрдг рд╡рд┐рдХрд╛рд╕ рдЧрд╛рдЗрдб (10 рдЕрдзреНрдпрд╛рдп) |
|
|
82
|
+
| `guide/quick-reference.md` | рдПрдХ рдкреЗрдЬ рдХреА рдЪреАрдЯ рд╢реАрдЯ (5 рднрд╛рд╖рд╛рдПрдБ) |
|
|
83
|
+
| `guide/links.md` | рдХреНрдпреВрд░реЗрдЯреЗрдб URL рд╕реВрдЪреА: рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рдбреЗрд╡ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ (рд╕рд╛рдЗрдЯ тЖФ рд╕реНрдерд╛рдиреАрдп рдкреНрд░рддрд┐рдпрд╛рдБ) + рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд▓рд┐рдВрдХ |
|
|
84
|
+
| `references/official-docs/` | рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рд░рд┐рдкреЛ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рдХреА рд╣реВрдмрд╣реВ рдкреНрд░рддрд┐ (EN + ZH) |
|
|
85
|
+
| `references/*.md` | рд╢реЛрдз рд░рд┐рдкреЛрд░реНрдЯ: рд░рд┐рдкреЛ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝, рд╡реЗрдмрд╕рд╛рдЗрдЯ, Cordis, рдкреЗрдкрд░, рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рдкрд╛рд░рд┐рд╕реНрдерд┐рддрд┐рдХреА, 114 рд░рд┐рдкреЛ рд╕рдВрдЧреНрд░рд╣ (15 рдХрд╛ рд╡рд┐рд╢реНрд▓реЗрд╖рдг) |
|
|
86
|
+
| `scripts/` | рдЖрдЗрдбреЗрдореНрдкреЛрдЯреЗрдВрдЯ рдбрд╛рдЙрдирд▓реЛрдб рд╕реНрдХреНрд░рд┐рдкреНрдЯ + рдЕрдЦрдВрдбрддрд╛ рдЬрд╛рдБрдЪрдХрд░реНрддрд╛ + рдЯреЙрдкрд┐рдХ рдЬрдирдЧрдгрдирд╛ рдЬрдирд░реЗрдЯрд░ |
|
|
87
|
+
| `downloads/` | рдХрдЪреНрдЪреЗ рд╕реНрдиреИрдкрд╢реЙрдЯ тАФ `scripts/` рд╕реЗ рдмрдирддреЗ рд╣реИрдВ, рдЧрд┐рдЯ рдореЗрдВ рдирд╣реАрдВ |
|
|
88
|
+
|
|
89
|
+
## тЬи рдореБрдЦреНрдп рдЖрдХрд░реНрд╖рдг
|
|
90
|
+
|
|
91
|
+
- ЁЯУЬ **рдкреНрд▓рдЧрдЗрди рдЕрдиреБрдмрдВрдз рдФрд░ рд╕рдЦрд╝реНрдд рдирд┐рдпрдо** тАФ рдЗрдлрд╝реЗрдХреНрдЯ/рдбрд┐рд╕реНрдкреЛрдЬрд╝рд░, waterfall рдореЗрдВ `next()`, рдореЙрдбрд▓-рджреГрд╢реНрдп тЗФ рд▓реЙрдЧ, Schemastery рдХреЙрдиреНрдлрд╝рд┐рдЧред
|
|
92
|
+
- ЁЯХ░я╕П **рддрдВрддреНрд░ рдХреА рд╕рдордпрд░реЗрдЦрд╛** тАФ repository-plugin 0809 рдХреЛ рдЖрдпрд╛, 0811 рдХреЛ рд╣рдЯрд╛рдпрд╛ рдЧрдпрд╛; рджреЛ рдЗрдВрд╕реНрдЯреЙрд▓ рдорд╛рд░реНрдЧ (bundle рдмрдирд╛рдо рд╕рд╛рджрд╛ cordis рдкреНрд▓рдЧрдЗрди)ред
|
|
93
|
+
- ЁЯХ│я╕П **20+ рд╡рд╛рд╕реНрддрд╡рд┐рдХ рд╕рдорд╕реНрдпрд╛рдПрдБ** рдХрд╛рд░рдг рдФрд░ рд╕рдорд╛рдзрд╛рди рд╕рд╣рд┐рдд: cordis рдХреА рджреЛрд╣рд░реА рдкреНрд░рддрд┐рдпрд╛рдБ, tsconfig рддрд┐рдХрдбрд╝реА, рддреНрд░реБрдЯрд┐ рдкрд░ рднреА `tsc` рдХрд╛ рдЖрдЙрдЯрдкреБрдЯ, Windows junctions, рдорд▓реНрдЯреА-рдлрд╝реНрд░реЗрдо zstd рд╕рддреНрд░, `DSH_*` рдкрд░реНрдпрд╛рд╡рд░рдг рдЪрд░, npm рдХрд╛ рдкреБрд░рд╛рдирд╛ `latest`тАж
|
|
94
|
+
- ЁЯФм **114 рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд░рд┐рдкреЛ рд╕рдВрдЧреНрд░рд╣реАрдд** (15 рдХрд╛ рдЧрд╣рди рд╡рд┐рд╢реНрд▓реЗрд╖рдг) тАФ рдЯреЗрдореНрдкрд▓реЗрдЯ, рд╕реНрдХреИрдлрд╝реЛрд▓реНрдб, рд╕рдорд╕реНрдпрд╛-рд╕рдВрдЧреНрд░рд╣, plugin-check рдирд┐рдпрдо, Fabric рдкрд░рдд, MCP рдмреНрд░рд┐рдЬ, рд╕рд╛рде рд╣реА 15-рднрд╛рд╖рд╛ рдЧрд╛рдЗрдб, s01тАУs23 рдкрд╛рдареНрдпрдХреНрд░рдо, рд╣реИрдВрдбрдмреБрдХ, TS/Rust SDK рдФрд░ 08-15 рдмреИрдЪ (рдбреЗрд╕реНрдХрдЯреЙрдк рд╢реЗрд▓, QQ рдмреНрд░рд┐рдЬ, рд╕реБрд░рдХреНрд╖рд╛ PoC, Python рдкреЛрд░реНрдЯ)ред
|
|
95
|
+
- ЁЯФЧ **рд╕рдВрдкреВрд░реНрдг рд╕реНрд░реЛрдд рд╕реВрдЪреА** тАФ рд╣рд░ рддрдереНрдп рдЕрдкрдиреЗ рдореВрд▓ (рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝, рдЕрдкрд╕реНрдЯреНрд░реАрдо рд░рд┐рдкреЛ, рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд░рд┐рдкреЛ) рд╕реЗ рдЬреБрдбрд╝рд╛ рд╣реИред
|
|
96
|
+
- ЁЯЧГя╕П **1654 рдЖрдзрд┐рдХрд╛рд░рд┐рдХ Discussions рд╕рдВрдЧреНрд░рд╣реАрдд** (рдЪрдпрдирд┐рдд рдереНрд░реЗрдбреНрд╕ рдХреА рдЯрд┐рдкреНрдкрдгрд┐рдпреЛрдВ рд╕рд╣рд┐рдд) + 100+ рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд▓реЗрдЦ (zh/en/HN) тАФ `scripts/archive-discussions.ps1` / `scripts/download-community-articles.ps1` рд╕реЗ рддрд╛рдЬрд╝рд╛ рдХрд░реЗрдВред
|
|
97
|
+
- ЁЯЖХ **рддрд╛рдЬрд╝рдЧреА рдХреА рдореБрд╣рд░** тАФ 2026-08-15 рдХреЛ рдЕрдкрд╕реНрдЯреНрд░реАрдо `master`, npm рдФрд░ рд▓рд╛рдЗрд╡ `dsh-plugin` рдЯреЙрдкрд┐рдХ рд╕реЗ рдкреБрдирдГ-рд╕рддреНрдпрд╛рдкрд┐рддред
|
|
98
|
+
|
|
99
|
+
## ЁЯФД рдЗрд╕реЗ рддрд╛рдЬрд╝рд╛ рд░рдЦреЗрдВ
|
|
100
|
+
|
|
101
|
+
```sh
|
|
102
|
+
pwsh -File scripts/sync-official-docs.ps1 # рд╕реНрдерд╛рдиреАрдп checkout рд╕реЗ рд╣реВрдмрд╣реВ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рдкреНрд░рддрд┐ (рдХреЗрд╡рд▓ origin/master)
|
|
103
|
+
pwsh -File scripts/download-sources.ps1 # рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рд╕рд╛рдЗрдЯ/рджрд╕реНрддрд╛рд╡реЗрдЬрд╝, Cordis, рдкреЗрдкрд░
|
|
104
|
+
pwsh -File scripts/download-community-repos.ps1 # 114 рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд░рд┐рдкреЙрдЬрд╝рд┐рдЯрд░реА (codeload tarball, ETag рд░рд┐рдлрд╝реНрд░реЗрд╢)
|
|
105
|
+
pwsh -File scripts/download-community-articles.ps1 # zh/en/HN рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рд▓реЗрдЦ (HTML рд╕реНрдиреИрдкрд╢реЙрдЯ)
|
|
106
|
+
pwsh -File scripts/archive-discussions.ps1 # рдЖрдзрд┐рдХрд╛рд░рд┐рдХ Discussions ($env:GH_TOKEN рдЖрд╡рд╢реНрдпрдХ)
|
|
107
|
+
pwsh -File scripts/gen-topic-snapshot.ps1 -OutDir <dir> # dsh-plugin рдЯреЙрдкрд┐рдХ рдЬрдирдЧрдгрдирд╛
|
|
108
|
+
pwsh -File scripts/verify-kit.ps1 -Checkout <checkout> # рдорд╣рддреНрд╡рдкреВрд░реНрдг рдкрде + рдЯреВрдЯреА рдХрдбрд╝рд┐рдпрд╛рдБ + рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рдбреНрд░рд┐рдлрд╝реНрдЯ рд░рд┐рдкреЛрд░реНрдЯ
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
рд╣рд░ push рдФрд░ pull request рдкрд░ CI `verify-kit` рдЪрд▓рд╛рддрд╛ рд╣реИред
|
|
112
|
+
|
|
113
|
+
## ЁЯП╖я╕П рдЯреЙрдкрд┐рдХреНрд╕
|
|
114
|
+
|
|
115
|
+
рдпрд╣ рд░рд┐рдкреЙрдЬрд╝рд┐рдЯрд░реА GitHub рдЯреЙрдкрд┐рдХреНрд╕ **[`dsh`](https://github.com/topics/dsh)** рдФрд░ **[`dsh-plugin`](https://github.com/topics/dsh-plugin)** рдХреЗ рдЕрдВрддрд░реНрдЧрдд рдЦреЛрдЬреА рдЬрд╛ рд╕рдХрддреА рд╣реИ тАФ рджреЛрдиреЛрдВ рдЯреЙрдкрд┐рдХ рдкреГрд╖реНрдареЛрдВ рдкрд░ рд╕реИрдХрдбрд╝реЛрдВ рдкреНрд▓рдЧрдЗрди рдФрд░ рдбреЗрд╡рд▓рдкрд░ рд╕рдВрд╕рд╛рдзрди рдорд┐рд▓рддреЗ рд╣реИрдВред
|
|
116
|
+
|
|
117
|
+
## ЁЯдЭ рд╕рд╣рднрд╛рдЧреА рд╣реЛрдВ
|
|
118
|
+
|
|
119
|
+
- тнР **рд╕реНрдЯрд╛рд░ рджреЗрдВ** тАФ рдЗрд╕рд╕реЗ рдЕрдиреНрдп DSH рдкреНрд▓рдЧрдЗрди рд▓реЗрдЦрдХреЛрдВ рдХреЛ рдпрд╣ рдорд┐рд▓ рдкрд╛рдПрдЧрд╛ред
|
|
120
|
+
- рдХреЛрдИ рддреНрд░реБрдЯрд┐, рдирдИ рд╕рдорд╕реНрдпрд╛ рдпрд╛ рд╡рд┐рд╢реНрд▓реЗрд╖рдг рдпреЛрдЧреНрдп рд░рд┐рдкреЛ рдорд┐рд▓рд╛? [issue](https://github.com/PerryLink/dsh-plugin-guide/issues) рдЦреЛрд▓реЗрдВ рдпрд╛ pull request рднреЗрдЬреЗрдВ тАФ рджреЗрдЦреЗрдВ [CONTRIBUTING.md](CONTRIBUTING.md)ред
|
|
121
|
+
- рд╕рдореБрджрд╛рдп рд╕реЗ рдЬреБрдбрд╝реЗрдВ: [DeepSeek Harness Discord](https://discord.gg/Ycq5dCaS4) ┬╖ [рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рдЪрд░реНрдЪрд╛рдПрдБ](https://github.com/deepseek-ai/deepseek-harness/discussions) ┬╖ [`dsh-plugin` рдЯреЙрдкрд┐рдХ](https://github.com/topics/dsh-plugin)ред
|
|
122
|
+
|
|
123
|
+
## ЁЯТЫ рдпреЛрдЧрджрд╛рдирдХрд░реНрддрд╛
|
|
124
|
+
|
|
125
|
+
- [PerryLink](https://github.com/PerryLink) тАФ рдирд┐рд░реНрдорд╛рддрд╛ рдФрд░ рдЕрдиреБрд░рдХреНрд╖рдХ: рдиреЙрд▓реЗрдЬ рдмреЗрд╕ рд╕рд╛рдордЧреНрд░реА, рдЗрдВрд╕реНрдЯреЙрд▓ рдХрд░рдиреЗ рдпреЛрдЧреНрдп рдмрдВрдбрд▓ рд░реВрдкрд╛рдВрддрд░рдг, рдЗрдХреЛрд╕рд┐рд╕реНрдЯрдо рдпреЛрдЧрджрд╛рди рдФрд░ рд╕рд╛рдореБрджрд╛рдпрд┐рдХ рдЗрдВрдЬреАрдирд┐рдпрд░рд┐рдВрдЧред
|
|
126
|
+
- рджреИрдирд┐рдХ рдЕрдиреБрд░рдХреНрд╖рдг рдореЗрдВ DeepSeek Harness рдПрдЬреЗрдВрдЯ рд╕рд╣рд╛рдпрддрд╛ рдХрд░рддреЗ рд╣реИрдВ (рдЙрдирдХрд╛ рдХреЛрдИ GitHub рдЦрд╛рддрд╛ рдирд╣реАрдВ рд╣реИ; рдкрд╛рд░рджрд░реНрд╢рд┐рддрд╛ рдХреЗ рд▓рд┐рдП рд╕реВрдЪреАрдмрджреНрдз, рдпреЛрдЧрджрд╛рдирдХрд░реНрддрд╛ рдХреЗ рд░реВрдк рдореЗрдВ рдирд╣реАрдВ)ред
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## ЁЯУД рд▓рд╛рдЗрд╕реЗрдВрд╕ рдФрд░ рд╢реНрд░реЗрдп
|
|
130
|
+
|
|
131
|
+
- рд╣рдорд╛рд░рд╛ рдЕрдкрдирд╛ рдкрд╛рда (`SKILL.md`, `guide/`, `references/` рдХреА рд░рд┐рдкреЛрд░реНрдЯреЗрдВ, `scripts/`, рдпрд╣ README): **Apache-2.0** тАФ рджреЗрдЦреЗрдВ [LICENSE](LICENSE)ред
|
|
132
|
+
- рд╢рд╛рдорд┐рд▓ рддреГрддреАрдп-рдкрдХреНрд╖ рд╕рд╛рдордЧреНрд░реА [NOTICE.md](NOTICE.md) рдореЗрдВ рджрд░реНрдЬ рд╣реИ, рд╡рд┐рддрд░рдг рд╕реАрдорд╛рдУрдВ рд╕рд╣рд┐рдд
|
|
133
|
+
(рдЬреИрд╕реЗ `downloads/` рдХреЗрд╡рд▓ рд╕реНрдерд╛рдиреАрдп рдЙрдкрдпреЛрдЧ рд╣реЗрддреБ; `awesome-dsh-plugins` рдХрд╛ рдкреБрдирд░реНрд╡рд┐рддрд░рдг рди рдХрд░реЗрдВ)ред
|
|
134
|
+
|
|
135
|
+
## тЪЦя╕П рдЕрд╕реНрд╡реАрдХрд░рдг
|
|
136
|
+
|
|
137
|
+
рд╕рдореБрджрд╛рдп-рд╕рдВрдЪрд╛рд▓рд┐рдд; **рдпрд╣ DeepSeek рдХрд╛ рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рдЙрддреНрдкрд╛рдж рдирд╣реАрдВ рд╣реИред** DeepSeek Harness рдбреЗрд╡рд▓рдкрд░ рдкреНрд░реАрд╡реНрдпреВ рдореЗрдВ рд╣реИ рдФрд░
|
|
138
|
+
рдЕрд╕рдВрдЧрдд рдмрджрд▓рд╛рд╡ рд▓рд╛рддрд╛ рд╣реИ; рд╕рдВрджреЗрд╣ рд╣реЛ рддреЛ `references/official-docs/` рдореЗрдВ рдореМрдЬреВрдж рдЖрдзрд┐рдХрд╛рд░рд┐рдХ рджрд╕реНрддрд╛рд╡реЗрдЬрд╝ рд╣реА рдЕрдВрддрд┐рдо рд╕рддреНрдп рд╣реИрдВред
|