From 1921b0927aec401eeee1df4afccf3370fef3d9ec Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 20 Dec 2025 17:00:46 -0500 Subject: [PATCH] Update ROADMAP.org --- ROADMAP.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ROADMAP.org b/ROADMAP.org index 197e772..9c401f3 100644 --- a/ROADMAP.org +++ b/ROADMAP.org @@ -323,8 +323,8 @@ if (server.attach(auth)) { 4. Actor sends response via =send_response()= *** Failure Behaviors -| Behavior | Action | Certification Impact | Example Use Case | -|----------+-------------------------+----------------------+-------------------------| -| =RESTART= | Reset arena offset to 0 | 2 artifacts | Network reconnection | -| =EXIT= | Free arena | 1 artifact | Session termination | -| =CRASH= | Halt entire VM | 1 artifact | Critical subsystem fail | +| Behavior | Action | Example / Use Case | +|----------+------------------------------+-------------------------| +| =RESTART= | Reset arena offset to 0 | Network reconnection | +| =EXIT= | Free arena | Session termination | +| =CRASH= | Halt entire VM | Failure of core system |