Git multi-workspace dev manager + Agent-friendly infra generator
Go to file
lanrtop b13dc83b90 fix(flywheel): 补全项目名解析——project_profiles prof- 关联 + 路径末段提取
之前 get_all_commit_health 只有两条名称解析路径,导致:
1. 孤儿 UUID(blueprint_buffs 记录已删但 commit_metrics 数据保留)显示为 UUID 字符串
2. blueprint_buffs 有路径但 projects 表无对应项目时显示完整路径

本次新增第三条路径:LEFT JOIN project_profiles ON id = 'prof-' + UUID,
可解析 makemd-2026、enterprise-system、beast-mode、my-docs、yljt-index 等 10 个孤儿 UUID;
Rust 端对最终名称进行路径末段提取,将剩余路径字符串(react-phone-apps、ReadBorne 等)清理为目录名。
2026-06-29 21:30:43 +09:00
.blueprint chore(blueprint): flywheel-intelligence 进度更新至 95%(F1+F2 完成) 2026-06-29 21:03:29 +09:00
.claude feat(agent-infra): 生成 doc-freshness 路径注入规则(炼境自身) 2026-06-29 20:26:36 +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
.lefthook/commit-msg chore(hooks): 引入 lefthook——pre-commit typecheck + commit-msg 规范校验 2026-06-29 17:17:45 +09:00
.vscode feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
docs docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0 2026-06-29 16:38:45 +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 fix(flywheel): 修复 commit_metrics project_id 双路径冲突,表格能显示所有项目 2026-06-29 21:21:23 +09:00
src-tauri fix(flywheel): 补全项目名解析——project_profiles prof- 关联 + 路径末段提取 2026-06-29 21:30:43 +09:00
.gitignore feat: 引入 vitest 测试体系,前端测试基建 + 蓝图接入闭环 2026-05-07 01:24:30 +09:00
AGENTS.md docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0 2026-06-29 16:38:45 +09:00
AI-WORKFLOW.md feat: add runtime diagnostics, health center, and project mentor 2026-04-04 19:58:49 +09:00
CLAUDE.md docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0 2026-06-29 16:38:45 +09:00
index.html feat: WSL路径支持、项目发布到GitHub、三灯状态指示 2026-04-01 01:36:21 +09:00
lefthook.yml chore(hooks): 引入 lefthook——pre-commit typecheck + commit-msg 规范校验 2026-06-29 17:17:45 +09:00
package.json chore(hooks): 引入 lefthook——pre-commit typecheck + commit-msg 规范校验 2026-06-29 17:17:45 +09:00
pnpm-lock.yaml chore(hooks): 引入 lefthook——pre-commit typecheck + commit-msg 规范校验 2026-06-29 17:17:45 +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 fix: dev 端口 1420→1430 避免占用冲突 2026-06-19 11:39:11 +09:00
vitest.config.ts feat: 引入 vitest 测试体系,前端测试基建 + 蓝图接入闭环 2026-05-07 01:24:30 +09:00

Tauri + React + Typescript

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