Complete autonomous recovery controls

This commit is contained in:
kami
2026-07-30 14:57:25 +04:00
parent 8174400b1a
commit e8fadfc998
18 changed files with 364 additions and 77 deletions
+4 -2
View File
@@ -3,12 +3,14 @@
"repo": "/srv/orchestra/repos/test-e2e",
"worktree_root": "/srv/orchestra/worktrees/test-e2e",
"remote": "origin",
"quality_gate": "go test ./..."
"quality_gate": "go test ./...",
"safe_operations": ["read", "edit", "test", "git"]
},
"correx": {
"repo": "/srv/orchestra/repos/correx",
"worktree_root": "/srv/orchestra/worktrees/correx",
"remote": "origin",
"quality_gate": "go test ./... && go vet ./..."
"quality_gate": "go test ./... && go vet ./...",
"safe_operations": ["read", "edit", "test", "git"]
}
}