chore: 立项 graphify-analysis

Graphify v0.4.8 源码全面解析 + GitNexus 替换评估报告,单页深色主题。

- public/index.html: ~600 行报告(架构/流程/逐模块/GraphRAG 验证/GitNexus 对比/建议)
- Dockerfile + nginx.conf: Coolify 静态部署
- .memory/analysis.md: 完整调研笔记
- graphify/ 源码快照不入库(作为只读参考)

结论: 不要替换 GitNexus, 可选抄 Graphify 7 个细节。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kang
2026-04-13 18:27:54 +08:00
commit 857cd7d01b
8 changed files with 771 additions and 0 deletions

27
.project.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "graphify-analysis",
"description": "Graphify 源码全面解析 + GitNexus 替换评估的单页报告",
"status": "active",
"category": "research",
"created": "2026-04-13",
"ports": [
{
"port": 4410,
"label": "web",
"fixed": false
}
],
"stack": [
"HTML",
"nginx",
"Coolify",
"Docker"
],
"deployment": {
"target": "coolify",
"domain": "graphify-analysis.kang-kang.com",
"type": "static",
"stateful": false
},
"url": "https://git.kang-kang.com/kangwang/graphify-analysis"
}