fix(brand-marks): enforce third-party rights gate - #263
Closed
tt-a1i wants to merge 2 commits into
Closed
Conversation
Owner
Author
|
当前不采用这套大范围品牌治理方案,因此关闭本 PR,不合并其中代码。相关权利风险会按实际使用场景继续评估;如后续确有需要,将拆成范围更小、兼容影响更明确的改动重新提出。分支保留,便于追溯和恢复。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
解决什么问题
Archify 的 MIT 许可证只覆盖项目代码,不能自动覆盖随包分发的第三方 logo、商标或 artwork。原有 107 个品牌 preset 缺少可执行的权利决策、发行物 notice 和 fail-closed 约束;直接下掉 44 个高风险品牌后,技术图又会失去快速识别能力。
价值
HOLD资产进入源码、渲染结果和 ZIP。方法
HOLD、13KEEP_WITH_NOTICE、50COUNSEL。HOLDpreset 不再可渲染;ID、别名、域名、重定向和跨域 favicon 都返回brand/unavailable。suggestedCapability;不会自动迁移,作者必须删除brand并显式填写capability。brand与capability相互独立且 schema 互斥;产品名继续留在label,能力标记使用独立 metadata。THIRD_PARTY_BRAND_ASSETS.md,包含 carve-out、no-endorsement、来源/归属/修改说明,以及需要随包分发的 MIT、BSD 和 CC notice。2.17.0-dev.0;这不是发布操作。兼容影响与迁移
已有输入若使用这 44 个 preset,将继续明确失败:GitHub、GitLab、Docker、Terraform、Ansible、CircleCI、Grafana、Datadog、OpenRouter、Perplexity、Railway、Fly.io、Alibaba Cloud、Firebase、TypeScript、Go、React、Vue、Next.js、Spring、MySQL、MongoDB、Redis、Apache Kafka、RabbitMQ、ClickHouse、Elasticsearch、InfluxDB、Apache Airflow、Notion、Zoom、Asana、Miro、Stripe、Shopify、HubSpot、PayPal、Intercom、Zendesk、WooCommerce、YouTube、TikTok、Reddit、Pinterest。
推荐迁移:删除节点的
brand字段,产品名继续放在label中,再按节点真实职责显式选择capability。Archify 不会把品牌静默降级成“似是而非”的 logo。已有用户自行提供的{url, sha256}对象保持兼容;它代表用户自行管理的固定字节,不代表 Archify 提供权利许可。剩余 63 个可用资产也不等于法务已批准:其中 50 个仍标为
COUNSEL,需要按实际采访、宣传、发行场景继续逐项判断。验证
git diff --cached --check: passed before commitThis is an engineering risk control and disclosure, not legal advice or legal clearance.