Git multi-workspace dev manager + Agent-friendly infra generator
Go to file
lanrtop dfb4f74c5c fix(agent-infra): Tauri 项目 Cargo.toml 路径回退 + Axum 路由精准检测
- detect_contracts() 先查根目录 Cargo.toml,失败回退 src-tauri/Cargo.toml
- tauri_commands_path / tauri_frontend_ts 按实际路径动态选择
- Axum 路由检测优先查 src-tauri/src/mcp_server.rs(炼境 MCP 内嵌服务器场景)
- 删除临时自验证测试 self_scan_lianjing_project(已完成使命)
2026-06-29 18:48:56 +09:00
.blueprint fix(agent-infra): Tauri 项目 Cargo.toml 路径回退 + Axum 路由精准检测 2026-06-29 18:48:56 +09:00
.claude docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0 2026-06-29 16:38:45 +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 feat(agent-infra): 卡D+E——栈确认UI + 看板腐化指示器 2026-06-29 18:31:38 +09:00
src-tauri fix(agent-infra): Tauri 项目 Cargo.toml 路径回退 + Axum 路由精准检测 2026-06-29 18:48:56 +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.