kit初版,模型引入,agent优化

This commit is contained in:
2026-04-13 00:41:23 +08:00
parent 9b053e302b
commit c435ab15cf
14097 changed files with 5032 additions and 2676248 deletions

View File

@@ -0,0 +1,18 @@
---
description: 当用户要求启动项目、运行项目、打开前端/后端服务时触发
globs:
alwaysApply: false
---
## 项目启动快捷指令
当用户表达以下意图时,读取并执行 `project-launcher` Skill
**触发关键词**启动项目、运行项目、跑起来、打开前端和后端、启动服务、start、launch、run dev、启动前端、启动后端
**执行方式**
1. 读取 `.cursor/skills/project-launcher/SKILL.md`
2. 按 Skill 中的流程,在**独立可见的终端窗口**中启动前端和/或后端
3. 必须使用 `Start-Process`PowerShell或 `start cmd`CMD打开新窗口
4. **不要**在 Cursor 内置终端中后台运行——用户需要看到窗口并能手动关闭