feat(sync): 完成 S-08 数据分类

This commit is contained in:
2026-09-09 12:07:45 +08:00
parent b08b7815e5
commit bafec01c41
14 changed files with 1036 additions and 26 deletions
+7
View File
@@ -206,6 +206,11 @@ mod tests {
"attachments/tool.exe",
"attachments/plugin.zip",
"settings.json",
"index.sqlite3",
"vectors.bin",
"cache/index.md",
"logs/agent.md",
"models/embedding.md",
] {
assert!(!allowed(path), "{path}");
}
@@ -214,6 +219,8 @@ mod tests {
"attachments/movie.mp4",
"attachments/image.png",
"attachments/fixture.bin",
"opennexus-records/v1/conversations/conversation_00000000000000000000000000000001.json",
"opennexus-records/v1/extension-installations/extension_00000000000000000000000000000001.json",
] {
assert!(allowed(path), "{path}");
}