mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-06 23:04:08 +08:00
## Why / 背景 The market entry still pointed at team v0.1.5. Its pinned member lock used stale agent manifests whose `command_authority.allowed_targets` did not match the installed runtime IDs, so a fresh newcomer install could pass catalog discovery but block the first delegation. The upstream team main is now v0.1.6 with the corrected lock and member versions. 市场条目仍指向 v0.1.5。其成员锁引用了旧 Agent manifest,`command_authority.allowed_targets` 与安装后的 runtime ID 不一致,导致新人实例虽然能发现团队,却会在首次委派时被阻断。上游团队 main 已更新到 v0.1.6,成员锁和版本已修正。 ## What changed / 变更 - bump `latestVersion` and `release.version` to `0.1.6`; - point entry source, catalog provenance, and compliance `reviewedRef` to upstream team commit `3a4736e31ff5bf4299fde17fdde682a179d898b2`; - align all six listed member versions with the upstream `members.lock.json` (lead 1.0.4, intake 1.0.1, clause 1.0.2, risk 1.0.2, jurisdiction 1.2.1, reporter 1.0.1); - update release and upstream observation timestamps. - 将 `latestVersion` 与 `release.version` 更新为 `0.1.6`; - 将 entry source、catalog provenance 和 compliance `reviewedRef` 对齐上游团队 commit `3a4736e31ff5bf4299fde17fdde682a179d898b2`; - 六名成员版本与上游 `members.lock.json` 对齐(统筹 1.0.4、输入 1.0.1、条款 1.0.2、风险 1.0.2、法域 1.2.1、报告 1.0.1); - 更新发布时间与上游观察时间。 ## Validation / 验证 - `uv run scripts/catalog/validate_catalog_metadata.py --json` — exit 0, 0 errors, 129 existing warnings; - `uv run scripts/i18n/validate-i18n.py` — exit 0; - `uv run scripts/catalog/test_validate_catalog_metadata.py` — 47 passed; - `uv run scripts/i18n/test_validate_i18n.py` — 19 passed; - `uv run scripts/catalog/test_collection_generator.py` — 4 passed; - independent GPT-Reserve reviews — PASS, P0/P1/P2/P3=0; - `git diff --check` — passed. - `uv run scripts/catalog/validate_catalog_metadata.py --json`:exit 0,0 errors,129 个既有 warnings; - `uv run scripts/i18n/validate-i18n.py`:exit 0; - `uv run scripts/catalog/test_validate_catalog_metadata.py`:47 passed; - `uv run scripts/i18n/test_validate_i18n.py`:19 passed; - `uv run scripts/catalog/test_collection_generator.py`:4 passed; - 两次独立 GPT-Reserve 复审:PASS,P0/P1/P2/P3=0; - `git diff --check`:通过。