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

17 lines
450 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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
}
}
}