dsh-data-cleaning-agent 0.2.0 → 0.2.1
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/CHANGELOG.md +7 -2
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
## [0.2.1] - 2026-09-01
|
|
8
|
+
|
|
9
|
+
> OIDC 可信发布链路验证版本,无功能变更。
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- 发布流程:接入 npm OIDC Trusted Publishing(`release.yml` + `--provenance`),`v*` tag 自动发布并生成 GitHub Release。
|
|
9
13
|
|
|
10
14
|
## [0.2.0] - 2026-09-01
|
|
11
15
|
|
|
@@ -13,6 +17,7 @@
|
|
|
13
17
|
> 以便社区 fork / PR / npm 公开安装。
|
|
14
18
|
|
|
15
19
|
### Added
|
|
20
|
+
- 开源社区化工程骨架(README 双语、LICENSE、CONTRIBUTING、install.sh、marketing 元数据、CI/Release workflow)。
|
|
16
21
|
- MVP 全量能力:CSV/XLSX/JSON 解析、清洗(trim / 手机号规范化 / 缺失剔除 / 负金额剔除 / 去重)、
|
|
17
22
|
确定性补全、概览画像、CSV 回写(`lib/engine.js`)。
|
|
18
23
|
- 三个模型工具:`data_clean_rows` / `data_complete_rows` / `data_profile`(`lib/tools.js`)。
|
package/README.en.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> A data cleaning & completion agent plugin for DeepSeek Harness: local CSV/XLSX/JSON engine plus optional Qichacha (QCC) MCP enterprise-data enrichment. Initiated and maintained by the Qichacha (QCC) team.
|
|
4
4
|
>
|
|
5
|
-
> Current version / 当前版本: **0.2.
|
|
5
|
+
> Current version / 当前版本: **0.2.1**
|
|
6
6
|
|
|
7
7
|
[](https://github.com/duhu2000/dsh-data-cleaning-agent/actions/workflows/ci.yml)
|
|
8
8
|
[](https://www.npmjs.com/package/dsh-data-cleaning-agent)
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> 在 DeepSeek Harness 中清洗、补全、画像企业名单数据的智能体插件:本地 CSV/XLSX/JSON 引擎 + 可选企查查(Qichacha/QCC)MCP 企业数据补全,由企查查(Qichacha/QCC)团队发起并维护。
|
|
4
4
|
>
|
|
5
|
-
> 当前版本 / Current version: **0.2.
|
|
5
|
+
> 当前版本 / Current version: **0.2.1**
|
|
6
6
|
|
|
7
7
|
[](https://github.com/duhu2000/dsh-data-cleaning-agent/actions/workflows/ci.yml)
|
|
8
8
|
[](https://www.npmjs.com/package/dsh-data-cleaning-agent)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-data-cleaning-agent",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Clean, complete, and profile enterprise name lists in DeepSeek Harness — a data cleaning & completion agent plugin with local CSV/XLSX/JSON engine and optional Qichacha (QCC) MCP enrichment. Maintained by Qichacha/QCC.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|