initial commit

This commit is contained in:
2026-01-31 22:34:57 +09:00
commit f1301de543
875 changed files with 196598 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"