← 返回列表
未验证
为发布付款删除等不可逆操作加当次人工批准
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/14 · 已提供中文文档
DeepSeek Harness 的人工审批模块——针对不可逆操作(发布/支付/删除/规则变更)的权限门禁
综合分
26.6
GitHub 分
26.6
用户评分
—
★ Stars
0
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add h565656445/dsh-manual-approval该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
信任档位:仅索引本站尚未对其实装验证,仅收录元数据
- 是什么
- dsh 原生插件 · chat
- 装得上吗
- 本站尚未做安装检查
- 安全吗
- 本站尚未对该插件做风险分级(暂未覆盖,不等同于无风险)
- 还在维护吗
- 更新放缓:最近一次提交在 43 天前
档位由下列信号合成:本站实装验证(真实安装,当前最高到 L4)· 验证所用 dsh 版本 · 静态安装检查 · 风险分级 · 仓库维护状态。下方各区块是它的证据明细。 验证判据与等级说明 →
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
由 DeepSeek 最新模型翻译生成dsh-manual-approval DeepSeek Harness 个人适配声明(Personal Adaptation Notice) 本项目是 DeepSeek Harness 的个人适配产物(personal adaptation),并非 DeepSeek Harness 官方文件(not an official DeepSeek Harness file),随附功能、使用说明与个人产物(bundled with features, documentation, and personal artifacts),可与 DeepSeek Harness 搭配使用,也可独立使用。 This project is a personal adaptation for DeepSeek Harness, and is NOT an official DeepSeek Harness file, bundled with features, documentation, and personal artifacts. It can be used alongside DeepSeek Harness or standalone. 作者 / Author: h565656445 合作 / Collaboration: 如有项目可以一起合作,欢迎联系。微信:wohaishihenshuaide。If you have projects, let's collaborate. WeChat: wohaishihenshuaide. 用途 / What this is for 人工审批模块:权限审批流程,发布/付款/删除/规则修改等不可逆动作须对精确对象当次批准。 Manual approval module: permission gates for irreversible actions. Hermes Manual Approval / Hermes 人工审批 人工审批消费原语:HermesManualApproval.psm1 以审批 SHA-256 为幂等键记录 fixture_record 人工启动审批的一次性消费(重复消费抛错),拒绝负预算,消费记录写入 _security/fixture_record_approvals/,为受监督 Worker 的人工放行流程提供证据。 Manual-approval consumption primitives: HermesManualApproval.psm1 records one-shot consumption of fixture_record manual-start approvals keyed by the approval SHA-256 (re-consumption throws), rejects negative budgets, and persists consumption records under _security/fixture_record_approvals/, providing evidence for supervised-worker release flows. Features / 功能 - 幂等消费:同一审批哈希仅可消费一次 / Idempotent consumption keyed by the approval SHA-256 - 预算校验:拒绝负预算 / Negative-budget rejection - 审计证据:消费记录落盘 _security/fixture_record_approvals/ / Consumption records under _security/fixture_record_approvals/ - 组合基础:构建于 HermesJsonProjection 之上 / Built on HermesJsonProjection What's inside / 目录结构 dsh-manual-approval/ ├── README.md ├── LICENSE ├── src/HermesManualApproval.psm1 └── .dsh/ Quick start / 快速开始 Import-Module .\src\HermesManualApproval.psm1 -Force Use-HermesManualStartApproval -RuntimeRoot .\runtime -TaskId task-001 -TaskContractSha256 -ProviderIntentSha256 -ManualStartApprovalSha256 -BudgetCny 1.0 DeepSeek Harness 衍生 / DSH Derivative 本项目附带 DeepSeek Harness 衍生包,位于 .dsh/ 目录: - preset.yml — Agent 预设元数据 - agent.cordis.yml — Cordis 组装(基于 standard 预设,persona 已定制) - skills/dsh-manual-approval/SKILL.md — 项目专属技能(skill) 安装与接入方式见 .dsh/README.md(双语)。 License / 许可证 MIT 相关项目 / Related Projects 这是 DeepSeek Harness 个人适配系列(共 31 个仓库)的完整导航。 / This is the complete navigation for the DeepSeek Harness personal-adaptation series (31 repos). Agent OS 内核 / Kernel dsh-agent-os-runtime · dsh-agent-os-planning · dsh-agent-os-scheduler · dsh-agent-os-worker-protocol · dsh-agent-os-observability · dsh-agent-os-specs Harness 基础设施 / Infrastructure dsh-harness-core · dsh-graph-entry · dsh-async-job · dsh-file-identity · dsh-json-projection · dsh-manual-approval(本仓库 / this repo) · dsh-observation-writer · dsh-provider-control · dsh-schema-negotiator · dsh-upgrade-governance 规格与文档 / Specs & Docs dsh-harness-specs · dsh-novel-specs · dsh-architecture-guide · dsh-powershell-patterns · dsh-json-schema-driven-dev · dsh-llm-agent-harness-guide 适配器 / Adapters dsh-short-story-engine · dsh-tutorial-video-state-machine · dsh-governance-kernel · dsh-sports-pipeline · dsh-motion-grammar DSH 总集成 / Integration dsh-integration · dsh-presets-pack · dsh-skills-pack · dsh-starter-kit