Skip to content

Commit

Permalink
Update initial plan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 3, 2017
1 parent 05a7ba6 commit 288e21b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/initial plan.md
Expand Up @@ -16,6 +16,7 @@ all data changes go to .nextData for validation on next transition (self-self tr
{ from : '',
to : '',
?name : '',
?action : '',
?valid : () || [()] => a,r, // validate this edge's transition; usually about data
?likelihood : 0.0 .. 1.0, // for stoch modelling
?usual : '' // most common exit, for graphing; likelihood overrides
Expand All @@ -26,7 +27,8 @@ all data changes go to .nextData for validation on next transition (self-self tr
?min_exits : integer,
?max_exits : integer,
?allow_islands : false,
?allow_force : false
?allow_force : false,
?actions : 'disallow' | 'allow' | 'require' = 'allow'
})
Expand Down

0 comments on commit 288e21b

Please sign in to comment.