feat: 补齐后台 agent skill 规范

- .agents: 新增中文提交与注释同步 skill 及项目索引

- AGENTS.md: 增加本地 skill 入口并保留 RTK 引用

- README.md: 同步 Agent 目录说明
This commit is contained in:
湛兮
2026-06-11 17:48:08 +08:00
parent 6a67c53e9b
commit ee1d93d4f6
5 changed files with 156 additions and 2 deletions
+3 -2
View File
@@ -47,7 +47,8 @@ http://localhost:8848/
```text
.
├── .codex/skills/ # 仓库内协作 skill,约束结构变更后同步 README
├── .agents/ # 当前项目 Agent skill 索引与中文提交、注释同步规则
├── .codex/skills/ # 旧版仓库内协作 skill,保留 README 同步规则
├── .husky/ # Git hooks,提交前执行 lint-staged,提交信息走 commitlint
├── .vscode/ # VS Code 推荐配置与 Vue 代码片段
├── build/ # Vite 插件、CDN、压缩、构建信息与工具函数
@@ -68,7 +69,7 @@ http://localhost:8848/
│ ├── utils/ # 鉴权、HTTP、缓存、消息、进度条、树处理等工具
│ └── views/ # 页面视图,当前业务页在 employees、roles、stores、permissions 和员工工作台运营模块
├── types/ # 全局类型声明、组件声明、路由声明和 Vue shim
├── AGENTS.md # Codex/Agent 入口规则,转到 RTK.md
├── AGENTS.md # Codex/Agent 入口规则,转到 RTK.md 并登记本地 skill
├── RTK.md # 本仓库协作规则与 README 同步要求
├── Dockerfile # 容器构建入口
├── package.json # 依赖、脚本、engines 与 pnpm preinstall 限制