Ssakura-01docs: update architecture documentation
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: implement message module with design doc 实现消息定义模块,包含协议消息类型和序列化功能。 模块特性: - 统一消息格式(请求头、请求体) - 纵向安全通信协议定义 - 支持多种消息类型(签名请求、验签请求等) 设计文档: - 定义消息结构和编解码规范 - 明确字节序(little-endian) Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 | 19 天前 | |
docs: update architecture documentation - Add 04-plugin-framework.md (453 lines) - Update all ADR documents (8 files) - Update detailed-design documents (7 files) - Update architecture, cms-test-cli-design, contributing, faq - Update functional-design, integration-test-design, interface - Update requirements, user-guide - Update packaging files (README, build-rpm.sh, trustruntime.service) - Update main.rs with improved comments Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 <system-reminder> | 5 天前 | |
feat: add trustring skeleton with design doc 添加trustring插件骨架,定义CMS签名验签功能模块。 模块清单: - Cargo.toml:插件依赖配置 - lib.rs:插件入口和注册逻辑 - error_code_mapper.rs:错误码映射表 设计文档: - 定义CMS签名验签架构 - 明确插件与框架集成方式(ADR-0003) - 错误码编码规范(ADR-0001) Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 | 19 天前 | |
docs: update architecture documentation - Add 04-plugin-framework.md (453 lines) - Update all ADR documents (8 files) - Update detailed-design documents (7 files) - Update architecture, cms-test-cli-design, contributing, faq - Update functional-design, integration-test-design, interface - Update requirements, user-guide - Update packaging files (README, build-rpm.sh, trustruntime.service) - Update main.rs with improved comments Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 <system-reminder> | 5 天前 | |
docs: update architecture documentation - Add 04-plugin-framework.md (453 lines) - Update all ADR documents (8 files) - Update detailed-design documents (7 files) - Update architecture, cms-test-cli-design, contributing, faq - Update functional-design, integration-test-design, interface - Update requirements, user-guide - Update packaging files (README, build-rpm.sh, trustruntime.service) - Update main.rs with improved comments Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 <system-reminder> | 5 天前 | |
feat: implement daemon and signal with design doc 实现守护进程和信号处理模块。 功能特性: - daemon.rs:守护进程管理、systemd通知 - signal.rs:信号处理(SIGTERM/SIGINT) 设计文档: - 定义进程生命周期管理架构 - Systemd服务配置(ADR-0006) Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 | 14 天前 | |
feat: implement logger module with design doc 实现日志系统模块,提供结构化日志输出功能。 功能特性: - 基于log4rs的日志框架 - 支持多级别日志输出(DEBUG/INFO/WARN/ERROR) - 结构化日志格式 - 日志文件轮转和归档 设计文档: - 定义日志架构和配置规范 - 明确日志级别使用场景 Code-Owner: zhangshouxu@h-partners.com Co-Authored-By: glm-5 | 18 天前 |