post-bank-point-mall/.qoder/commands-sync.md

26 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Qoder 指令同步文件
> 持久化存储项目指令,解决账号切换导致指令丢失。由 AI 自动维护,请勿手动编辑。
**最后更新时间:** 2026-03-05
---
## 指令列表
| 指令 | 说明 | 文件 |
|------|------|------|
| `/code-inspect` | 代码审查(技术评估、安全合规、质量评估) | `commands/code-inspect.md` |
| `/create-pr` | 创建PR代码提交流程、质量门禁 | `commands/create-pr.md` |
| `/project-test` | 项目测试(单元/集成/冒烟测试) | `commands/project-test.md` |
| `/security-check` | 安全检查(漏洞检测、威胁防御、合规验证) | `commands/security-check.md` |
| `/memory-sync` | 记忆同步(项目记忆持久化同步) | `commands/memory-sync.md` |
| `/start-store` | 启动商家后台localhost:8120Vue 2 + Ant Design Vue | `commands/start-store.md` |
| `/start-admin` | 启动超管后台localhost:8110Vue 2 + Ant Design Vue | `commands/start-admin.md` |
## 同步规则
- 指令文件变更时自动同步到本文件
- 启动时检查:文件中存在但系统缺失的指令需反向同步
- 指令文件位于 `.qoder/commands/` 目录