chore: initialize meta-state branch structure

This commit is contained in:
Tyler Gillispie 2026-08-29 12:43:01 -07:00
commit 07df70490c
4 changed files with 20 additions and 0 deletions

0
ontologies/.gitkeep Normal file
View File

0
tasks/.gitkeep Normal file
View File

20
transitions.json Normal file
View File

@ -0,0 +1,20 @@
{
"Gatekeeper": {
"requires": []
},
"Coder": {
"requires": [
"Gatekeeper_Approval"
]
},
"Adversary": {
"requires": [
"Coder_Commit"
]
},
"Evaluator": {
"requires": [
"Adversary_Pass"
]
}
}

0
vectors/.gitkeep Normal file
View File