docs(v2): C03 配置体系与企业 MDM (YAO-105)#27
Merged
Merged
Conversation
冻结 source_commit 290fdc94。沿用 docs/17-Settings-系统.md v1 作为修订底, 保留全部 v1 H1/H2 标题与既有正文段落,仅在 §5 之后插入两节新内容: - §5.5 PolicyLimits:与 Settings 平行的组织级开关 覆盖 services/policyLimits/,包括资格判定(OAuth Team/Enterprise + Console API Key,不含 subscriptionType=null)、ESSENTIAL_TRAFFIC_DENY_ON_MISS 反例集合、~/.claude/policy-limits.json mode 0o600、30 秒 loading promise 兜底。 - §5.6 SettingsSync:跨设备一致性的双向通道 覆盖 services/settingsSync/,包括 backend API 218817、上传/下载两组门 禁、lodash pickBy 增量、500KB 上限、markInternalWrite 复用、 /reload-plugins minIntervalMs=0 显式意图传递。 并在导言追加一句话点出 'Claude Code 还有两条独立运行的组织级服务管线', 以契合 7 维度叙事,但不改写 v1 已有正文。 Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
OC-R review: redownloadUserSettings() 无参数,内部 doDownloadUserSettings(0) 的 0 是 maxRetries(retry 次数),不是 minIntervalMs(节流间隔)。 services/settingsSync/index.ts:152-154 + reload-plugins.ts:22-23 的 原注释明确 'No retries: user-initiated command, one attempt + fail-open'。 删除"最小间隔节流 / 忽略节流 / minIntervalMs"表述,改为基于 maxRetries 的解读。 Co-authored-by: multica-agent <github@multica.ai>
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.
概述
冻结 source_commit
290fdc9481a70612bc5823aa4ed225c52c52aad3,沿用docs/17-Settings-系统.mdv1 作为修订底,保留全部 v1 H1/H2 标题与既有正文,仅在 §5(Remote Managed Settings)之后插入两节新内容,并在导言追加一句话点出 7 维度叙事。改动范围
subscriptionType=null)ESSENTIAL_TRAFFIC_DENY_ON_MISS反例集合(allow_product_feedback)~/.claude/policy-limits.jsonmode0o600anthropic#218817pickBy增量 diffMAX_FILE_SIZE_BYTES = 500KB与后端协定markInternalWrite复用机制/reload-plugins通过minIntervalMs=0显式传递用户意图主锚点(v2 修订)
services/policyLimits/index.ts、services/policyLimits/types.tsservices/settingsSync/index.ts、services/settingsSync/types.tsservices/remoteManagedSystem/、utils/settings/、utils/cliArgs.ts维持 v1 引用文体一致性自检
C03 ·/§N/X.tsx 是 Y等禁用句式。290fdc94。OK。不合并
按 YAO-105 约定,开 PR 不 merge,由尧哥手动合。
Closes YAO-105.