29 Commits

Author SHA1 Message Date
23a6999b56 docs: 推送所有未提交的文档更新
- 5/19-5/20 工作日志
- 后端实现状态更新
- 服务器部署方案更新
- 知识库设计更新
- 进行中文档更新
- 执行计划与任务清单更新

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 18:10:44 +08:00
fae6e26549 docs: 更新工作日志与任务清单 — CI/CD修复 + Gitea升级记录
- 新增 5/20 下午工作日志:CI/CD 8个问题排查修复全过程
- 记录 Gitea 1.22.6 两个 bug 及解决方案
- 阶段四 CI/CD 标记完成,Gitea 升级到 1.23.8
- 更新待办速查

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 18:09:45 +08:00
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
8f6ec9a8b6 chore: force-add .claude agent configs to agent-config backup
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 11:09:31 +08:00
b789e75501 chore: add agent-config backup for cross-device use
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 11:09:01 +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
WangDL
0150927ed5 docs: 更新任务进度 + 5/19 工作日志 2026-05-19 22:51:25 +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
5933556932 docs: 更新后端待办清单(全局JwtAuthGuard、Swagger保护、DNS迁DNSPod等)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 00:51:02 +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
8841c4188b chore: 重命名目录结构 + 新增后端优先级/产品评估/冷启动调研 2026-05-13 15:59:33 +08:00
f64603868a docs: 更新潜在问题清单,标记已解决问题
- D7 定价策略  Free+Pro,¥29/月,.99/月
- D13 品牌定位  统一使用"知习 AI"
- 新增「已解决问题」章节
- 总数 56 → 54
2026-05-12 17:24:39 +08:00
5c3f493071 docs(startup-plan): 重构项目文档结构,整合所有产品决策
- 删除旧版 v0.1 规划,只保留完全版
- 更新全部 7 大模块文档,补充具体决策和实操内容
- 新增 AI架构设计、营销冷启动调研方案、客服设计详案等子文档
- 新增 潜在问题清单(56项技术+方向问题)
- 整理图片到 images/ 目录
2026-05-12 17:07:28 +08:00
5e1c5445c7 Initial commit: 个人开发者创业 v0.1 + 完全版 2026-05-04 14:19:07 +08:00