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:
27
.project.json
Normal file
27
.project.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user