deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Repository description: Local-first DSH workbench for evidence-backed pre-submission bid compliance self-checks.
DSH Bid Desk is a DSH plugin MVP for teams preparing a bid submission. It keeps tender-source evidence, requirement records, review decisions, and generated reports connected so a qualified human can investigate gaps before submission.
This repository contains a runnable MVP vertical slice. It is not a complete release candidate: automated conflict detection, background worker/checkpoint recovery, persisted report snapshots, and the full disable/uninstall release gate remain incomplete. See the MVP acceptance audit for the evidence and open items.
bid_compliance_summary tool with project and count metadata only.Prerequisites: a compatible DSH web profile and a current Node.js/pnpm environment. The CI workflow uses Node.js 24.13.0 and pnpm 11.7.0.
git clone https://github.com/haoranwang0921/dsh-bid-desk.git
cd dsh-bid-desk/plugin
pnpm install --frozen-lockfile
pnpm run typecheck
pnpm test
pnpm run build
To install the plugin from a local checkout, add plugin/ as a DSH bundle plugin, for example:
dsh plugin --profile web add link:<absolute-path-to-repository>/plugin
Then mount the dsh-bid-compliance entry defined in plugin/cordis.patch.yml using your DSH profile configuration.
| Path | Purpose |
|---|---|
| plugin/ | DSH bundle plugin, host routes, persistence, parsers, client UI, and smoke tests. |
| docs/MVP_ARCHITECTURE_AND_EXECUTION.md | Product boundaries, architecture, execution plan, and deferred work. |
| docs/MVP-ACCEPTANCE-AUDIT.md | Evidence-backed status of the MVP acceptance script. |
| docs/ADR-0003-document-scope-no-OCR.md | Decision to reject scanned PDFs rather than silently degrade evidence quality. |
| .github/workflows/ci.yml | CI for locked installation, type-checking, tests, and builds. |
The repository CI runs for pushes and pull requests targeting main. It installs from the committed lockfile, type-checks the plugin, runs its smoke suites, and builds the package.
cd plugin
pnpm run typecheck
pnpm test
pnpm run build
The plugin package metadata declares the MIT license. A repository-level license file has not yet been added.
仓库简介: 面向投标提交前合规自查的、本地优先且以证据为依据的 DSH 工作台。
DSH 投标合规工作台是一个 DSH 插件 MVP,服务于投标文件编制过程。它将招标来源证据、要求记录、人工复核决定和生成报告关联起来,帮助具备相应资质或经验的人员在提交前核查缺口。
本仓库提供的是可运行的 MVP 垂直切片,而非完整发布候选版本。自动冲突检测、后台 worker/checkpoint 恢复、持久化报告快照,以及完整的禁用/卸载发布门仍未完成。证据和待办项见 MVP 验收审计。
bid_compliance_summary Agent 工具,只返回项目和计数元数据。前提:可兼容的 DSH Web Profile,以及可用的 Node.js/pnpm 环境。CI 使用 Node.js 24.13.0 与 pnpm 11.7.0。
git clone https://github.com/haoranwang0921/dsh-bid-desk.git
cd dsh-bid-desk/plugin
pnpm install --frozen-lockfile
pnpm run typecheck
pnpm test
pnpm run build
从本地检出目录安装时,可将 plugin/ 添加为 DSH bundle plugin,例如:
dsh plugin --profile web add link:<仓库绝对路径>/plugin
随后按 DSH Profile 配置方式挂载 plugin/cordis.patch.yml 中定义的 dsh-bid-compliance 条目。
| 路径 | 用途 |
|---|---|
| plugin/ | DSH bundle 插件、Host 路由、持久化、解析器、客户端 UI 与冒烟测试。 |
| docs/MVP_ARCHITECTURE_AND_EXECUTION.md | 产品边界、架构、执行方案和延期事项。 |
| docs/MVP-ACCEPTANCE-AUDIT.md | 以证据为依据的 MVP 验收状态。 |
| docs/ADR-0003-document-scope-no-OCR.md | 明确拒绝扫描版 PDF,避免静默降低证据质量的决策。 |
| .github/workflows/ci.yml | 执行锁定安装、类型检查、测试和构建的 CI。 |
仓库 CI 会在向 main 推送代码或创建面向 main 的 Pull Request 时执行:依据已提交锁文件安装依赖、完成类型检查、运行插件冒烟测试并构建软件包。
cd plugin
pnpm run typecheck
pnpm test
pnpm run build
插件 package.json 声明为 MIT 许可证;仓库根目录尚未添加独立的许可证文件。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。