fix(privacy): complete owner-case purge fix2
Document P0 collision fix and precise privacy declaration permit. Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -68,6 +68,11 @@ SAFE_LINES = {
|
||||
134: '"fixture_path": "/Users/example/references/oracle.json",',
|
||||
153: 'assert "/Users/" not in rendered',
|
||||
},
|
||||
"docs/tasks/UPSTREAM-INSTRUCTION-owner-case-purge-20260919.md": {
|
||||
68: '验收:`git grep -c "/Users/" -- . \':!references/open_source_sources\' | wc -l` 为 0。',
|
||||
72: '新增 `tests/test_repo_privacy_markers.py`:读 `tests/privacy_markers.local.txt`(gitignore 的)里的模式,扫 `git ls-files`(排除 pdf / wasm / `open_source_sources`),命中即失败;文件不存在时 skip 并打印提示。`/Users/` 前缀作为内置模式始终检查。',
|
||||
99: 'git grep -l "/Users/" -- . \':!references/open_source_sources\' | wc -l # 0',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user