Git multi-workspace dev manager + Agent-friendly infra generator
Go to file
lanrtop af88408669 feat: complete project mentor feature with WSL path fix
- 新增 project_notes 数据层(T5):DB 迁移 + get/add 命令
- MCP 新增 append_project_note 工具,含 group 归属校验(T6)
- MentorPanel 底部展示 AI 笔记区域(T7)
- 后端全组巡检命令 get_group_mentor_report(T8)
- ManagePage 产品组卡片新增「巡检全组」按钮(T9)
- 启动健康扫描 + App.tsx 顶部告警 Banner(T10)
- 修复 WSL 项目路径检测:wsl_path 为 UNC 格式时
  用 unc_to_distro_and_linux() 转换后再调用 wsl 子命令
2026-04-04 23:20:09 +09:00
.blueprint feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
.claude feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
.codemap feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
.github/workflows feat: add BlueprintPromptModal for blueprint management and sync functionality 2026-04-04 10:47:27 +09:00
.vscode feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
docs feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
img feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
public feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
src feat: complete project mentor feature with WSL path fix 2026-04-04 23:20:09 +09:00
src-tauri feat: complete project mentor feature with WSL path fix 2026-04-04 23:20:09 +09:00
.gitignore feat: add WSL editor launch modes and update checking functionality 2026-04-01 23:12:23 +09:00
AI-WORKFLOW.md feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
CLAUDE.md feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
index.html feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
package.json feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
pnpm-lock.yaml feat: add Blueprint feature to ProjectCard and commands 2026-04-02 19:12:53 +09:00
README.md feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
tsconfig.json feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
tsconfig.node.json feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
vite.config.ts feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.