8d945fa54d
revert: remove Agent View workflow config (agent-config, AI_GLOBAL_WORKSPACE)
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 13:36:35 +08:00
2994509bd3
docs: add AI Global workspace template, update README to reflect devops-projects split
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 10:55:37 +08:00
WangDL
5023761a27
docs: 知识库设计完整版 + 服务器与数据库部署方案
2026-05-19 22:54:43 +08:00
1da2c04037
chore: reorganize design docs into subdirectories; update server credentials
...
- Move api-server design docs into 设计/ subdirectory
- Move ios/web UI-UX audit reports into 已完成/ subdirectories
- Rename 服务器凭据.md → 轻量云服务器凭据.md
- Add 蜂驰云服务器凭据.md (120.53.227.155)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 16:55:42 +08:00
WangDL
6c6c3cf74a
feat: 添加 iOS 和 Web 项目 UI/UX 设计审查报告
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 21:03:41 +08:00
b648353eda
fix: add S16 KB architecture choice, correct summary counts
...
- S16: 知识库技术架构选型(开源 vs 自建仿竞品)
- Fix 🔴 count 17→22, 🔵 count 10→11
- Cross-checked all 23 items from 思绪问题
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 13:38:43 +08:00
ea992c3e8c
fix: add missing iOS items — I30 subscription, I31 payment, I32 KB creation
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 13:26:49 +08:00
f71275ffa1
refactor: analyze 思绪问题, categorize by decision level, create 进行中 docs
...
- Extract all items from 思绪问题.md, classify into 3 tiers:
🔴 17 items need user decision (direction/pricing/copy)
🔵 10 items need architecture design first
🟢 12 items can be implemented autonomously
- New section "五、决策分类汇总" with summary tables
- Add B28 (iOS API gap audit) and B29 (KB storage architecture)
- Add I18-I29 for iOS new items from 思绪问题
- Add W8 (login) and W9 (copywriting) to web section
- Create 进行中.md in api-server/, ios-projects/, web-projects/
- Move 思绪问题.md → 已完成/
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:34:21 +08:00
07ec422e01
refactor: move completed docs into 已完成 folders
...
- 后端待完成事项清单 → api-server/已完成/
- iOS 登录集成 → ios-projects/已完成/
- iOS 缺失项与待补全方向 → ios-projects/已完成/
- Update all cross-references in 总待完成清单 + 功能需求清单
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:03:35 +08:00
c0a399f8be
refactor: remove done items, group completed tasks into collapsible sections
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 10:59:19 +08:00
1ac15bcf87
update: mark B20-B22 Docker/Shutdown/Migration as done
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 10:52:32 +08:00
75c1ec631e
docs: mark B4, B27 complete — rate limit guard refactored
...
RateLimitService replaced with global RateLimitGuard + @RateLimit decorators.
All P0 tasks now complete.
2026-05-18 10:25:07 +08:00
b0372ee67c
docs: mark B12-B15 complete — P1 async workflow done
...
AI analysis now async via BullMQ, DocumentImportWorker fully implemented,
3 workers all functional.
2026-05-18 10:18:01 +08:00
15e747fa4a
docs: mark B7-B10, B18 complete; update P1 AI workflows status
...
4 AI workflows implemented and build verified with 0 errors.
Document import setTimeout mock replaced with KnowledgeImportWorkflow.
2026-05-18 10:09:19 +08:00
647ae228a8
docs: record RateLimitService DI issue and follow-up task B27
...
B4 changed to ⚠️ — RateLimitService can't be injected from AppModule
into feature/global modules. B27 added: refactor as Guard/Interceptor.
2026-05-17 23:06:40 +08:00
b55e497161
docs: 更新总待完成清单 — iOS P2 动效/无障碍完成,COS 接入完成
...
- I12 动效补充 ✅
- I13 无障碍基础适配 ✅
- B16/B17/B19 COS 对象存储接入 ✅
- 移除 iOS CI/CD 项(Apple 项目本地编译发布)
- 更新执行顺序建议
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 22:31:38 +08:00
fe608da385
docs: 重构技术设计目录结构 + 更新待完成清单
...
- 文档从扁平结构迁移至分类目录 (api-server/ios-projects/web-projects/长期规划)
- 更新总待完成清单 (B1-B6 全部完成, I1-I7 全部完成)
- 新增后端实现状态、已实现功能汇总等已完成文档
- 新增 iOS 功能需求清单、架构设计、差距分析等文档
- 清理旧版未维护文档
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 19:08:59 +08:00
69dbb72777
docs: 更新AI架构设计、后端待办清单,归档已完成文档
...
- 更新AI架构设计文档链接
- 整理后端待完成事项清单(12 Repository迁Prisma、AI架构、JwtAuthGuard等)
- 归档已完成:AI架构决策清单
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 00:41:02 +08:00
00b7b3613c
restructure doc repo: new directory layout with status prefixes, archive completed docs
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 17:29:57 +08:00