mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-06 23:57:46 +00:00
chore: move workflow/repo/documents/config under assets
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user