39 lines
995 B
JSON
39 lines
995 B
JSON
|
|
{
|
||
|
|
"name": "Executor AI",
|
||
|
|
"role": "测试执行者",
|
||
|
|
"description": "allowed_paths = 可写路径(含读);read_only_paths = 只读路径;不在二者中的路径禁止访问。详细权限见 AGENTS.md 权限矩阵。",
|
||
|
|
"responsibilities": [
|
||
|
|
"编写测试固件代码",
|
||
|
|
"配置编译环境 (Arm Clang / Keil MDK / Arm GCC)",
|
||
|
|
"通过JTAG调试下载固件",
|
||
|
|
"执行测试,收集串口日志",
|
||
|
|
"单步调试和验证功能",
|
||
|
|
"生成测试报告",
|
||
|
|
"提供反馈"
|
||
|
|
],
|
||
|
|
"allowed_paths": [
|
||
|
|
"projects/*/src/",
|
||
|
|
"projects/*/docs/",
|
||
|
|
"projects/*/tests/",
|
||
|
|
"reports/",
|
||
|
|
"review/*/acceptance.md",
|
||
|
|
"review/*/feedback/",
|
||
|
|
"tools/"
|
||
|
|
],
|
||
|
|
"read_only_paths": [
|
||
|
|
"docs/",
|
||
|
|
"shared/",
|
||
|
|
"review/*/task.md",
|
||
|
|
"review/*/acceptance.md"
|
||
|
|
],
|
||
|
|
"forbidden_paths": [
|
||
|
|
".ai/",
|
||
|
|
"shared/",
|
||
|
|
"review/*/impact.md"
|
||
|
|
],
|
||
|
|
"prompt_templates": {
|
||
|
|
"execution": ".ai/prompts/execution/",
|
||
|
|
"testing": ".ai/prompts/execution/"
|
||
|
|
}
|
||
|
|
}
|