fix(market): publish contract review team v0.1.6 (#134)

## Why / 背景

The market entry still pointed at team v0.1.5. Its pinned member lock
used stale agent manifests whose `command_authority.allowed_targets` did
not match the installed runtime IDs, so a fresh newcomer install could
pass catalog discovery but block the first delegation. The upstream team
main is now v0.1.6 with the corrected lock and member versions.

市场条目仍指向 v0.1.5。其成员锁引用了旧 Agent
manifest,`command_authority.allowed_targets` 与安装后的 runtime ID
不一致,导致新人实例虽然能发现团队,却会在首次委派时被阻断。上游团队 main 已更新到 v0.1.6,成员锁和版本已修正。

## What changed / 变更

- bump `latestVersion` and `release.version` to `0.1.6`;
- point entry source, catalog provenance, and compliance `reviewedRef`
to upstream team commit `3a4736e31ff5bf4299fde17fdde682a179d898b2`;
- align all six listed member versions with the upstream
`members.lock.json` (lead 1.0.4, intake 1.0.1, clause 1.0.2, risk 1.0.2,
jurisdiction 1.2.1, reporter 1.0.1);
- update release and upstream observation timestamps.

- 将 `latestVersion` 与 `release.version` 更新为 `0.1.6`;
- 将 entry source、catalog provenance 和 compliance `reviewedRef` 对齐上游团队
commit `3a4736e31ff5bf4299fde17fdde682a179d898b2`;
- 六名成员版本与上游 `members.lock.json` 对齐(统筹 1.0.4、输入 1.0.1、条款 1.0.2、风险
1.0.2、法域 1.2.1、报告 1.0.1);
- 更新发布时间与上游观察时间。

## Validation / 验证

- `uv run scripts/catalog/validate_catalog_metadata.py --json` — exit 0,
0 errors, 129 existing warnings;
- `uv run scripts/i18n/validate-i18n.py` — exit 0;
- `uv run scripts/catalog/test_validate_catalog_metadata.py` — 47
passed;
- `uv run scripts/i18n/test_validate_i18n.py` — 19 passed;
- `uv run scripts/catalog/test_collection_generator.py` — 4 passed;
- independent GPT-Reserve reviews — PASS, P0/P1/P2/P3=0;
- `git diff --check` — passed.

- `uv run scripts/catalog/validate_catalog_metadata.py --json`:exit 0,0
errors,129 个既有 warnings;
- `uv run scripts/i18n/validate-i18n.py`:exit 0;
- `uv run scripts/catalog/test_validate_catalog_metadata.py`:47 passed;
- `uv run scripts/i18n/test_validate_i18n.py`:19 passed;
- `uv run scripts/catalog/test_collection_generator.py`:4 passed;
- 两次独立 GPT-Reserve 复审:PASS,P0/P1/P2/P3=0;
- `git diff --check`:通过。
This commit is contained in:
2026-09-06 08:07:04 -04:00
committed by GitHub
parent 39258c79dd
commit 18ce1c7798
2 changed files with 12 additions and 12 deletions

View File

@@ -34,7 +34,7 @@
},
"release": {
"state": "known",
"version": "0.1.5",
"version": "0.1.6",
"versionScheme": "semver"
},
"timestamps": {
@@ -45,7 +45,7 @@
},
"releasePublishedAt": {
"state": "known",
"value": "2026-09-06T10:02:16Z",
"value": "2026-09-06T11:56:56.089Z",
"precision": "second"
},
"reviewedAt": {
@@ -55,7 +55,7 @@
},
"upstreamObservedAt": {
"state": "known",
"value": "2026-09-06T10:02:16Z",
"value": "2026-09-06T11:56:56.089Z",
"precision": "second"
}
},
@@ -63,7 +63,7 @@
"content": {
"kind": "git",
"url": "https://github.com/desirecore-agent/contract-review-team.git",
"ref": "2a45d9fc031ba7d63d3ec15552ef0bc4c3a2b46e"
"ref": "3a4736e31ff5bf4299fde17fdde682a179d898b2"
}
},
"governance": {
@@ -82,7 +82,7 @@
},
"compliance": {
"licenseEvidencePath": "LICENSE",
"reviewedRef": "2a45d9fc031ba7d63d3ec15552ef0bc4c3a2b46e",
"reviewedRef": "3a4736e31ff5bf4299fde17fdde682a179d898b2",
"reviewedAt": "2026-09-06",
"reviewedBy": "DesireCore Agent",
"upstreamEndorsed": true

View File

@@ -9,7 +9,7 @@
"compliance",
"legal-collaboration"
],
"latestVersion": "0.1.5",
"latestVersion": "0.1.6",
"i18n": {
"zh-CN": {
"name": "合同审查团队",
@@ -32,7 +32,7 @@
"source": {
"kind": "git",
"repoUrl": "https://github.com/desirecore-agent/contract-review-team.git",
"ref": "2a45d9fc031ba7d63d3ec15552ef0bc4c3a2b46e"
"ref": "3a4736e31ff5bf4299fde17fdde682a179d898b2"
},
"requiredClientVersion": "10.0.136",
"avatar": {
@@ -47,13 +47,13 @@
"id": "contract-review-lead",
"name": "合同审查统筹官",
"role": "supervisor",
"version": "1.0.2"
"version": "1.0.4"
},
{
"id": "contract-intake",
"name": "合同输入治理官",
"role": "member",
"version": "1.0.0"
"version": "1.0.1"
},
{
"id": "clause-extractor",
@@ -65,19 +65,19 @@
"id": "risk-scanner",
"name": "合同风险识别官",
"role": "member",
"version": "1.0.0"
"version": "1.0.2"
},
{
"id": "jurisdiction-auditor",
"name": "法域合规官",
"role": "member",
"version": "1.2.0"
"version": "1.2.1"
},
{
"id": "review-reporter",
"name": "合同复核出报告官",
"role": "member",
"version": "1.0.0"
"version": "1.0.1"
}
],
"capabilities": [