Files
vibe-coding-cn/workflow/auto-dev-loop/.kiro/agents/workflow.json
T

17 lines
450 B
JSON
Raw Normal View History

2025-12-25 06:11:41 +08:00
{
"description": "全自动开发闭环工作流 Agent - 基于状态机+Hook驱动五步Agent(规格/计划/实施/验证/总控)",
"allowedTools": ["fs_read"],
"toolsSettings": {
"fs_read": {
"allowedPaths": ["./**"]
},
"fs_write": {
"allowedPaths": ["./workflow_engine/**"]
2025-12-25 06:11:41 +08:00
},
"execute_bash": {
"allowedCommands": ["python3 workflow_engine/runner.py.*"],
2025-12-25 06:11:41 +08:00
"autoAllowReadonly": true
}
}
2025-12-25 06:11:41 +08:00
}