Conversation
Owner
Author
Owner
Author
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.
结果
将 SouWen 的 canonical HFS 明确归类为 Preview,并升级到 HFS v2.1。registry-only 模式继续保持,但 manifest 现在明确声明 primary 角色和本地明文 env 事实源。
本 PR 不包含真实凭据,也未修改或部署 Hugging Face Space。
主要变更
project_class = "preview"、target_role = "primary"、env_file = ".env"和secret_files = []。影响与边界
main打开,尚未合并;没有写入真实.env,也没有执行 HF Settings、部署、重启或业务 smoke。验证
pytest tests/test_hfs_v2_registry.py -q:3 passed。git diff --check:通过。Review focus
请重点复核 registry-only 模式与 v2.1 本地明文事实源声明是否一致,以及文档没有把开放 PR 误述成已部署状态。