feat: add tui recovery state machine

This commit is contained in:
chungyeong
2026-05-14 00:14:27 +09:00
parent ef4c56e6b0
commit e5020a59f0
15 changed files with 1414 additions and 97 deletions

View File

@@ -4,3 +4,4 @@ LOG_LEVEL=info
TEMPORAL_ADDRESS=localhost:7233
DEVFLOW_POSTGRES_PORT=55432
DEVFLOW_BACKENDS_JSON=[{"id":"fake","enabled":true}]
SESSION_MAX_HUNG_MS=1200000