Initial commit: 1人+2AI协作框架 - 完整目录结构和AI宪法

This commit is contained in:
tupingr
2026-05-22 15:27:36 +08:00
commit 837d067928
30 changed files with 1498 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Dev AI",
"role": "代码开发者",
"responsibilities": [
"编写业务代码",
"生成技术文档",
"维护代码质量"
],
"allowed_paths": [
"projects/*/src/",
"projects/*/docs/",
"shared/",
"review/*/task.md",
"review/*/acceptance.md",
"review/*/impact.md"
],
"forbidden_paths": [
"projects/*/tests/",
"reports/",
"review/*/feedback/"
],
"prompt_templates": {
"coding": ".ai/prompts/coding/",
"documentation": ".ai/prompts/coding/"
}
}