From a0f0d038785981dcc47eac4773919027697b092b Mon Sep 17 00:00:00 2001 From: Yige Date: Sat, 5 Sep 2026 18:20:54 -0400 Subject: [PATCH] fix(teams): match jurisdiction auditor release version (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why The team source lock declares `jurisdiction-auditor` at version `1.2.0`, while the market roster still said `1.0.0`. DesireCore correctly rejected the install because market member versions must match the pinned team release. ## What changed - update the market roster entry for `jurisdiction-auditor` to `1.2.0`; - leave the pinned team source, commit, governance evidence, and all other members unchanged. ## Validation - `uv run scripts/catalog/validate_catalog_metadata.py --json` — 0 errors, 129 existing warnings - public-tree sensitive-pattern scan — zero matches --- teams/contract-review-team/entry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/contract-review-team/entry.json b/teams/contract-review-team/entry.json index 05da873..ab76935 100644 --- a/teams/contract-review-team/entry.json +++ b/teams/contract-review-team/entry.json @@ -71,7 +71,7 @@ "id": "jurisdiction-auditor", "name": "法域合规官", "role": "member", - "version": "1.0.0" + "version": "1.2.0" }, { "id": "review-reporter",