5 Commits

Author SHA1 Message Date
dolphin 646dbccbfa feat: implement folder upload service with directory tree building, batch pre-checks, and comprehensive unit testing 2026-06-11 13:50:16 +08:00
dolphin cee2207f5b refactor: update architecture documentation, clean up local dev environment, and consolidate coding rules 2026-06-07 14:26:14 +08:00
GuoQing Zhang 7af7460d4f docs: change error code 2026-06-01 18:09:54 +08:00
LineWalker 24b0e2118d docs(e2e): 测试环境端口 3001 → 4001 同步实际部署
114 dev server 的 3001 端口已被其他服务占用,Platform 前端 vite 启动迁到 4001(见 CLAUDE.md / remote_dev 记录),但 9 份 e2e-checklist + tasks.md + e2e-test skill 模板 还保留旧的 :3001 链接,测试跟随文档点进去会 connection refused。

文件清单 (全部 1-2 行修改,跨 v2.5.0 / v2.5.1 / 模板 / skill):
- .claude/skills/e2e-test/SKILL.md: 模板里的 Platform 地址
- features/_templates/tasks.md: 新建 feature 默认模板
- features/v2.5.0/001-multi-tenant-core/e2e-checklist.md
- features/v2.5.0/004-rebac-core/e2e-checklist.md
- features/v2.5.0/005-role-menu-quota/e2e-checklist.md
- features/v2.5.0/007-resource-permission-ui/e2e-checklist.md
- features/v2.5.0/008-resource-rebac-adaptation/{e2e-checklist,tasks}.md
- features/v2.5.0/010-tenant-management-ui/e2e-checklist.md
- features/v2.5.1/021-wecom-org-sync-provider/tasks.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 16:03:37 +08:00
LineWalker be2aff6ada chore: add Claude Code tooling, SDD features, and PRD docs to version control
- .claude/: rules (dual frontend conventions), settings (arch-guard hook),
  6 skills (code-review, e2e-test, i18n-localizer, react-component-refactor,
  sdd-review, task-review)
- features/: SDD templates, v2.5.0 release contract, F007-F010 spec/tasks
- scripts/arch-guard.sh: architecture violation checker
- CLAUDE.md: add frontend dual-stack conventions section
- docs/PRD: update multi-tenant requirement docs
- .gitignore: exclude .claude/settings.local.json

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 01:22:29 +08:00