chore: initialize meta-state branch structure
This commit is contained in:
commit
07df70490c
0
ontologies/.gitkeep
Normal file
0
ontologies/.gitkeep
Normal file
0
tasks/.gitkeep
Normal file
0
tasks/.gitkeep
Normal file
20
transitions.json
Normal file
20
transitions.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"Gatekeeper": {
|
||||
"requires": []
|
||||
},
|
||||
"Coder": {
|
||||
"requires": [
|
||||
"Gatekeeper_Approval"
|
||||
]
|
||||
},
|
||||
"Adversary": {
|
||||
"requires": [
|
||||
"Coder_Commit"
|
||||
]
|
||||
},
|
||||
"Evaluator": {
|
||||
"requires": [
|
||||
"Adversary_Pass"
|
||||
]
|
||||
}
|
||||
}
|
||||
0
vectors/.gitkeep
Normal file
0
vectors/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user