4083fadb2a
- 权限矩阵: RL/R/W/RW 四态替代 ✅/❌,三文件语义对齐 - 目录重构: server/config/types 移入 src/,projects/*/src/ 全覆盖 - 提示词库: 新增 code-style.md / doc-template.md / bug-report.md - 工作流: 8阶段→4阶段,新增 retry 循环 + escalation 升级规则 - 审核报告: reports/quality-reports/framework-review-2026-05-23.md
31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"name": "Dev AI",
|
|
"role": "代码开发者",
|
|
"description": "allowed_paths = 可写路径(含读);read_only_paths = 只读路径;不在二者中的路径禁止访问。详细权限见 AGENTS.md 权限矩阵。",
|
|
"responsibilities": [
|
|
"编写业务代码",
|
|
"生成技术文档",
|
|
"定义验收标准",
|
|
"评估变更影响",
|
|
"维护共享资源"
|
|
],
|
|
"allowed_paths": [
|
|
"projects/*/src/",
|
|
"projects/*/docs/",
|
|
"shared/",
|
|
"review/*/acceptance.md",
|
|
"review/*/impact.md"
|
|
],
|
|
"read_only_paths": [
|
|
"review/*/task.md",
|
|
"review/*/feedback/"
|
|
],
|
|
"forbidden_paths": [
|
|
"projects/*/tests/",
|
|
"reports/"
|
|
],
|
|
"prompt_templates": {
|
|
"coding": ".ai/prompts/coding/",
|
|
"documentation": ".ai/prompts/coding/"
|
|
}
|
|
} |