mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-30 04:07:45 +00:00
4d1aad8a65
- 删除 i18n/en/ 英文版本 - 将 i18n/zh/ 下的 documents/, prompts/, skills/, workflow/ 移至根目录 - 更新所有 i18n/zh/ 路径引用 - 更新 AGENTS.md 目录结构说明
17 lines
450 B
JSON
17 lines
450 B
JSON
{
|
|
"description": "全自动开发闭环工作流 Agent - 基于状态机+Hook驱动五步Agent(规格/计划/实施/验证/总控)",
|
|
"allowedTools": ["fs_read"],
|
|
"toolsSettings": {
|
|
"fs_read": {
|
|
"allowedPaths": ["./**"]
|
|
},
|
|
"fs_write": {
|
|
"allowedPaths": ["./workflow_engine/**"]
|
|
},
|
|
"execute_bash": {
|
|
"allowedCommands": ["python3 workflow_engine/runner.py.*"],
|
|
"autoAllowReadonly": true
|
|
}
|
|
}
|
|
}
|