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:
2026-09-05 18:20:54 -04:00
committed by GitHub
parent 6f8589ccda
commit a0f0d03878

View File

@@ -71,7 +71,7 @@
"id": "jurisdiction-auditor", "id": "jurisdiction-auditor",
"name": "法域合规官", "name": "法域合规官",
"role": "member", "role": "member",
"version": "1.0.0" "version": "1.2.0"
}, },
{ {
"id": "review-reporter", "id": "review-reporter",