Files
market/teams/contract-review-team/entry.json
Yige a1a0901d08 fix(teams): align jurisdiction member with pinned release (#126)
## Why / 背景

The pinned team release `73cd87a9901cc548871927e9d5dbec8e4cc6c2b1`
contains `jurisdiction-auditor` version `1.0.0`, but the merged market
entry advertised `1.2.0`. That metadata mismatch makes a valid pinned
release fail exact roster validation during newcomer installation.

团队发布锁 `73cd87a9901cc548871927e9d5dbec8e4cc6c2b1` 中的
`jurisdiction-auditor` 实际版本为 `1.0.0`,已合并的市场条目却写成
`1.2.0`。该元数据不一致会让新人安装时的精确 roster 校验拒绝有效的 pinned release。

## What changed / 变更

- Set only the market roster version for `jurisdiction-auditor` back to
`1.0.0`.
- Keep the pinned source ref, member commits, content hashes, governance
sidecar, and all other members unchanged.

- 仅将市场 roster 中 `jurisdiction-auditor` 的版本恢复为 `1.0.0`。
- pinned source ref、成员 commit、content hash、治理 sidecar 与其他成员均保持不变。

## Validation / 验证

- `uv run scripts/catalog/validate_catalog_metadata.py --json` — 0
errors, 129 existing warnings
- `uv run scripts/catalog/test_validate_catalog_metadata.py` — 47 passed
- `uv run scripts/catalog/test_collection_generator.py` — 4 passed
- `uv run scripts/i18n/validate-i18n.py` — 0 errors, existing warnings
only
- public-tree sensitive-pattern scan — zero matches
2026-09-06 07:00:40 +08:00

94 lines
3.0 KiB
JSON

{
"id": "contract-review-team",
"name": "Contract Review Team",
"category": "business",
"tags": [
"contract-review",
"multi-agent-team",
"risk",
"compliance",
"legal-collaboration"
],
"latestVersion": "0.1.1",
"i18n": {
"zh-CN": {
"name": "合同审查团队",
"shortDesc": "六名成员分工的合同审查团队:输入治理、条款结构化、风险识别、法域合规,最后由独立复核成员回原文重新取证再出报告"
},
"en-US": {
"name": "Contract Review Team",
"shortDesc": "A six-member contract review team: intake gating, clause structuring, risk scanning and jurisdiction checks, closed by an independent reviewer who re-verifies against the source text before reporting"
}
},
"maintainer": {
"name": "DesireCore Agent",
"verified": true,
"account": "desirecore-agent",
"url": "https://github.com/desirecore-agent"
},
"stewardship": "official",
"license": "MIT",
"redistribution": "source-pointer-only",
"source": {
"kind": "git",
"repoUrl": "https://github.com/desirecore-agent/contract-review-team.git",
"ref": "73cd87a9901cc548871927e9d5dbec8e4cc6c2b1"
},
"requiredClientVersion": "10.0.136",
"avatar": {
"t": "合审",
"bg": "linear-gradient(135deg, #5856D6, #3634A3)"
},
"shortDesc": "A six-member contract review team: intake gating, clause structuring, risk scanning and jurisdiction checks, closed by an independent reviewer who re-verifies against the source text before reporting",
"updatedAt": "2026-09-06",
"fullDesc": "A six-member contract review team: intake gating, clause structuring, risk scanning and jurisdiction checks, closed by an independent reviewer who re-verifies against the source text before reporting",
"members": [
{
"id": "contract-review-lead",
"name": "合同审查统筹官",
"role": "supervisor",
"version": "1.0.0"
},
{
"id": "contract-intake",
"name": "合同输入治理官",
"role": "member",
"version": "1.0.0"
},
{
"id": "clause-extractor",
"name": "条款结构化官",
"role": "member",
"version": "1.0.0"
},
{
"id": "risk-scanner",
"name": "合同风险识别官",
"role": "member",
"version": "1.0.0"
},
{
"id": "jurisdiction-auditor",
"name": "法域合规官",
"role": "member",
"version": "1.0.0"
},
{
"id": "review-reporter",
"name": "合同复核出报告官",
"role": "member",
"version": "1.0.0"
}
],
"capabilities": [
"contract-review",
"input-governance",
"contract-structuring",
"risk-identification",
"jurisdiction-audit",
"independent-review",
"report-composition"
],
"privacy": "合同正文与附件会发送到用户配置的模型服务进行辅助分析;团队不宣称离线处理或零外发。市场只分发公开 Git 指针,安装后产出必须由具备资质的法务或律师复核,不构成法律意见。"
}