Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:31 +08:00
commit b3b538c011
38 changed files with 5130 additions and 0 deletions

17
cache/patterns.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"_comment": "Initial cache state. Timestamps and patterns will be updated automatically on first MCP query.",
"version": "1.0.0",
"last_updated": "2025-01-25T00:00:00Z",
"repository_commit": null,
"patterns": {
"extraction": [],
"classification": [],
"rag": [],
"agents": []
},
"metadata": {
"total_patterns": 0,
"cache_size_bytes": 0,
"last_refresh": null
}
}