mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-06 18:03:41 +08:00
fix(teams): match jurisdiction auditor release version (#125)
## 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
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
"id": "jurisdiction-auditor",
|
||||
"name": "法域合规官",
|
||||
"role": "member",
|
||||
"version": "1.0.0"
|
||||
"version": "1.2.0"
|
||||
},
|
||||
{
|
||||
"id": "review-reporter",
|
||||
|
||||
Reference in New Issue
Block a user