@@ -48,10 +48,10 @@ async function main() {
4848 schema : "wp-codebox/sandbox-tool-policy/v1" ,
4949 version : 1 ,
5050 tools : [
51- { id : "datamachine/workspace-read" , runtime_tool_id : "workspace_read" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true } ,
52- { id : "datamachine/workspace-write" , runtime_tool_id : "workspace_write" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true } ,
53- { id : "datamachine/workspace-edit" , runtime_tool_id : "workspace_edit" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true } ,
54- { id : "datamachine/workspace-git-status" , runtime_tool_id : "workspace_git_status" , execution_location : "parent" , transport_visibility : "parent" , allowed : false } ,
51+ { id : "datamachine/workspace-read" , runtime_tool_id : "workspace_read" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true , runtime : { environment : "runtime_local" , capability_scope : "runtime_local" } } ,
52+ { id : "datamachine/workspace-write" , runtime_tool_id : "workspace_write" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true , runtime : { environment : "runtime_local" , capability_scope : "runtime_local" } } ,
53+ { id : "datamachine/workspace-edit" , runtime_tool_id : "workspace_edit" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true , runtime : { environment : "runtime_local" , capability_scope : "runtime_local" } } ,
54+ { id : "datamachine/workspace-git-status" , runtime_tool_id : "workspace_git_status" , execution_location : "parent" , transport_visibility : "parent" , allowed : false , runtime : { environment : "control_plane" , capability_scope : "control_plane" } } ,
5555 ] ,
5656 metadata : { source : "smoke" } ,
5757 } ,
@@ -130,7 +130,7 @@ async function main() {
130130 schema : "wp-codebox/sandbox-tool-policy/v1" ,
131131 version : 1 ,
132132 tools : [
133- { id : "datamachine/workspace-read" , runtime_tool_id : "workspace_read" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true } ,
133+ { id : "datamachine/workspace-read" , runtime_tool_id : "workspace_read" , execution_location : "sandbox" , transport_visibility : "sandbox" , allowed : true , runtime : { environment : "runtime_local" , capability_scope : "runtime_local" } } ,
134134 ] ,
135135 metadata : { source : "smoke" } ,
136136 } ) ,
0 commit comments