From ba2370e40e4d1ed14a6fb43ea83cf7e403525f41 Mon Sep 17 00:00:00 2001 From: agentson Date: Mon, 2 Mar 2026 09:38:39 +0900 Subject: [PATCH] risk: add kill-switch refresh retry policy and tests (#377) --- docs/ouroboros/01_requirements_registry.md | 4 +- docs/ouroboros/80_implementation_audit.md | 2 +- src/core/kill_switch.py | 55 ++++++++++++++++++++-- src/main.py | 4 ++ tests/test_kill_switch.py | 49 +++++++++++++++++++ workflow/session-handover.md | 16 +++++++ 6 files changed, 123 insertions(+), 7 deletions(-) diff --git a/docs/ouroboros/01_requirements_registry.md b/docs/ouroboros/01_requirements_registry.md index 29b77a6..12743f4 100644 --- a/docs/ouroboros/01_requirements_registry.md +++ b/docs/ouroboros/01_requirements_registry.md @@ -1,6 +1,6 @@