Git multi-workspace dev manager + Agent-friendly infra generator
Go to file
lanrtop f1cecd1601 fix: 修复 P2 三处 Bug
1. get_blueprint_status 对比 effective_conventions_version() 而非
   master_conventions_version(),避免用户版 CONVENTIONS 生效后治理面板
   永远显示「待更新」
2. sync_blueprint_rules 成功消息改用 effective_conventions_version()
3. parse_frontmatter_version_str 修正 break 条件,正确限定在 frontmatter
   范围内解析,防止文档正文中的 version: 行被误匹配
2026-04-08 04:00:40 +09:00
.blueprint fix: P2 conventions 分发覆盖 WSL 项目 2026-04-08 03:55:36 +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 fix: P2 conventions 分发覆盖 WSL 项目 2026-04-08 03:55:36 +09:00
src-tauri fix: 修复 P2 三处 Bug 2026-04-08 04:00:40 +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: P2 CONVENTIONS 动态化——梦核建议可直接写入并分发 2026-04-08 03:27:04 +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 fix: WSL Buff 路径支持 + 排除 .blueprint/ 触发 Vite 热重载 2026-04-05 02:38:20 +09:00

Tauri + React + Typescript

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