• Joined on 2025-08-04
rogee pushed to v2 at rogee/atomctl 2025-09-22 10:00:28 +08:00
0cfc573960 feat: 增强 gRPC 支持,优化注册函数和导入处理逻辑
1e98d0eaff feat: add comment docs
Compare 2 commits »
rogee pushed to v2 at rogee/atomctl 2025-09-19 18:59:17 +08:00
e1f83ae469 feat: 重构 pkg/ast/provider 模块,优化代码组织逻辑和功能实现
8c65c6a854 feat: 更新章程和任务模板,增加 SOLID、KISS、YAGNI、DRY 原则合规性检查
2befb513a8 feat: add spec-kit
Compare 3 commits »
rogee pushed to v2 at rogee/atomctl 2025-09-17 08:56:22 +08:00
6cb5e02c3e fix: 修复 providers 目录的嵌入路径,确保正确加载所有提供者文件
rogee pushed to v2 at rogee/atomctl 2025-09-15 18:37:06 +08:00
f0b7e0202c feat: 添加测试服务及相关测试用例,重构 demo 服务逻辑
rogee pushed to v2 at rogee/atomctl 2025-09-12 19:43:09 +08:00
dd097e9aec feat: 重构项目结构,添加命令处理程序并移除冗余文件
rogee pushed to v2 at rogee/atomctl 2025-09-12 19:35:04 +08:00
4c8205212f fix: 修复 provider 模板文件名错误的问题
rogee pushed tag v1.2.1 to rogee/atom 2025-09-12 18:21:35 +08:00
rogee pushed to v2 at rogee/atomctl 2025-09-12 17:40:13 +08:00
02ea517143 fix: 修复导入路径,确保正确引用 atom 包及其子模块
rogee pushed to v2 at rogee/atomctl 2025-09-12 17:28:30 +08:00
342f205b5e feat(tracing): Implement Jaeger/OpenTracing provider with configuration options
rogee pushed to v2 at rogee/atomctl 2025-09-12 14:17:52 +08:00
202239795b feat: 移除冗余的数据库配置处理,简化模型生成命令逻辑
rogee pushed tag v1.1.5 to rogee/atom 2025-09-12 11:42:38 +08:00
rogee pushed to main at rogee/atom 2025-09-12 11:40:57 +08:00
744ae45c15 feat: add utility functions for environment variable handling, file operations, pointer manipulation, random generation, and string processing
rogee pushed to v2 at rogee/atomctl 2025-09-12 11:05:15 +08:00
bddd8b1ba9 feat: 更新事件主题常量格式,添加前缀以区分事件类型;增强订阅者日志记录,包含主题信息
rogee pushed to v2 at rogee/atomctl 2025-09-12 10:52:40 +08:00
c0a437a793 feat: 添加 cron 任务模板,支持定时任务生成
rogee pushed to v2 at rogee/atomctl 2025-09-12 10:34:00 +08:00
ee15e0932a feat: 增强命令帮助文档,添加详细说明和示例
a96df4d628 feat: 更新 enum 命令的帮助文档,增加详细的标志和行为说明
Compare 2 commits »
rogee pushed to v2 at rogee/atomctl 2025-09-12 10:17:29 +08:00
3a61b6e22b feat: 更新 README 文档,增加命令行工具功能描述与示例
rogee pushed tag v1.1.4 to rogee/atom 2025-09-12 09:00:42 +08:00
rogee pushed to main at rogee/atom 2025-09-12 08:59:33 +08:00
205c08b00d feat: update Local function to accept any type for key parameter
rogee pushed to v2 at rogee/atomctl 2025-09-11 22:54:37 +08:00
0096775d31 update gen routes
82c94d5a29 complete route generator
f2a8b9876e update route
Compare 3 commits »
rogee pushed to v2 at rogee/atomctl 2025-09-11 20:10:26 +08:00
76c7592f26 feat: 添加对 @Bind 注释中 model 字段的支持,优化路径参数绑定逻辑并更新文档