mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 17:43:49 +08:00
docs: 明确 MindOpt 外部授权与部署依赖 (#80)
## 变更说明 / Summary ### 中文 - 在 `workforce-optimization` 的发现描述、`compatibility`、中英文市场摘要和正文中明确 MindOpt 是需要独立安装/部署并取得有效许可证的外部第三方求解器。 - 明确 `MindOptSolve` 只是受治理的 Connector/Adapter,不包含 MindOpt 求解器软件、许可证、算力托管、采购或运行费用。 - 增加运行前检查:必须确认 Connector ready、capabilities 可用且部署具备当前用途所需的有效许可证;仅注册 Tool 名称不能证明依赖可用。 - 增加安全降级:外部依赖不可用时仍可完成需求澄清和建模制品,但不得调用求解器、伪造 `SolveResult` 或宣称可行/最优/收益。 - 在 `AGENTS.md` 与 `CLAUDE.md` 中固化通用的第三方商业依赖披露规则。 - Skill 版本升级到 `2.3.3`,Market 版本升级到 `1.2.24`。 MindOpt 官方文档说明运行前必须取得有效许可证,并同时提供商业许可和社区许可;适用范围与采购要求以官方条款为准: https://opt.aliyun.com/doc/mindopt/latest/cn/html/installation/license.html ### English - Discloses in discovery metadata, `compatibility`, localized marketplace text, and runtime instructions that MindOpt is separately installed/deployed third-party solver software requiring a valid applicable license. - Clarifies that `MindOptSolve` is only the governed connector/adapter and does not bundle the solver, license, hosted compute, procurement, or operating costs. - Adds a preflight gate for connector readiness, required capabilities, and applicable licensing. - Defines safe degraded behavior: requirement and model artifacts may still be produced, but no solver call or fabricated solution claim is allowed. - Adds a generic third-party dependency disclosure rule to both repository instruction entrypoints. - Bumps the Skill to `2.3.3` and the Market to `1.2.24`. The official MindOpt documentation states that a valid license is required and documents both commercial and community licenses; eligibility and purchasing remain governed by those official terms: https://opt.aliyun.com/doc/latest/en/html/installation/license.html ## 验证 / Validation - `uv run --quiet scripts/i18n/test_validate_i18n.py` — 8 passed - `uv run --quiet scripts/i18n/validate-i18n.py` — no issues - `uv run --quiet scripts/i18n/translate.py --check` — current; human translation hash aligned - `git diff --check` - Public-worktree customer-identity/path scan — 0 matches
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DesireCore Official Market",
|
||||
"version": "1.2.23",
|
||||
"version": "1.2.24",
|
||||
"schemaVersion": "1.1.0",
|
||||
"supportedLocales": ["zh-CN", "en-US"],
|
||||
"defaultLocale": "en-US",
|
||||
@@ -28,7 +28,7 @@
|
||||
"stats": {
|
||||
"totalAgents": 1,
|
||||
"totalSkills": 57,
|
||||
"lastUpdated": "2026-08-07"
|
||||
"lastUpdated": "2026-08-08"
|
||||
},
|
||||
"features": [
|
||||
"curated-index",
|
||||
|
||||
Reference in New Issue
Block a user