initial commit

This commit is contained in:
2026-02-04 00:16:34 +09:00
commit ae11528dd9
867 changed files with 209640 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# 기존 컨텍스트 상수들
CONTEXT_REQUEST_ID = "context_request_id"
CONTEXT_ENVIRONMENT = "context_environment"
CONTEXT_STARTED_AT = "context_started_at"
CONTEXT_ENDED_AT = "context_ended_at"
CONTEXT_ELAPSED_SECONDS = "context_elapsed_seconds"