sunday233-ai-front-end-01-instructions.ocm.json json Copy{
"ocm": "1",
"id": "sunday233-ai-front-end-01-instructions",
"kind": "skill",
"name": "01-项目概述",
"description": "项目定位与技术栈概览。当需要了解项目背景、使用的技术栈时读取此规则。",
"publisher": "Sunday233",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"项目定位与技术栈概览。当需要了解项目背景、使用的技术栈时读取此规则。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Sunday233/ai-front-end",
"path": ".github/instructions/01-项目概述.instructions.md",
"ref": "53205d49c9bec3132f098fdb93ccf05649268975",
"url": "https://github.com/Sunday233/ai-front-end/blob/53205d49c9bec3132f098fdb93ccf05649268975/.github/instructions/01-项目概述.instructions.md",
"key": "Sunday233/ai-front-end/.github/instructions/01-项目概述.instructions.md"
}
},
"instructions": "# 项目概述\n\n## 项目定位\n\n一个基于 Vue3 + Vite 的单页应用(SPA)。\n\n## 技术栈\n\n| 领域 | 技术 | 说明 |\n|------|------|------|\n| UI 框架 | Vue 3.x | 强制使用,统一使用 Composition API |\n| 类型系统 | TypeScript 5.x | 强制使用,禁止 JavaScript |\n| 构建工具 | Vite 5.x | - |\n| 路由管理 | Vue Router 4.x | 路由策略(history/hash)由项目配置决定 |\n| 状态管理 | Pinia 2.x | 统一使用,禁止其他方案 |\n| 组件库 | Ant Design Vue 4.x | 所有交互 UI 必须基于 Ant Design Vue 二次封装 |\n| 样式方案 | Scoped Scss + CSS Modules(按需) | 页面/组件默认 `<style scoped lang=\"scss\">`,仅在样式复用场景使用 `.module.scss` |\n| 运行时环境 | Node.js 22.22.0 LTS | 目标开发环境,最低要求 `>=22.22.0` |\n| 包管理器 | pnpm >=10.32.0 | 统一使用 pnpm 管理依赖 |\n| 代码质量 | Biome | 根目录 `biom",
"cost": {
"context_tokens": 198
}
}