feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete

- Add iit_schema with 5 tables
- Create module structure and types (223 lines)
- WeChat integration verified (Access Token success)
- Update system docs to v2.4
- Add REDCap source folders to .gitignore
- Day 1/14 complete (11/11 tasks)
This commit is contained in:
2025-12-31 18:35:05 +08:00
parent decff0bb1f
commit 4c5bb3d174
154 changed files with 13759 additions and 8 deletions

13
.gitignore vendored
View File

@@ -126,3 +126,16 @@ dmypy.json
# Cython
cython_debug/
# ==================== REDCap Source Code (Reference Only) ====================
# REDCap源码文件夹仅作本地参考不提交到Git
# 原因文件过大158MB+),且为第三方源码
redcap15.8.0/
redcap_external_module_framework_docs_main/
guanfangexternal-module-framework-docs-main/
# 说明:
# - 这些文件夹包含REDCap官方源码用于开发External Module时参考
# - 开发人员需要自行从官方渠道下载
# - REDCap官网https://projectredcap.org/
# - External Module文档https://github.com/vanderbilt-redcap/redcap-external-modules