1
0
Fork 0

Update ROADMAP.org

This commit is contained in:
zongor 2025-12-20 17:00:46 -05:00
parent ed79ee82d7
commit 1921b0927a
1 changed files with 5 additions and 5 deletions

View File

@ -323,8 +323,8 @@ if (server.attach(auth)) {
4. Actor sends response via =send_response()= 4. Actor sends response via =send_response()=
*** Failure Behaviors *** Failure Behaviors
| Behavior | Action | Certification Impact | Example Use Case | | Behavior | Action | Example / Use Case |
|----------+-------------------------+----------------------+-------------------------| |----------+------------------------------+-------------------------|
| =RESTART= | Reset arena offset to 0 | 2 artifacts | Network reconnection | | =RESTART= | Reset arena offset to 0 | Network reconnection |
| =EXIT= | Free arena | 1 artifact | Session termination | | =EXIT= | Free arena | Session termination |
| =CRASH= | Halt entire VM | 1 artifact | Critical subsystem fail | | =CRASH= | Halt entire VM | Failure of core system |