Files
market/teams/contract-review-team/entry.json
Yige 6f8589ccda fix(teams): align contract review client compatibility (#124)
## Why

The published pointer advertises client version `10.0.137`, while the
current DesireCore release is `10.0.136`. The newcomer instance
therefore correctly blocks installation even though the team source is
compatible with the current client.

## What changed

- align the team pointer's `requiredClientVersion` with the current
client version;
- align the catalog sidecar's compatibility declaration with the same
version.

No source pointer, team member, capability, privacy, or governance claim
changed.

## 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
- public-tree sensitive-pattern scan — zero matches
2026-09-06 06:15:31 +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 指针,安装后产出必须由具备资质的法务或律师复核,不构成法律意见。"
}