1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "project": {
    "name": "Suncal",
    "description": "集中式光伏投资收益测算模块化系统",
    "version": "3.0",
    "type": "photovoltaic_calculation",
    "created": "2024-12-19",
    "last_updated": "2024-12-19",
    "maintainer": "AI Assistant Team"
  },
  "ai_collaboration": {
    "primary_language": "Chinese",
    "code_language": "Python",
    "documentation_format": "Markdown",
    "shared_rules_path": "config/shared/ai_collaboration_rules.md",
    "version_control": "git",
    "quality_standards": {
      "code_compliance_rate": 0.95,
      "error_handling_coverage": 0.90,
      "documentation_completeness": 0.95,
      "requirement_understanding_rate": 0.95,
      "execution_success_rate": 0.90,
      "structured_response_rate": 1.0,
      "file_organization_rate": 1.0,
      "version_control_completeness": 0.95
    }
  },
  "development": {
    "architecture": "modular",
    "design_principles": [
      "模块化设计",
      "地理智能化",
      "可视化展示",
      "动态扩展"
    ],
    "core_modules": [
      "Geography",
      "Input", 
      "Compute",
      "Output"
    ],
    "technology_stack": {
      "language": "Python",
      "version": "3.7+",
      "dependencies": [
        "pandas",
        "openpyxl",
        "json"
      ],
      "development_tools": [
        "Cursor",
        "Trea"
      ]
    }
  },
      "file_management": {
      "docs_path": "docs/",
      "data_path": "data/",
      "scripts_path": "scripts/",
      "templates_path": "docs/原始模板/",
      "examples_path": "docs/测算实例/",
      "config_path": "config/",
      "shared_config_path": "config/shared/",
      "logs_path": "logs/",
      "modifier_logs_path": "logs/modifier/",
      "reviewer_logs_path": "logs/reviewer/",
      "versions_path": "versions/",
      "mcp_plugins_config": "config/shared/mcp_plugins.json",
      "cloud_services_config": "config/shared/cloud_services.json"
    },
  "quality_assurance": {
    "require_documentation": true,
    "code_review": true,
    "testing_required": true,
    "version_control": true,
    "ai_collaboration": true,
    "cross_reference": true
  },
  "business_domain": {
    "industry": "光伏发电",
    "calculation_type": "投资收益测算",
    "key_metrics": [
      "IRR",
      "NPV", 
      "LCOE",
      "投资回收期",
      "财务内部收益率"
    ],
    "excel_templates": [
      "附录14:集中式光伏项目测算表(模板).xlsx"
    ]
  },
  "collaboration_workflow": {
    "modifier_roles": [
      "架构师",
      "产品经理", 
      "前端开发",
      "后端开发",
      "DBA",
      "测试工程师",
      "运维工程师"
    ],
    "reviewer_roles": [
      "代码审查",
      "架构评估",
      "安全合规",
      "性能优化",
      "最佳实践验证"
    ],
    "record_formats": {
      "modifier_log": "v{version}_{date}_{time}.md",
      "reviewer_report": "{ai_name}_review_report_v{version}_{date}_{time}.md"
    }
  }
}