[EXEC-POLICY][SCN-FAIL-001] TKT-P0-001 블랙아웃 차단/큐/복구 재검증 #281

Closed
opened 2026-02-27 00:31:19 +09:00 by agentson · 0 comments
Collaborator

Summary

Implement blackout order blocking with queued intents and recovery revalidation.

Scope

  • REQ: REQ-V3-003, REQ-V3-004
  • TASK: TASK-V3-004, TASK-V3-005, TASK-V3-006, TASK-CODE-008
  • TEST: TEST-ACC-003, TEST-ACC-017, TEST-CODE-005

Acceptance Criteria

  1. During blackout window, new order signals never call broker order APIs.
  2. Order intents are queued with market/order metadata.
  3. After blackout recovery, queued intents are revalidated and only valid intents are executed.
  4. Validation evidence includes docs check, tests, and runtime monitoring logs.

Out of Scope

  • REQ-V3-005 (low-liquidity market order policy)
  • REQ-V2-008 kill switch changes
## Summary Implement blackout order blocking with queued intents and recovery revalidation. ## Scope - REQ: `REQ-V3-003`, `REQ-V3-004` - TASK: `TASK-V3-004`, `TASK-V3-005`, `TASK-V3-006`, `TASK-CODE-008` - TEST: `TEST-ACC-003`, `TEST-ACC-017`, `TEST-CODE-005` ## Acceptance Criteria 1. During blackout window, new order signals never call broker order APIs. 2. Order intents are queued with market/order metadata. 3. After blackout recovery, queued intents are revalidated and only valid intents are executed. 4. Validation evidence includes docs check, tests, and runtime monitoring logs. ## Out of Scope - `REQ-V3-005` (low-liquidity market order policy) - `REQ-V2-008` kill switch changes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#281