pumuki-ast-hooks 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1105 -0
- package/bin/__tests__/auto-fix-violations.spec.js +132 -0
- package/bin/__tests__/auto-restart-guards.spec.js +11 -0
- package/bin/__tests__/check-doc-drift.spec.js +11 -0
- package/bin/__tests__/check-version.spec.js +240 -0
- package/bin/__tests__/cli.spec.js +11 -0
- package/bin/__tests__/guard-auto-manager.spec.js +11 -0
- package/bin/__tests__/guard-supervisor.spec.js +11 -0
- package/bin/__tests__/hook-status.spec.js +11 -0
- package/bin/__tests__/install.spec.js +11 -0
- package/bin/__tests__/nightly-metrics-report.spec.js +94 -0
- package/bin/__tests__/plan-review.spec.js +11 -0
- package/bin/__tests__/predictive-hooks.spec.js +11 -0
- package/bin/__tests__/run-ast-adapter.spec.js +11 -0
- package/bin/__tests__/run-orchestrator.spec.js +11 -0
- package/bin/__tests__/run-playbook.spec.js +11 -0
- package/bin/__tests__/setup-eslint.spec.js +11 -0
- package/bin/__tests__/violations-api.spec.js +11 -0
- package/bin/__tests__/watch-hooks.spec.js +11 -0
- package/bin/ai-commit.sh +5 -0
- package/bin/audit +5 -0
- package/bin/audit-library.js +6 -0
- package/bin/auto-fix-violations.js +19 -0
- package/bin/auto-restart-guards.js +6 -0
- package/bin/check-doc-drift.js +6 -0
- package/bin/check-version.js +19 -0
- package/bin/cleanup-branches.sh +5 -0
- package/bin/cli.js +6 -0
- package/bin/demo-recording.sh +5 -0
- package/bin/demo-violations +5 -0
- package/bin/fix-enforcer +5 -0
- package/bin/fix-gitflow-enforcement.sh +5 -0
- package/bin/generate-progress-report.sh +5 -0
- package/bin/git-analyze-pairs.sh +5 -0
- package/bin/git-leave-branch-check.sh +5 -0
- package/bin/gitflow +5 -0
- package/bin/gitflow-shell-integration.sh +5 -0
- package/bin/guard-auto-manager.js +6 -0
- package/bin/guard-autostart.sh +5 -0
- package/bin/guard-env.sh +5 -0
- package/bin/guard-supervisor.js +6 -0
- package/bin/hook-status.js +6 -0
- package/bin/install-git-wrapper.sh +5 -0
- package/bin/install.js +6 -0
- package/bin/kill-mcp-zombies.sh +5 -0
- package/bin/nightly-metrics-report.js +8 -0
- package/bin/plan-review.js +6 -0
- package/bin/predictive-hooks.js +6 -0
- package/bin/pumuki-audit.js +6 -0
- package/bin/pumuki-init.js +19 -0
- package/bin/pumuki-mcp-server.js +13 -0
- package/bin/pumuki-mcp.js +6 -0
- package/bin/pumuki-rules.js +6 -0
- package/bin/request-no-verify-approval.sh +5 -0
- package/bin/run-ast-adapter.js +6 -0
- package/bin/run-intelligent-audit.sh +5 -0
- package/bin/run-orchestrator.js +6 -0
- package/bin/run-playbook.js +6 -0
- package/bin/session-loader.sh +5 -0
- package/bin/setup-eslint.js +6 -0
- package/bin/start-guards.sh +5 -0
- package/bin/sync-autonomous-orchestrator.sh +5 -0
- package/bin/sync-to-library.sh +5 -0
- package/bin/update-evidence.sh +5 -0
- package/bin/update-session-context.sh +5 -0
- package/bin/verify-no-verify.sh +5 -0
- package/bin/violations +5 -0
- package/bin/violations-api.js +6 -0
- package/bin/watch-hooks.js +6 -0
- package/docs/API_REFERENCE.md +161 -0
- package/docs/ARCHITECTURE.md +236 -0
- package/docs/ARCHITECTURE_DETAILED.md +499 -0
- package/docs/BRANCH_PROTECTION_GUIDE.md +236 -0
- package/docs/CODE_STANDARDS.md +440 -0
- package/docs/CONTRIBUTING.md +246 -0
- package/docs/DEPENDENCIES.md +541 -0
- package/docs/HOW_IT_WORKS.md +716 -0
- package/docs/INSTALLATION.md +784 -0
- package/docs/MCP_SERVERS.md +786 -0
- package/docs/TESTING.md +423 -0
- package/docs/USAGE.md +856 -0
- package/docs/images/ast_intelligence_01.png +0 -0
- package/docs/images/ast_intelligence_02.png +0 -0
- package/docs/images/ast_intelligence_03.png +0 -0
- package/docs/images/ast_intelligence_04.png +0 -0
- package/docs/images/ast_intelligence_05.png +0 -0
- package/hooks/getSkillRulesPath.ts +52 -0
- package/hooks/git-status-monitor.ts +160 -0
- package/hooks/index.js +5 -0
- package/hooks/notify-macos.ts +42 -0
- package/hooks/package.json +16 -0
- package/hooks/post-tool-use-tracker.sh +89 -0
- package/hooks/pre-tool-use-evidence-validator.ts +252 -0
- package/hooks/pre-tool-use-guard.ts +151 -0
- package/hooks/skill-activation-prompt.sh +8 -0
- package/hooks/skill-activation-prompt.ts +307 -0
- package/index.js +49 -0
- package/package.json +117 -0
- package/presentation/cli/audit.sh +24 -0
- package/presentation/cli/autonomous-status.sh +92 -0
- package/presentation/cli/categorize-violations.sh +179 -0
- package/presentation/cli/direct-audit-option2.sh +23 -0
- package/presentation/cli/direct-audit.sh +33 -0
- package/scripts/hooks-system/.AI_TOKEN_STATUS.txt +16 -0
- package/scripts/hooks-system/.audit-reports/auto-recovery.log +1 -0
- package/scripts/hooks-system/.audit-reports/install-wizard.log +4 -0
- package/scripts/hooks-system/.audit-reports/notifications.log +425 -0
- package/scripts/hooks-system/.audit-reports/token-monitor.log +1275 -0
- package/scripts/hooks-system/.audit_tmp/intelligent-report.json +44953 -0
- package/scripts/hooks-system/.audit_tmp/intelligent-report.txt +1338 -0
- package/scripts/hooks-system/.audit_tmp/severity-history.jsonl +1 -0
- package/scripts/hooks-system/.audit_tmp/token-usage.jsonl +1 -0
- package/scripts/hooks-system/.hook-system/config.json +8 -0
- package/scripts/hooks-system/application/CompositionRoot.js +325 -0
- package/scripts/hooks-system/application/__tests__/CompositionRoot.spec.js +84 -0
- package/scripts/hooks-system/application/commands/index.js +64 -0
- package/scripts/hooks-system/application/queries/index.js +60 -0
- package/scripts/hooks-system/application/services/AutonomousOrchestrator.js +130 -0
- package/scripts/hooks-system/application/services/ContextDetectionEngine.js +181 -0
- package/scripts/hooks-system/application/services/DynamicRulesLoader.js +182 -0
- package/scripts/hooks-system/application/services/GitFlowService.js +156 -0
- package/scripts/hooks-system/application/services/GitTreeState.js +140 -0
- package/scripts/hooks-system/application/services/HookSystemScheduler.js +77 -0
- package/scripts/hooks-system/application/services/IntelligentCommitAnalyzer.js +151 -0
- package/scripts/hooks-system/application/services/IntelligentGitTreeMonitor.js +118 -0
- package/scripts/hooks-system/application/services/PlatformAnalysisService.js +173 -0
- package/scripts/hooks-system/application/services/PlatformDetectionService.js +168 -0
- package/scripts/hooks-system/application/services/PlaybookRunner.js +39 -0
- package/scripts/hooks-system/application/services/PredictiveHookAdvisor.js +56 -0
- package/scripts/hooks-system/application/services/RealtimeGuardPlugin.js +62 -0
- package/scripts/hooks-system/application/services/RealtimeGuardService.js +374 -0
- package/scripts/hooks-system/application/services/SmartDirtyTreeAnalyzer.js +63 -0
- package/scripts/hooks-system/application/services/__tests__/AutonomousOrchestrator.spec.js +36 -0
- package/scripts/hooks-system/application/services/__tests__/ContextDetectionEngine.spec.js +33 -0
- package/scripts/hooks-system/application/services/__tests__/DynamicRulesLoader.spec.js +43 -0
- package/scripts/hooks-system/application/services/__tests__/GitTreeState.spec.js +163 -0
- package/scripts/hooks-system/application/services/__tests__/HookSystemScheduler.spec.js +207 -0
- package/scripts/hooks-system/application/services/__tests__/IntelligentCommitAnalyzer.spec.js +365 -0
- package/scripts/hooks-system/application/services/__tests__/IntelligentGitTreeMonitor.spec.js +188 -0
- package/scripts/hooks-system/application/services/__tests__/PlatformDetectionService.spec.js +28 -0
- package/scripts/hooks-system/application/services/__tests__/PlaybookRunner.spec.js +143 -0
- package/scripts/hooks-system/application/services/__tests__/PredictiveHookAdvisor.spec.js +181 -0
- package/scripts/hooks-system/application/services/__tests__/RealtimeGuardPlugin.spec.js +45 -0
- package/scripts/hooks-system/application/services/__tests__/RealtimeGuardService.critical.spec.js +401 -0
- package/scripts/hooks-system/application/services/commit/CommitMessageGenerator.js +34 -0
- package/scripts/hooks-system/application/services/commit/FeatureDetector.js +101 -0
- package/scripts/hooks-system/application/services/evidence/EvidenceContextManager.js +163 -0
- package/scripts/hooks-system/application/services/evidence/__tests__/EvidenceContextManager.spec.js +98 -0
- package/scripts/hooks-system/application/services/guard/GuardAutoManagerService.js +169 -0
- package/scripts/hooks-system/application/services/guard/GuardConfig.js +15 -0
- package/scripts/hooks-system/application/services/guard/GuardEventLogger.js +70 -0
- package/scripts/hooks-system/application/services/guard/GuardHealthReminder.js +54 -0
- package/scripts/hooks-system/application/services/guard/GuardHeartbeatMonitor.js +94 -0
- package/scripts/hooks-system/application/services/guard/GuardLockManager.js +72 -0
- package/scripts/hooks-system/application/services/guard/GuardMonitorLoop.js +29 -0
- package/scripts/hooks-system/application/services/guard/GuardNotificationHandler.js +36 -0
- package/scripts/hooks-system/application/services/guard/GuardProcessManager.js +113 -0
- package/scripts/hooks-system/application/services/guard/GuardRecoveryService.js +90 -0
- package/scripts/hooks-system/application/services/guard/__tests__/GuardAutoManagerService.spec.js +77 -0
- package/scripts/hooks-system/application/services/installation/ConfigurationGeneratorService.js +123 -0
- package/scripts/hooks-system/application/services/installation/FileSystemInstallerService.js +112 -0
- package/scripts/hooks-system/application/services/installation/GitEnvironmentService.js +166 -0
- package/scripts/hooks-system/application/services/installation/HookInstaller.js +197 -0
- package/scripts/hooks-system/application/services/installation/IdeIntegrationService.js +37 -0
- package/scripts/hooks-system/application/services/installation/InstallService.js +130 -0
- package/scripts/hooks-system/application/services/installation/McpConfigurator.js +172 -0
- package/scripts/hooks-system/application/services/installation/PlatformDetectorService.js +36 -0
- package/scripts/hooks-system/application/services/installation/VSCodeTaskConfigurator.js +97 -0
- package/scripts/hooks-system/application/services/logging/UnifiedLogger.js +142 -0
- package/scripts/hooks-system/application/services/logging/__tests__/UnifiedLogger.spec.js +66 -0
- package/scripts/hooks-system/application/services/monitoring/ActivityMonitor.js +80 -0
- package/scripts/hooks-system/application/services/monitoring/AstMonitor.js +140 -0
- package/scripts/hooks-system/application/services/monitoring/DevDocsMonitor.js +85 -0
- package/scripts/hooks-system/application/services/monitoring/EvidenceMonitor.js +103 -0
- package/scripts/hooks-system/application/services/monitoring/EvidenceMonitorService.js +162 -0
- package/scripts/hooks-system/application/services/monitoring/GitTreeMonitor.js +123 -0
- package/scripts/hooks-system/application/services/monitoring/GitTreeMonitorService.js +114 -0
- package/scripts/hooks-system/application/services/monitoring/HealthCheckProviders.js +153 -0
- package/scripts/hooks-system/application/services/monitoring/HealthCheckService.js +118 -0
- package/scripts/hooks-system/application/services/monitoring/HeartbeatMonitorService.js +61 -0
- package/scripts/hooks-system/application/services/monitoring/TokenMonitor.js +60 -0
- package/scripts/hooks-system/application/services/monitoring/__tests__/EvidenceMonitorService.spec.js +107 -0
- package/scripts/hooks-system/application/services/monitoring/__tests__/GitTreeMonitorService.spec.js +27 -0
- package/scripts/hooks-system/application/services/monitoring/__tests__/HealthCheckProviders.spec.js +68 -0
- package/scripts/hooks-system/application/services/monitoring/__tests__/HealthCheckService.spec.js +69 -0
- package/scripts/hooks-system/application/services/monitoring/__tests__/HeartbeatMonitorService.spec.js +35 -0
- package/scripts/hooks-system/application/services/notification/MacNotificationSender.js +106 -0
- package/scripts/hooks-system/application/services/notification/NotificationCenterService.js +221 -0
- package/scripts/hooks-system/application/services/notification/NotificationDispatcher.js +42 -0
- package/scripts/hooks-system/application/services/notification/__tests__/NotificationCenterService.spec.js +40 -0
- package/scripts/hooks-system/application/services/notification/components/NotificationCooldownManager.js +62 -0
- package/scripts/hooks-system/application/services/notification/components/NotificationDeduplicator.js +67 -0
- package/scripts/hooks-system/application/services/notification/components/NotificationQueue.js +36 -0
- package/scripts/hooks-system/application/services/notification/components/NotificationRetryExecutor.js +58 -0
- package/scripts/hooks-system/application/services/platform/PlatformHeuristics.js +144 -0
- package/scripts/hooks-system/application/services/recovery/AutoRecoveryManager.js +137 -0
- package/scripts/hooks-system/application/services/recovery/__tests__/AutoRecoveryManager.spec.js +62 -0
- package/scripts/hooks-system/application/services/smart-commit/CommitMessageSuggester.js +97 -0
- package/scripts/hooks-system/application/services/smart-commit/FileContextGrouper.js +114 -0
- package/scripts/hooks-system/application/services/smart-commit/SmartCommitSummaryBuilder.js +53 -0
- package/scripts/hooks-system/application/services/token/CursorTokenService.js +44 -0
- package/scripts/hooks-system/application/services/token/TokenMetricsService.js +109 -0
- package/scripts/hooks-system/application/services/token/TokenMonitorService.js +160 -0
- package/scripts/hooks-system/application/services/token/TokenStatusReporter.js +56 -0
- package/scripts/hooks-system/application/services/token/__tests__/CursorTokenService.spec.js +69 -0
- package/scripts/hooks-system/application/services/token/__tests__/TokenMonitorService.spec.js +185 -0
- package/scripts/hooks-system/application/state/HookSystemStateMachine.js +59 -0
- package/scripts/hooks-system/application/state/__tests__/HookSystemStateMachine.spec.js +115 -0
- package/scripts/hooks-system/application/use-cases/AnalyzeCodebaseUseCase.js +54 -0
- package/scripts/hooks-system/application/use-cases/AnalyzeStagedFilesUseCase.js +61 -0
- package/scripts/hooks-system/application/use-cases/AutoExecuteAIStartUseCase.js +123 -0
- package/scripts/hooks-system/application/use-cases/BlockCommitUseCase.js +90 -0
- package/scripts/hooks-system/application/use-cases/GenerateAuditReportUseCase.js +184 -0
- package/scripts/hooks-system/application/use-cases/__tests__/AnalyzeCodebaseUseCase.spec.js +156 -0
- package/scripts/hooks-system/application/use-cases/__tests__/AnalyzeStagedFilesUseCase.spec.js +146 -0
- package/scripts/hooks-system/application/use-cases/__tests__/AutoExecuteAIStartUseCase.spec.js +89 -0
- package/scripts/hooks-system/application/use-cases/__tests__/BlockCommitUseCase.spec.js +171 -0
- package/scripts/hooks-system/application/use-cases/__tests__/GenerateAuditReportUseCase.spec.js +207 -0
- package/scripts/hooks-system/bin/__tests__/auto-fix-violations.spec.js +132 -0
- package/scripts/hooks-system/bin/__tests__/auto-restart-guards.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/check-doc-drift.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/check-version.spec.js +240 -0
- package/scripts/hooks-system/bin/__tests__/cli.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/guard-auto-manager.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/guard-supervisor.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/hook-status.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/install.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/nightly-metrics-report.spec.js +94 -0
- package/scripts/hooks-system/bin/__tests__/plan-review.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/predictive-hooks.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/run-ast-adapter.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/run-orchestrator.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/run-playbook.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/setup-eslint.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/violations-api.spec.js +11 -0
- package/scripts/hooks-system/bin/__tests__/watch-hooks.spec.js +11 -0
- package/scripts/hooks-system/bin/ai-commit.sh +63 -0
- package/scripts/hooks-system/bin/audit +463 -0
- package/scripts/hooks-system/bin/audit-library.js +54 -0
- package/scripts/hooks-system/bin/auto-fix-violations.js +130 -0
- package/scripts/hooks-system/bin/auto-restart-guards.js +93 -0
- package/scripts/hooks-system/bin/check-doc-drift.js +35 -0
- package/scripts/hooks-system/bin/check-version.js +201 -0
- package/scripts/hooks-system/bin/cleanup-branches.sh +106 -0
- package/scripts/hooks-system/bin/cli.js +208 -0
- package/scripts/hooks-system/bin/demo-recording.sh +57 -0
- package/scripts/hooks-system/bin/demo-violations +44 -0
- package/scripts/hooks-system/bin/fix-enforcer +27 -0
- package/scripts/hooks-system/bin/fix-gitflow-enforcement.sh +68 -0
- package/scripts/hooks-system/bin/generate-progress-report.sh +129 -0
- package/scripts/hooks-system/bin/git-analyze-pairs.sh +0 -0
- package/scripts/hooks-system/bin/git-leave-branch-check.sh +73 -0
- package/scripts/hooks-system/bin/gitflow +17 -0
- package/scripts/hooks-system/bin/gitflow-shell-integration.sh +64 -0
- package/scripts/hooks-system/bin/guard-auto-manager.js +44 -0
- package/scripts/hooks-system/bin/guard-autostart.sh +158 -0
- package/scripts/hooks-system/bin/guard-env.sh +40 -0
- package/scripts/hooks-system/bin/guard-supervisor.js +516 -0
- package/scripts/hooks-system/bin/hook-status.js +41 -0
- package/scripts/hooks-system/bin/install-git-wrapper.sh +53 -0
- package/scripts/hooks-system/bin/install.js +10 -0
- package/scripts/hooks-system/bin/kill-mcp-zombies.sh +48 -0
- package/scripts/hooks-system/bin/nightly-metrics-report.js +138 -0
- package/scripts/hooks-system/bin/plan-review.js +31 -0
- package/scripts/hooks-system/bin/predictive-hooks.js +18 -0
- package/scripts/hooks-system/bin/pumuki-audit.js +113 -0
- package/scripts/hooks-system/bin/pumuki-init.js +104 -0
- package/scripts/hooks-system/bin/pumuki-mcp.js +74 -0
- package/scripts/hooks-system/bin/pumuki-rules.js +74 -0
- package/scripts/hooks-system/bin/request-no-verify-approval.sh +116 -0
- package/scripts/hooks-system/bin/run-ast-adapter.js +86 -0
- package/scripts/hooks-system/bin/run-intelligent-audit.sh +67 -0
- package/scripts/hooks-system/bin/run-orchestrator.js +27 -0
- package/scripts/hooks-system/bin/run-playbook.js +23 -0
- package/scripts/hooks-system/bin/session-loader.sh +264 -0
- package/scripts/hooks-system/bin/setup-eslint.js +110 -0
- package/scripts/hooks-system/bin/start-guards.sh +190 -0
- package/scripts/hooks-system/bin/sync-autonomous-orchestrator.sh +32 -0
- package/scripts/hooks-system/bin/sync-to-library.sh +46 -0
- package/scripts/hooks-system/bin/update-evidence.sh +1167 -0
- package/scripts/hooks-system/bin/update-session-context.sh +261 -0
- package/scripts/hooks-system/bin/verify-no-verify.sh +68 -0
- package/scripts/hooks-system/bin/violations +20 -0
- package/scripts/hooks-system/bin/violations-api.js +345 -0
- package/scripts/hooks-system/bin/watch-hooks.js +20 -0
- package/scripts/hooks-system/config/project.config.json +36 -0
- package/scripts/hooks-system/config/state-map.json +12 -0
- package/scripts/hooks-system/domain/entities/AuditResult.js +139 -0
- package/scripts/hooks-system/domain/entities/Finding.js +116 -0
- package/scripts/hooks-system/domain/entities/SeverityConfig.js +73 -0
- package/scripts/hooks-system/domain/entities/SeverityConfig.ts +90 -0
- package/scripts/hooks-system/domain/entities/__tests__/AuditResult.spec.js +450 -0
- package/scripts/hooks-system/domain/entities/__tests__/Finding.spec.js +335 -0
- package/scripts/hooks-system/domain/entities/__tests__/SeverityConfig.spec.js +240 -0
- package/scripts/hooks-system/domain/entities/__tests__/entities.spec.js +29 -0
- package/scripts/hooks-system/domain/errors/__tests__/DomainErrors.spec.js +59 -0
- package/scripts/hooks-system/domain/errors/index.js +169 -0
- package/scripts/hooks-system/domain/events/__tests__/DomainEvents.spec.js +60 -0
- package/scripts/hooks-system/domain/events/index.js +121 -0
- package/scripts/hooks-system/domain/ports/IAstPort.js +67 -0
- package/scripts/hooks-system/domain/ports/IEvidencePort.js +86 -0
- package/scripts/hooks-system/domain/ports/IGitCommandPort.js +110 -0
- package/scripts/hooks-system/domain/ports/IGitPort.js +114 -0
- package/scripts/hooks-system/domain/ports/IGitQueryPort.js +93 -0
- package/scripts/hooks-system/domain/ports/INotificationPort.js +35 -0
- package/scripts/hooks-system/domain/ports/__tests__/ports.spec.js +36 -0
- package/scripts/hooks-system/domain/ports/index.js +14 -0
- package/scripts/hooks-system/domain/repositories/ICursorTokenRepository.js +13 -0
- package/scripts/hooks-system/domain/repositories/IFindingsRepository.js +30 -0
- package/scripts/hooks-system/domain/repositories/__tests__/IFindingsRepository.spec.js +18 -0
- package/scripts/hooks-system/domain/rules/CommitBlockingRules.js +142 -0
- package/scripts/hooks-system/domain/rules/__tests__/CommitBlockingRules.spec.js +18 -0
- package/scripts/hooks-system/domain/services/AuditAnalyzer.js +103 -0
- package/scripts/hooks-system/domain/services/AuditFilter.js +26 -0
- package/scripts/hooks-system/domain/services/AuditResultSerializer.js +35 -0
- package/scripts/hooks-system/domain/services/AuditScorer.js +38 -0
- package/scripts/hooks-system/domain/values/Severity.js +93 -0
- package/scripts/hooks-system/index.js +49 -0
- package/scripts/hooks-system/infrastructure/adapters/AstAnalyzerAdapter.js +150 -0
- package/scripts/hooks-system/infrastructure/adapters/FileEvidenceAdapter.js +140 -0
- package/scripts/hooks-system/infrastructure/adapters/GitCliAdapter.js +16 -0
- package/scripts/hooks-system/infrastructure/adapters/GitCommandAdapter.js +68 -0
- package/scripts/hooks-system/infrastructure/adapters/GitHubCliAdapter.js +85 -0
- package/scripts/hooks-system/infrastructure/adapters/GitQueryAdapter.js +58 -0
- package/scripts/hooks-system/infrastructure/adapters/LegacyAnalyzerAdapter.js +61 -0
- package/scripts/hooks-system/infrastructure/adapters/MacOSNotificationAdapter.js +99 -0
- package/scripts/hooks-system/infrastructure/adapters/__tests__/AstAnalyzerAdapter.spec.js +32 -0
- package/scripts/hooks-system/infrastructure/adapters/__tests__/FileEvidenceAdapter.spec.js +31 -0
- package/scripts/hooks-system/infrastructure/adapters/__tests__/GitCliAdapter.spec.js +39 -0
- package/scripts/hooks-system/infrastructure/adapters/__tests__/MacOSNotificationAdapter.spec.js +33 -0
- package/scripts/hooks-system/infrastructure/adapters/git/GitCommandRunner.js +78 -0
- package/scripts/hooks-system/infrastructure/adapters/git/GitCommandService.js +67 -0
- package/scripts/hooks-system/infrastructure/adapters/git/GitQueryService.js +50 -0
- package/scripts/hooks-system/infrastructure/adapters/index.js +14 -0
- package/scripts/hooks-system/infrastructure/ast/README.md +198 -0
- package/scripts/hooks-system/infrastructure/ast/__tests__/ast-core.spec.js +160 -0
- package/scripts/hooks-system/infrastructure/ast/__tests__/ast-intelligence.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/ast-android.spec.js +33 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/clean-architecture-analyzer.spec.js +96 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/ddd-analyzer.spec.js +113 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/detekt-runner.spec.js +36 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/feature-first-analyzer.spec.js +80 -0
- package/scripts/hooks-system/infrastructure/ast/android/__tests__/native-bridge.spec.js +31 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidASTIntelligentAnalyzer.js +15 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidASTParser.js +157 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidAnalysisOrchestrator.js +164 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidArchitectureDetector.js +334 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidClassAnalyzer.js +162 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidForbiddenLiteralsAnalyzer.js +261 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidSOLIDAnalyzer.js +287 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/__tests__/AndroidForbiddenLiteralsAnalyzer.spec.js +58 -0
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/__tests__/AndroidSOLIDAnalyzer.spec.js +84 -0
- package/scripts/hooks-system/infrastructure/ast/android/ast-android.js +1785 -0
- package/scripts/hooks-system/infrastructure/ast/android/clean-architecture-analyzer.js +115 -0
- package/scripts/hooks-system/infrastructure/ast/android/ddd-analyzer.js +70 -0
- package/scripts/hooks-system/infrastructure/ast/android/detekt-runner.js +81 -0
- package/scripts/hooks-system/infrastructure/ast/android/feature-first-analyzer.js +53 -0
- package/scripts/hooks-system/infrastructure/ast/android/native-bridge.js +119 -0
- package/scripts/hooks-system/infrastructure/ast/archive/README.md +18 -0
- package/scripts/hooks-system/infrastructure/ast/archive/ast-intelligence.ts +276 -0
- package/scripts/hooks-system/infrastructure/ast/archive/ios-rules.js +329 -0
- package/scripts/hooks-system/infrastructure/ast/archive/kotlin-analyzer.js +332 -0
- package/scripts/hooks-system/infrastructure/ast/archive/kotlin-parser.js +303 -0
- package/scripts/hooks-system/infrastructure/ast/archive/swift-analyzer.js +390 -0
- package/scripts/hooks-system/infrastructure/ast/ast-core.js +594 -0
- package/scripts/hooks-system/infrastructure/ast/ast-intelligence.js +617 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/ast-backend.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/clean-architecture-analyzer.spec.js +151 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/ddd-analyzer.spec.js +124 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/feature-first-analyzer.spec.js +128 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/forbidden-literals-analyzer.spec.js +95 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/nestjs-patterns-analyzer.spec.js +59 -0
- package/scripts/hooks-system/infrastructure/ast/backend/__tests__/solid-analyzer.spec.js +114 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/BackendArchitectureDetector.js +141 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/BackendPatternDetector.js +23 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/__tests__/BackendArchitectureDetector.spec.js +239 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/__tests__/BackendPatternDetector.spec.js +58 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/CQRSDetector.js +41 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/CleanArchitectureDetector.js +52 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/FeatureFirstCleanDetector.js +74 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/LayeredArchitectureDetector.js +25 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/MVCDetector.js +32 -0
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/detectors/OnionArchitectureDetector.js +32 -0
- package/scripts/hooks-system/infrastructure/ast/backend/ast-backend-clean.js +44 -0
- package/scripts/hooks-system/infrastructure/ast/backend/ast-backend.js +2048 -0
- package/scripts/hooks-system/infrastructure/ast/backend/clean-architecture-analyzer.js +142 -0
- package/scripts/hooks-system/infrastructure/ast/backend/ddd-analyzer.js +256 -0
- package/scripts/hooks-system/infrastructure/ast/backend/feature-first-analyzer.js +70 -0
- package/scripts/hooks-system/infrastructure/ast/backend/forbidden-literals-analyzer.js +236 -0
- package/scripts/hooks-system/infrastructure/ast/backend/nestjs-patterns-analyzer.js +11 -0
- package/scripts/hooks-system/infrastructure/ast/backend/solid-analyzer.js +392 -0
- package/scripts/hooks-system/infrastructure/ast/common/BDDTDDWorkflowRules.js +52 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/BDDTDDWorkflowRules.spec.js +133 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/ast-common.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/documentation-analyzer.spec.js +120 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/images-backend-analyzer.spec.js +123 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/monorepo-health-analyzer.spec.js +118 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/network-resilience-analyzer.spec.js +180 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/offline-backend-analyzer.spec.js +111 -0
- package/scripts/hooks-system/infrastructure/ast/common/__tests__/push-backend-analyzer.spec.js +124 -0
- package/scripts/hooks-system/infrastructure/ast/common/ast-common.js +345 -0
- package/scripts/hooks-system/infrastructure/ast/common/documentation-analyzer.js +217 -0
- package/scripts/hooks-system/infrastructure/ast/common/images-backend-analyzer.js +36 -0
- package/scripts/hooks-system/infrastructure/ast/common/monorepo-health-analyzer.js +452 -0
- package/scripts/hooks-system/infrastructure/ast/common/network-resilience-analyzer.js +178 -0
- package/scripts/hooks-system/infrastructure/ast/common/offline-backend-analyzer.js +53 -0
- package/scripts/hooks-system/infrastructure/ast/common/push-backend-analyzer.js +42 -0
- package/scripts/hooks-system/infrastructure/ast/common/rules/BDDRules.js +87 -0
- package/scripts/hooks-system/infrastructure/ast/common/rules/ImplementationRules.js +83 -0
- package/scripts/hooks-system/infrastructure/ast/common/rules/TDDRules.js +109 -0
- package/scripts/hooks-system/infrastructure/ast/common/rules/WorkflowRules.js +137 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/__tests__/ast-frontend.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/FrontendArchitectureDetector.js +289 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/FrontendForbiddenLiteralsAnalyzer.js +257 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/FrontendSOLIDAnalyzer.js +274 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/__tests__/FrontendArchitectureDetector.spec.js +151 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/__tests__/FrontendForbiddenLiteralsAnalyzer.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/analyzers/__tests__/FrontendSOLIDAnalyzer.spec.js +108 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/ast-frontend-clean.js +42 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/ast-frontend.js +2094 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/clean-architecture-analyzer.js +88 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/ddd-analyzer.js +94 -0
- package/scripts/hooks-system/infrastructure/ast/frontend/feature-first-analyzer.js +51 -0
- package/scripts/hooks-system/infrastructure/ast/ios/__tests__/ast-ios.spec.js +40 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSArchitectureDetector.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSArchitectureRules.spec.js +61 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSCICDRules.spec.js +10 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSEnterpriseAnalyzer.spec.js +36 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSForbiddenLiteralsAnalyzer.spec.js +64 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSNetworkingAdvancedRules.spec.js +10 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSPerformanceRules.spec.js +34 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSSPMRules.spec.js +10 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/__tests__/iOSSwiftUIAdvancedRules.spec.js +10 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSASTIntelligentAnalyzer.js +894 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSArchitectureDetector.js +445 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSArchitectureRules.js +700 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSCICDRules.js +431 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSEnterpriseAnalyzer.js +580 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSForbiddenLiteralsAnalyzer.js +261 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSNetworkingAdvancedRules.js +177 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSPerformanceRules.js +11 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSSPMRules.js +496 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSSwiftUIAdvancedRules.js +333 -0
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSTestingAdvancedRules.js +225 -0
- package/scripts/hooks-system/infrastructure/ast/ios/ast-ios.js +2176 -0
- package/scripts/hooks-system/infrastructure/ast/ios/native-bridge.js +92 -0
- package/scripts/hooks-system/infrastructure/ast/ios/parsers/SourceKittenParser.js +471 -0
- package/scripts/hooks-system/infrastructure/ast/ios/parsers/__tests__/SourceKittenParser.spec.js +41 -0
- package/scripts/hooks-system/infrastructure/ast/text/__tests__/text-scanner.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/ast/text/text-scanner.js +1120 -0
- package/scripts/hooks-system/infrastructure/cache/CacheService.js +160 -0
- package/scripts/hooks-system/infrastructure/cli/__tests__/install-wizard.spec.js +16 -0
- package/scripts/hooks-system/infrastructure/cli/install-wizard.js +74 -0
- package/scripts/hooks-system/infrastructure/core/GitOperations.js +50 -0
- package/scripts/hooks-system/infrastructure/core/GitOperations.ts +112 -0
- package/scripts/hooks-system/infrastructure/core/__tests__/GitOperations.spec.js +146 -0
- package/scripts/hooks-system/infrastructure/eslint/eslint-integration.sh +75 -0
- package/scripts/hooks-system/infrastructure/events/EventListeners.js +143 -0
- package/scripts/hooks-system/infrastructure/events/__tests__/events.spec.js +14 -0
- package/scripts/hooks-system/infrastructure/external-tools/GitOperations.js +54 -0
- package/scripts/hooks-system/infrastructure/external-tools/eslint/backend.config.template.mjs +58 -0
- package/scripts/hooks-system/infrastructure/git-hooks/pre-push +35 -0
- package/scripts/hooks-system/infrastructure/git-server/pre-receive-hook +253 -0
- package/scripts/hooks-system/infrastructure/guards/git-wrapper.sh +32 -0
- package/scripts/hooks-system/infrastructure/guards/master-validator.sh +247 -0
- package/scripts/hooks-system/infrastructure/guards/prevent-no-verify.sh +34 -0
- package/scripts/hooks-system/infrastructure/hooks/__tests__/skill-activation-prompt.spec.js +11 -0
- package/scripts/hooks-system/infrastructure/hooks/pre-tool-use-intelligent-enforcer.sh +489 -0
- package/scripts/hooks-system/infrastructure/hooks/skill-activation-prompt.js +244 -0
- package/scripts/hooks-system/infrastructure/logging/UnifiedLoggerFactory.js +40 -0
- package/scripts/hooks-system/infrastructure/logging/__tests__/logging.spec.js +9 -0
- package/scripts/hooks-system/infrastructure/mcp/README.md +116 -0
- package/scripts/hooks-system/infrastructure/mcp/__tests__/ast-intelligence-automation.spec.js +38 -0
- package/scripts/hooks-system/infrastructure/mcp/__tests__/evidence-watcher.spec.js +38 -0
- package/scripts/hooks-system/infrastructure/mcp/ast-intelligence-automation.js +1097 -0
- package/scripts/hooks-system/infrastructure/mcp/evidence-watcher.js +128 -0
- package/scripts/hooks-system/infrastructure/mcp/package.json +17 -0
- package/scripts/hooks-system/infrastructure/mcp/services/EvidenceService.js +87 -0
- package/scripts/hooks-system/infrastructure/mcp/services/McpProtocolHandler.js +166 -0
- package/scripts/hooks-system/infrastructure/orchestration/__tests__/intelligent-audit.spec.js +11 -0
- package/scripts/hooks-system/infrastructure/orchestration/intelligent-audit.js +353 -0
- package/scripts/hooks-system/infrastructure/patterns/pattern-checks.sh +98 -0
- package/scripts/hooks-system/infrastructure/reporting/ReportImpactAnalyzer.js +109 -0
- package/scripts/hooks-system/infrastructure/reporting/ReportMetricsCalculator.js +114 -0
- package/scripts/hooks-system/infrastructure/reporting/ReportPresenter.js +86 -0
- package/scripts/hooks-system/infrastructure/reporting/__tests__/reporting.spec.js +15 -0
- package/scripts/hooks-system/infrastructure/reporting/report-generator.js +130 -0
- package/scripts/hooks-system/infrastructure/reporting/severity-tracker.js +105 -0
- package/scripts/hooks-system/infrastructure/repositories/CursorTokenRepository.js +76 -0
- package/scripts/hooks-system/infrastructure/repositories/FileFindingsRepository.js +88 -0
- package/scripts/hooks-system/infrastructure/repositories/__tests__/repositories.spec.js +20 -0
- package/scripts/hooks-system/infrastructure/repositories/datasources/CursorApiDataSource.js +73 -0
- package/scripts/hooks-system/infrastructure/repositories/datasources/CursorFileDataSource.js +55 -0
- package/scripts/hooks-system/infrastructure/severity/__tests__/severity-evaluator.spec.js +18 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/__tests__/maintainability-analyzer.spec.js +170 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/__tests__/performance-analyzer.spec.js +186 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/__tests__/security-analyzer.spec.js +151 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/__tests__/stability-analyzer.spec.js +143 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/maintainability-analyzer.js +100 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/performance-analyzer.js +109 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/security-analyzer.js +104 -0
- package/scripts/hooks-system/infrastructure/severity/analyzers/stability-analyzer.js +85 -0
- package/scripts/hooks-system/infrastructure/severity/context/analyzers/CodeClassificationAnalyzer.js +71 -0
- package/scripts/hooks-system/infrastructure/severity/context/analyzers/DataAnalyzer.js +64 -0
- package/scripts/hooks-system/infrastructure/severity/context/analyzers/ImpactAnalyzer.js +68 -0
- package/scripts/hooks-system/infrastructure/severity/context/analyzers/SafetyAnalyzer.js +82 -0
- package/scripts/hooks-system/infrastructure/severity/context/context-builder.js +88 -0
- package/scripts/hooks-system/infrastructure/severity/generators/RecommendationGenerator.js +153 -0
- package/scripts/hooks-system/infrastructure/severity/mappers/SeverityMapper.js +10 -0
- package/scripts/hooks-system/infrastructure/severity/policies/gate-policies.js +136 -0
- package/scripts/hooks-system/infrastructure/severity/policies/severity-policies.json +206 -0
- package/scripts/hooks-system/infrastructure/severity/scorers/ContextMultiplier.js +49 -0
- package/scripts/hooks-system/infrastructure/severity/severity-evaluator.js +117 -0
- package/scripts/hooks-system/infrastructure/shell/core/constants.sh +26 -0
- package/scripts/hooks-system/infrastructure/shell/core/utils.sh +45 -0
- package/scripts/hooks-system/infrastructure/shell/gitflow/git-wrapper.sh +646 -0
- package/scripts/hooks-system/infrastructure/shell/gitflow/gitflow-enforcer.sh +620 -0
- package/scripts/hooks-system/infrastructure/shell/gitflow/gitflow-state-manager.sh +235 -0
- package/scripts/hooks-system/infrastructure/shell/gitflow-state-manager.sh +225 -0
- package/scripts/hooks-system/infrastructure/shell/orchestrators/audit-orchestrator.sh +1106 -0
- package/scripts/hooks-system/infrastructure/shell/security/detect-secrets.sh +26 -0
- package/scripts/hooks-system/infrastructure/shell/security/detect_secrets.py +182 -0
- package/scripts/hooks-system/infrastructure/shell/validate-clean-architecture.sh +254 -0
- package/scripts/hooks-system/infrastructure/shell/validators/check-doc-structure.sh +62 -0
- package/scripts/hooks-system/infrastructure/shell/validators/ensure-critical-docs.sh +26 -0
- package/scripts/hooks-system/infrastructure/shell/validators/validate-ai-protocol.sh +474 -0
- package/scripts/hooks-system/infrastructure/shell/validators/validate-clean-architecture.sh +303 -0
- package/scripts/hooks-system/infrastructure/shell/validators/validate-conventional-commit.sh +42 -0
- package/scripts/hooks-system/infrastructure/storage/file-operations.sh +31 -0
- package/scripts/hooks-system/infrastructure/telemetry/TelemetryService.js +165 -0
- package/scripts/hooks-system/infrastructure/telemetry/__tests__/telemetry.spec.js +15 -0
- package/scripts/hooks-system/infrastructure/telemetry/metrics-logger.js +66 -0
- package/scripts/hooks-system/infrastructure/telemetry/metrics-server.js +61 -0
- package/scripts/hooks-system/infrastructure/utils/__tests__/utils.spec.js +8 -0
- package/scripts/hooks-system/infrastructure/utils/error-utils.js +28 -0
- package/scripts/hooks-system/infrastructure/utils/timestamp-helper.sh +106 -0
- package/scripts/hooks-system/infrastructure/utils/token-manager.js +121 -0
- package/scripts/hooks-system/infrastructure/validators/__tests__/detect-commit-language.spec.js +16 -0
- package/scripts/hooks-system/infrastructure/validators/__tests__/enforce-english-literals.spec.js +67 -0
- package/scripts/hooks-system/infrastructure/validators/detect-commit-language.js +145 -0
- package/scripts/hooks-system/infrastructure/validators/enforce-english-literals.js +202 -0
- package/scripts/hooks-system/infrastructure/watchdog/__tests__/.audit-reports/token-monitor.log +18 -0
- package/scripts/hooks-system/infrastructure/watchdog/__tests__/auto-recovery.spec.js +14 -0
- package/scripts/hooks-system/infrastructure/watchdog/__tests__/token-monitor.spec.js +67 -0
- package/scripts/hooks-system/infrastructure/watchdog/__tests__/watchdog.spec.js +22 -0
- package/scripts/hooks-system/infrastructure/watchdog/ai-watchdog.sh +278 -0
- package/scripts/hooks-system/infrastructure/watchdog/auto-recovery.js +32 -0
- package/scripts/hooks-system/infrastructure/watchdog/health-check.js +58 -0
- package/scripts/hooks-system/infrastructure/watchdog/token-monitor-loop.sh +20 -0
- package/scripts/hooks-system/infrastructure/watchdog/token-monitor.js +69 -0
- package/scripts/hooks-system/infrastructure/watchdog/token-tracker.sh +208 -0
- package/scripts/hooks-system/presentation/cli/audit.sh +32 -0
- package/scripts/hooks-system/presentation/cli/autonomous-status.sh +92 -0
- package/scripts/hooks-system/presentation/cli/categorize-violations.sh +179 -0
- package/scripts/hooks-system/presentation/cli/direct-audit-option2.sh +23 -0
- package/scripts/hooks-system/presentation/cli/direct-audit.sh +33 -0
- package/skills/android-guidelines/SKILL.md +475 -0
- package/skills/android-guidelines/resources/advanced-topics.md +44 -0
- package/skills/android-guidelines/resources/architecture-overview.md +44 -0
- package/skills/backend-guidelines/SKILL.md +335 -0
- package/skills/backend-guidelines/resources/architecture-overview.md +48 -0
- package/skills/frontend-guidelines/SKILL.md +367 -0
- package/skills/frontend-guidelines/resources/architecture-overview.md +44 -0
- package/skills/ios-guidelines/SKILL.md +406 -0
- package/skills/ios-guidelines/resources/architecture-overview.md +47 -0
- package/skills/skill-rules.json +334 -0
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
{"timestamp":"2025-12-28T13:53:41.241Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a2f239a-89b0-4a26-a19c-f7036cc92b4c","type":"token_ok"},"context":{}}
|
|
2
|
+
{"timestamp":"2025-12-28T13:56:41.380Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"797f6b89-3d52-4ee5-9b60-6c70e669e236","type":"token_ok"},"context":{}}
|
|
3
|
+
{"timestamp":"2025-12-28T13:59:41.537Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c6797d0-16a7-4274-b08a-7b8d630a9709","type":"token_ok"},"context":{}}
|
|
4
|
+
{"timestamp":"2025-12-28T14:02:41.689Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ec1a5ab3-481e-42c4-9ac2-9b39016bcad6","type":"token_ok"},"context":{}}
|
|
5
|
+
{"timestamp":"2025-12-28T14:05:41.843Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8cdf09e3-b1a7-4d02-8fa8-52cfa66b1fd8","type":"token_ok"},"context":{}}
|
|
6
|
+
{"timestamp":"2025-12-28T14:08:41.994Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bbde5c48-9e11-4fda-8474-539ca5b4b24a","type":"token_ok"},"context":{}}
|
|
7
|
+
{"timestamp":"2025-12-28T14:11:42.141Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1779dc36-1ad4-4cf6-a5d9-bb629459df36","type":"token_ok"},"context":{}}
|
|
8
|
+
{"timestamp":"2025-12-28T14:14:42.289Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"140cdaf8-0a04-40d5-ac5f-9af0ffa33eb6","type":"token_ok"},"context":{}}
|
|
9
|
+
{"timestamp":"2025-12-28T14:17:42.451Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bc13328b-c349-41bb-aa55-4af0d578eb55","type":"token_ok"},"context":{}}
|
|
10
|
+
{"timestamp":"2025-12-28T14:20:42.603Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee081d3d-c5a3-4eb4-ae82-e4a823b1a4d5","type":"token_ok"},"context":{}}
|
|
11
|
+
{"timestamp":"2025-12-28T14:23:42.757Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84b35314-1620-44c0-9375-7c19ce5b10bc","type":"token_ok"},"context":{}}
|
|
12
|
+
{"timestamp":"2025-12-28T14:26:42.911Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1f99085-0c5e-4cec-b4ae-763c34833b2c","type":"token_ok"},"context":{}}
|
|
13
|
+
{"timestamp":"2025-12-28T14:29:43.062Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b1570c8e-7ea8-437f-b1cb-2843983ab2eb","type":"token_ok"},"context":{}}
|
|
14
|
+
{"timestamp":"2025-12-28T14:32:43.215Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2af588d3-afa4-4d08-9e32-c200b99e85ab","type":"token_ok"},"context":{}}
|
|
15
|
+
{"timestamp":"2025-12-28T14:35:43.370Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"25e36c6a-9840-4abf-8e93-37cfb70d440c","type":"token_ok"},"context":{}}
|
|
16
|
+
{"timestamp":"2025-12-28T14:38:43.525Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c479100c-8842-49a7-8410-88d4de675468","type":"token_ok"},"context":{}}
|
|
17
|
+
{"timestamp":"2025-12-28T14:41:43.679Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"68d5f6c0-74d5-4120-aed5-751f22b277bd","type":"token_ok"},"context":{}}
|
|
18
|
+
{"timestamp":"2025-12-28T14:44:43.832Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f5ec8df3-6fa1-4d39-a3d6-d70109f0c745","type":"token_ok"},"context":{}}
|
|
19
|
+
{"timestamp":"2025-12-28T14:47:43.985Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a920b3b-3c89-419a-a84e-f615bd261f35","type":"token_ok"},"context":{}}
|
|
20
|
+
{"timestamp":"2025-12-28T14:50:44.140Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ed24462-38af-4d42-bcda-48e72a9d8fa0","type":"token_ok"},"context":{}}
|
|
21
|
+
{"timestamp":"2025-12-28T14:53:44.291Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"86ca6b7a-8d40-4b18-bf43-5e2c28b65736","type":"token_ok"},"context":{}}
|
|
22
|
+
{"timestamp":"2025-12-28T14:56:44.443Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"95b5aa27-0f77-40db-94d6-905d04d4a27a","type":"token_ok"},"context":{}}
|
|
23
|
+
{"timestamp":"2025-12-28T14:59:44.596Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dfe0cf98-9c13-44d8-9c4b-b20087f92e3d","type":"token_ok"},"context":{}}
|
|
24
|
+
{"timestamp":"2025-12-28T15:02:44.739Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e4639ead-ae2c-4543-8b0c-de5846ab5eb8","type":"token_ok"},"context":{}}
|
|
25
|
+
{"timestamp":"2025-12-28T15:05:44.897Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"25da9434-3cfb-4fff-a676-e237f38c7cb3","type":"token_ok"},"context":{}}
|
|
26
|
+
{"timestamp":"2025-12-28T15:08:45.048Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"026e37f4-6125-4fec-8992-1d467545398e","type":"token_ok"},"context":{}}
|
|
27
|
+
{"timestamp":"2025-12-28T15:11:45.204Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e197007e-294c-4996-8b9b-e470010bd249","type":"token_ok"},"context":{}}
|
|
28
|
+
{"timestamp":"2025-12-28T15:14:45.357Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bb406c4b-b62d-4dde-8e12-f8dc8b48f69a","type":"token_ok"},"context":{}}
|
|
29
|
+
{"timestamp":"2025-12-28T15:17:45.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6f6782fa-fc9b-4741-8ba1-57377e5cae26","type":"token_ok"},"context":{}}
|
|
30
|
+
{"timestamp":"2025-12-28T15:20:45.662Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b20b9d9a-fbea-4a4b-b0af-5169dfe105f7","type":"token_ok"},"context":{}}
|
|
31
|
+
{"timestamp":"2025-12-28T15:23:45.814Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"97c0e485-0c0f-4ea4-9fb8-f2eda1abc890","type":"token_ok"},"context":{}}
|
|
32
|
+
{"timestamp":"2025-12-28T15:26:45.966Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"97588c37-bb5b-452a-9b92-129a8b68c3d7","type":"token_ok"},"context":{}}
|
|
33
|
+
{"timestamp":"2025-12-28T15:29:46.114Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08ac15d4-20a6-41b9-a017-f70385addd98","type":"token_ok"},"context":{}}
|
|
34
|
+
{"timestamp":"2025-12-28T15:32:46.266Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2aefa3e1-02d8-48cd-9c7e-70653351cae0","type":"token_ok"},"context":{}}
|
|
35
|
+
{"timestamp":"2025-12-28T15:35:46.417Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7a5ebc19-d4f8-4adb-b230-49b01298f270","type":"token_ok"},"context":{}}
|
|
36
|
+
{"timestamp":"2025-12-28T15:38:46.575Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"91bfd363-3c87-4559-8a70-986ac1b4e3bc","type":"token_ok"},"context":{}}
|
|
37
|
+
{"timestamp":"2025-12-28T15:41:46.731Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3c4b6624-6111-4c99-b17f-b9dea6906465","type":"token_ok"},"context":{}}
|
|
38
|
+
{"timestamp":"2025-12-28T15:44:46.890Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6347748d-ba89-454d-a9a4-2e87542416d1","type":"token_ok"},"context":{}}
|
|
39
|
+
{"timestamp":"2025-12-28T15:47:47.050Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2e93e2e-2b32-483f-a103-9bbee7ffd734","type":"token_ok"},"context":{}}
|
|
40
|
+
{"timestamp":"2025-12-28T15:50:47.202Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0247bb11-f7be-4b66-aeae-b8a8ce8a7d31","type":"token_ok"},"context":{}}
|
|
41
|
+
{"timestamp":"2025-12-28T15:53:47.361Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"98d1629b-4f7e-4a0a-adc6-5db5a09db735","type":"token_ok"},"context":{}}
|
|
42
|
+
{"timestamp":"2025-12-28T15:56:47.513Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f5170733-1cbc-4974-8b80-2cc6ce62a9b9","type":"token_ok"},"context":{}}
|
|
43
|
+
{"timestamp":"2025-12-28T15:59:47.667Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e68f24a6-daed-4e9f-bdae-72d90b5959a0","type":"token_ok"},"context":{}}
|
|
44
|
+
{"timestamp":"2025-12-28T16:02:47.823Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8648e190-f836-435c-8ae4-9b8b05649a31","type":"token_ok"},"context":{}}
|
|
45
|
+
{"timestamp":"2025-12-28T16:05:47.978Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"377b9902-03cb-47d2-911e-1d8495b978d3","type":"token_ok"},"context":{}}
|
|
46
|
+
{"timestamp":"2025-12-28T16:08:48.131Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fe724f60-b89e-4f2e-8e71-ed3348633e22","type":"token_ok"},"context":{}}
|
|
47
|
+
{"timestamp":"2025-12-28T16:11:48.287Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a3b049c3-d65b-4a15-aa56-a7094be1b53b","type":"token_ok"},"context":{}}
|
|
48
|
+
{"timestamp":"2025-12-28T16:14:48.445Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"40fdeb80-bffe-42fb-8c16-2d4b87f13b4b","type":"token_ok"},"context":{}}
|
|
49
|
+
{"timestamp":"2025-12-28T16:17:48.598Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"65fe7d84-1766-4635-8a5a-5be5c065692d","type":"token_ok"},"context":{}}
|
|
50
|
+
{"timestamp":"2025-12-28T16:20:48.750Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"491ca605-cb03-42f0-aa18-f4a86b677578","type":"token_ok"},"context":{}}
|
|
51
|
+
{"timestamp":"2025-12-28T16:23:48.904Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"806e72dd-3900-42bb-ba5c-e86b1ed5f66d","type":"token_ok"},"context":{}}
|
|
52
|
+
{"timestamp":"2025-12-28T16:26:49.056Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0448b070-6c61-4e1f-a5b5-58f82596061a","type":"token_ok"},"context":{}}
|
|
53
|
+
{"timestamp":"2025-12-28T16:29:49.211Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd589a51-d9bc-498a-8bf1-a04f86c89d5b","type":"token_ok"},"context":{}}
|
|
54
|
+
{"timestamp":"2025-12-28T16:32:49.367Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ce0e751e-bea9-46e9-a873-f436b3109930","type":"token_ok"},"context":{}}
|
|
55
|
+
{"timestamp":"2025-12-28T16:35:49.521Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2b885ed7-aa86-431b-a622-fc73fbe55e7d","type":"token_ok"},"context":{}}
|
|
56
|
+
{"timestamp":"2025-12-28T16:38:49.669Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ef5a0bcf-e800-40d3-ae56-82fb7a6f865b","type":"token_ok"},"context":{}}
|
|
57
|
+
{"timestamp":"2025-12-28T16:41:49.823Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"22e00a85-3915-4c05-820c-78fd5bce0316","type":"token_ok"},"context":{}}
|
|
58
|
+
{"timestamp":"2025-12-28T16:44:49.976Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5e1a8ebf-fed9-4e53-b0c7-9e8a428a1820","type":"token_ok"},"context":{}}
|
|
59
|
+
{"timestamp":"2025-12-28T16:47:50.129Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4110c182-c946-4a4e-9a67-12e604141e9e","type":"token_ok"},"context":{}}
|
|
60
|
+
{"timestamp":"2025-12-28T16:50:50.282Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"da23250f-d100-4e60-b04a-bc5ab9cc8efb","type":"token_ok"},"context":{}}
|
|
61
|
+
{"timestamp":"2025-12-28T16:53:50.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2dccebc1-a6c8-438f-a8eb-eecba505970c","type":"token_ok"},"context":{}}
|
|
62
|
+
{"timestamp":"2025-12-28T16:56:50.592Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5f7f61ff-354c-4678-966a-f3ca2b5c7f4e","type":"token_ok"},"context":{}}
|
|
63
|
+
{"timestamp":"2025-12-28T16:59:50.742Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cb0d09a9-c5ea-4bc7-b12b-0a90c40ce6e9","type":"token_ok"},"context":{}}
|
|
64
|
+
{"timestamp":"2025-12-28T17:02:50.895Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3f5cd531-d652-4099-8a49-ea79bf97f7d3","type":"token_ok"},"context":{}}
|
|
65
|
+
{"timestamp":"2025-12-28T17:05:51.054Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"712488c0-822c-4b64-afb7-cb48c31a137a","type":"token_ok"},"context":{}}
|
|
66
|
+
{"timestamp":"2025-12-28T17:08:51.213Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"248ec899-1107-4dff-84f4-22f61b19a9bf","type":"token_ok"},"context":{}}
|
|
67
|
+
{"timestamp":"2025-12-28T17:11:51.365Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a7f90ac-b3a0-4043-829a-379345379750","type":"token_ok"},"context":{}}
|
|
68
|
+
{"timestamp":"2025-12-28T17:14:51.520Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d7292fda-a2ab-4bd8-bc2f-d71da0e87a3e","type":"token_ok"},"context":{}}
|
|
69
|
+
{"timestamp":"2025-12-28T17:17:51.675Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a0ee6955-e238-4d9e-9fea-aefc55b00c9c","type":"token_ok"},"context":{}}
|
|
70
|
+
{"timestamp":"2025-12-28T17:20:51.827Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0118fce6-81da-4e95-9a48-f4903733affb","type":"token_ok"},"context":{}}
|
|
71
|
+
{"timestamp":"2025-12-28T17:23:51.983Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dc10a9e5-a287-484f-8051-ed52e1c75805","type":"token_ok"},"context":{}}
|
|
72
|
+
{"timestamp":"2025-12-28T17:26:52.138Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ec869908-6a14-4702-846f-81ba3619944c","type":"token_ok"},"context":{}}
|
|
73
|
+
{"timestamp":"2025-12-28T17:29:52.291Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"171d3b8d-e02b-4606-8ae9-4307242816b6","type":"token_ok"},"context":{}}
|
|
74
|
+
{"timestamp":"2025-12-28T17:32:52.444Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"94c4871a-03d8-4b02-bb24-91cf5dae6209","type":"token_ok"},"context":{}}
|
|
75
|
+
{"timestamp":"2025-12-28T17:35:52.603Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0219520e-cdbe-4a7e-b209-1932e91e9833","type":"token_ok"},"context":{}}
|
|
76
|
+
{"timestamp":"2025-12-28T17:38:52.758Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d5b8a3b-7b92-4967-9231-eff54e653bf1","type":"token_ok"},"context":{}}
|
|
77
|
+
{"timestamp":"2025-12-28T17:41:52.915Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c9ee510a-c0bb-43c9-81a0-23b43391a2ef","type":"token_ok"},"context":{}}
|
|
78
|
+
{"timestamp":"2025-12-28T17:44:53.068Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7916849-64c5-4888-b9be-18b6dfd50bcc","type":"token_ok"},"context":{}}
|
|
79
|
+
{"timestamp":"2025-12-28T17:47:53.221Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fa951a89-7653-4041-bc18-bc0235dfda91","type":"token_ok"},"context":{}}
|
|
80
|
+
{"timestamp":"2025-12-28T17:50:53.374Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e1d5820-525a-4455-94c6-a11c6a28af33","type":"token_ok"},"context":{}}
|
|
81
|
+
{"timestamp":"2025-12-28T17:53:53.529Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"61006630-337e-4b93-b771-1861a2288618","type":"token_ok"},"context":{}}
|
|
82
|
+
{"timestamp":"2025-12-28T17:56:53.681Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e7f4c232-ad2a-424f-9863-96b3d61fa45a","type":"token_ok"},"context":{}}
|
|
83
|
+
{"timestamp":"2025-12-28T17:59:53.835Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b6e056d3-10f5-4710-9775-f80eefb39198","type":"token_ok"},"context":{}}
|
|
84
|
+
{"timestamp":"2025-12-28T18:02:53.995Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"169ef4a3-4bbe-46e8-ab54-0eabe2573393","type":"token_ok"},"context":{}}
|
|
85
|
+
{"timestamp":"2025-12-28T18:05:54.153Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"88496e28-ba20-4f40-afe2-3a44c772e905","type":"token_ok"},"context":{}}
|
|
86
|
+
{"timestamp":"2025-12-28T18:08:54.302Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"88895f60-e20b-42d7-9c1d-ed5543acf50f","type":"token_ok"},"context":{}}
|
|
87
|
+
{"timestamp":"2025-12-28T18:11:54.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"68850f55-6ae9-4b38-a97b-bf2fec95a9be","type":"token_ok"},"context":{}}
|
|
88
|
+
{"timestamp":"2025-12-28T18:14:54.600Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"24a21fba-d9be-4618-8750-5f3dbd7b8440","type":"token_ok"},"context":{}}
|
|
89
|
+
{"timestamp":"2025-12-28T18:17:54.757Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"89dc0e38-091e-44de-940e-54cfa35f4237","type":"token_ok"},"context":{}}
|
|
90
|
+
{"timestamp":"2025-12-28T18:20:54.905Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d8053008-063a-4ead-b995-138fd54fe38c","type":"token_ok"},"context":{}}
|
|
91
|
+
{"timestamp":"2025-12-28T18:23:55.056Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dc37188b-90e0-4b2d-9189-d1b089dc5276","type":"token_ok"},"context":{}}
|
|
92
|
+
{"timestamp":"2025-12-28T18:26:55.211Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b72f2894-b2f7-4127-88ab-e5b3762a7d40","type":"token_ok"},"context":{}}
|
|
93
|
+
{"timestamp":"2025-12-28T18:29:55.364Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6221cd02-f203-4c81-970b-95af53287a42","type":"token_ok"},"context":{}}
|
|
94
|
+
{"timestamp":"2025-12-28T18:32:55.522Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07582f50-f36d-4da1-a225-8fb423be71d1","type":"token_ok"},"context":{}}
|
|
95
|
+
{"timestamp":"2025-12-28T18:35:55.677Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"236705a1-146b-465a-8d1c-f1f8e2eaf2cf","type":"token_ok"},"context":{}}
|
|
96
|
+
{"timestamp":"2025-12-28T18:38:55.837Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"edd96c93-72da-42a1-bd82-5164dd98785f","type":"token_ok"},"context":{}}
|
|
97
|
+
{"timestamp":"2025-12-28T18:41:55.988Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4770b40c-636f-456c-bb49-5cf4099e2f57","type":"token_ok"},"context":{}}
|
|
98
|
+
{"timestamp":"2025-12-28T18:44:56.138Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e745dbb6-3f8b-4c16-9b09-ac1f77b487ed","type":"token_ok"},"context":{}}
|
|
99
|
+
{"timestamp":"2025-12-28T18:47:56.290Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d2dac2f4-26f4-4d0e-ac37-3bcca33a54eb","type":"token_ok"},"context":{}}
|
|
100
|
+
{"timestamp":"2025-12-28T18:50:56.440Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c33d24c5-d141-4058-ade4-3100c5cfcc3f","type":"token_ok"},"context":{}}
|
|
101
|
+
{"timestamp":"2025-12-28T18:53:56.584Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"df63f86f-c2d6-4e32-9dac-7047feb32a39","type":"token_ok"},"context":{}}
|
|
102
|
+
{"timestamp":"2025-12-28T18:56:56.732Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d4d7b33e-1455-4799-8d96-3270201052a8","type":"token_ok"},"context":{}}
|
|
103
|
+
{"timestamp":"2025-12-28T18:59:56.874Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e595aee3-f0f2-492b-8972-36f2597171c3","type":"token_ok"},"context":{}}
|
|
104
|
+
{"timestamp":"2025-12-28T19:02:57.022Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a910e6a-5dd4-4c2b-9901-aa18ad9c1ffa","type":"token_ok"},"context":{}}
|
|
105
|
+
{"timestamp":"2025-12-28T19:05:57.176Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"67757d29-6c8b-4b24-86dd-6bd80317acb2","type":"token_ok"},"context":{}}
|
|
106
|
+
{"timestamp":"2025-12-28T19:08:57.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"055d860b-e16b-4bd6-bd72-469b7e26aacd","type":"token_ok"},"context":{}}
|
|
107
|
+
{"timestamp":"2025-12-28T19:11:57.468Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"92332d5f-6ae1-49fd-8c99-c9609fe38790","type":"token_ok"},"context":{}}
|
|
108
|
+
{"timestamp":"2025-12-28T19:14:57.625Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9e2e163d-fe3e-428d-8898-98ca5cf16667","type":"token_ok"},"context":{}}
|
|
109
|
+
{"timestamp":"2025-12-28T19:17:57.775Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"539f8847-81b8-4180-8f66-4949fac006f3","type":"token_ok"},"context":{}}
|
|
110
|
+
{"timestamp":"2025-12-28T19:20:57.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8644ab9f-677b-4c92-8a94-f36d1b6f29d4","type":"token_ok"},"context":{}}
|
|
111
|
+
{"timestamp":"2025-12-28T19:23:58.085Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f882b775-af86-4ec1-b777-f0bd43e9d9dd","type":"token_ok"},"context":{}}
|
|
112
|
+
{"timestamp":"2025-12-28T19:26:58.230Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cc63d081-346b-47f5-a333-5ca724292cb4","type":"token_ok"},"context":{}}
|
|
113
|
+
{"timestamp":"2025-12-28T19:29:58.375Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"76c80072-999e-45c2-a264-aa06b6b152ef","type":"token_ok"},"context":{}}
|
|
114
|
+
{"timestamp":"2025-12-28T19:32:58.517Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c3901831-6bf2-4af3-ac15-27a5b668c94f","type":"token_ok"},"context":{}}
|
|
115
|
+
{"timestamp":"2025-12-28T19:35:58.665Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f1833dc-c43e-4454-8316-2248a7c75ac4","type":"token_ok"},"context":{}}
|
|
116
|
+
{"timestamp":"2025-12-28T19:38:58.814Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84e043f5-8d15-441d-a6a6-7b7f57df919c","type":"token_ok"},"context":{}}
|
|
117
|
+
{"timestamp":"2025-12-28T19:41:58.963Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"104056d7-5535-4be4-8199-ac0313716d7d","type":"token_ok"},"context":{}}
|
|
118
|
+
{"timestamp":"2025-12-28T19:44:59.108Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b4df9b8f-ac2a-43e6-9c90-58d320cc26ff","type":"token_ok"},"context":{}}
|
|
119
|
+
{"timestamp":"2025-12-28T19:47:59.251Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"71f4eb2b-da61-402b-84a7-070ad16ed33a","type":"token_ok"},"context":{}}
|
|
120
|
+
{"timestamp":"2025-12-28T19:50:59.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e4a3d6e4-479b-4e08-8813-766c7c45ed9c","type":"token_ok"},"context":{}}
|
|
121
|
+
{"timestamp":"2025-12-28T19:53:59.542Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c4b346af-ec0c-4e2b-82d5-2bd42a7be617","type":"token_ok"},"context":{}}
|
|
122
|
+
{"timestamp":"2025-12-28T19:56:59.682Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cb3967c0-8c59-42f0-929b-46896c9a8e36","type":"token_ok"},"context":{}}
|
|
123
|
+
{"timestamp":"2025-12-28T19:59:59.832Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"61693ec8-8a36-48c8-bbba-f5809bc26f28","type":"token_ok"},"context":{}}
|
|
124
|
+
{"timestamp":"2025-12-28T20:02:59.987Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"596e2ae5-0002-43bd-aeea-85df779ceb15","type":"token_ok"},"context":{}}
|
|
125
|
+
{"timestamp":"2025-12-28T20:06:00.142Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f427f338-24a5-4ad7-b2a8-4a6d938e2c3f","type":"token_ok"},"context":{}}
|
|
126
|
+
{"timestamp":"2025-12-28T20:09:00.295Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"88b9fece-6f01-4dbc-9adb-f05340ff641e","type":"token_ok"},"context":{}}
|
|
127
|
+
{"timestamp":"2025-12-28T20:12:00.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"86b2ae7a-e6ab-4e6b-8cd9-d6d1273a094f","type":"token_ok"},"context":{}}
|
|
128
|
+
{"timestamp":"2025-12-28T20:15:00.596Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1e297e7e-0725-45ac-8424-6243fa448d88","type":"token_ok"},"context":{}}
|
|
129
|
+
{"timestamp":"2025-12-28T20:18:00.747Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c53b9f9e-da26-491a-a5ec-904d06c071ef","type":"token_ok"},"context":{}}
|
|
130
|
+
{"timestamp":"2025-12-28T20:21:00.890Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"41409245-1dd8-4d12-b4a6-f3299868026a","type":"token_ok"},"context":{}}
|
|
131
|
+
{"timestamp":"2025-12-28T20:24:01.048Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"318a3357-8f73-495a-9a54-b5c6d13b47ad","type":"token_ok"},"context":{}}
|
|
132
|
+
{"timestamp":"2025-12-28T20:27:01.194Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7ef250b-8c1f-4dc0-b4ab-d679fb1eedac","type":"token_ok"},"context":{}}
|
|
133
|
+
{"timestamp":"2025-12-28T20:30:01.342Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0a8efb0c-aabb-4744-94ff-e255884a38aa","type":"token_ok"},"context":{}}
|
|
134
|
+
{"timestamp":"2025-12-28T20:33:01.491Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"704b1f80-28e2-4a87-bd7e-075ba5872ecc","type":"token_ok"},"context":{}}
|
|
135
|
+
{"timestamp":"2025-12-28T20:36:01.654Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c8637592-0e1c-4d6e-ae76-f240a7646bfc","type":"token_ok"},"context":{}}
|
|
136
|
+
{"timestamp":"2025-12-28T20:39:01.816Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5266f681-7090-4d69-b5c2-9dcab205d45a","type":"token_ok"},"context":{}}
|
|
137
|
+
{"timestamp":"2025-12-28T20:42:01.967Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"10405a53-c7fc-4c79-b4a9-f99325aee14a","type":"token_ok"},"context":{}}
|
|
138
|
+
{"timestamp":"2025-12-28T20:45:02.125Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3ac5ef7b-7438-41b4-8001-599970b5d532","type":"token_ok"},"context":{}}
|
|
139
|
+
{"timestamp":"2025-12-28T20:48:02.274Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d9f213c-0b54-4843-9e75-a4174caea190","type":"token_ok"},"context":{}}
|
|
140
|
+
{"timestamp":"2025-12-28T20:51:02.424Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6b66926e-350f-4ca6-bd8a-c185edde55b8","type":"token_ok"},"context":{}}
|
|
141
|
+
{"timestamp":"2025-12-28T20:54:02.572Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"62cd009b-49f4-4e46-92fc-bf2ef401a8a0","type":"token_ok"},"context":{}}
|
|
142
|
+
{"timestamp":"2025-12-28T20:57:02.711Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e7f80ccc-b6bf-47ec-a7dc-3129488b861b","type":"token_ok"},"context":{}}
|
|
143
|
+
{"timestamp":"2025-12-28T21:00:02.859Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fccd814e-2d3e-4bad-b926-0c4d874dc27e","type":"token_ok"},"context":{}}
|
|
144
|
+
{"timestamp":"2025-12-28T21:03:03.008Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"264d75e4-c5c3-46d3-85d0-a4a9dcd864d2","type":"token_ok"},"context":{}}
|
|
145
|
+
{"timestamp":"2025-12-28T21:06:03.173Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f4e5a922-47b9-41e7-8cc6-e625b92de41c","type":"token_ok"},"context":{}}
|
|
146
|
+
{"timestamp":"2025-12-28T21:09:03.296Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1d2dd89c-23e5-4fdf-9d93-afc2d1aab6ed","type":"token_ok"},"context":{}}
|
|
147
|
+
{"timestamp":"2025-12-28T21:12:03.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"98661092-98b8-4bd6-8021-bab749021a1f","type":"token_ok"},"context":{}}
|
|
148
|
+
{"timestamp":"2025-12-28T21:15:03.508Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03c97e69-09fb-4497-b31b-b05d1dd601db","type":"token_ok"},"context":{}}
|
|
149
|
+
{"timestamp":"2025-12-28T21:18:03.626Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"33a6c7bd-70e6-442c-8ce0-7748e8951a88","type":"token_ok"},"context":{}}
|
|
150
|
+
{"timestamp":"2025-12-28T21:21:03.750Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bba7d3fb-9972-4ce8-982d-d7289b477873","type":"token_ok"},"context":{}}
|
|
151
|
+
{"timestamp":"2025-12-28T21:24:03.847Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"668a011e-4d8f-4f4d-bc2e-c09920cb49e4","type":"token_ok"},"context":{}}
|
|
152
|
+
{"timestamp":"2025-12-28T21:27:03.966Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"34887cc2-8097-4ee8-88a8-0df1aee8047c","type":"token_ok"},"context":{}}
|
|
153
|
+
{"timestamp":"2025-12-28T21:30:04.083Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ba83b043-e863-405d-9214-4e6b453081e2","type":"token_ok"},"context":{}}
|
|
154
|
+
{"timestamp":"2025-12-28T21:33:04.203Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a8a78542-35ca-424a-abb3-a09df6768552","type":"token_ok"},"context":{}}
|
|
155
|
+
{"timestamp":"2025-12-28T21:36:04.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"885bacd8-b6d0-4f5a-a1de-2240c240554c","type":"token_ok"},"context":{}}
|
|
156
|
+
{"timestamp":"2025-12-28T21:39:04.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0bde6310-1b84-4fa4-8e84-f4823dfcebf7","type":"token_ok"},"context":{}}
|
|
157
|
+
{"timestamp":"2025-12-28T21:42:04.541Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"47aac37f-8397-49df-99f9-d23e7ab0e0a9","type":"token_ok"},"context":{}}
|
|
158
|
+
{"timestamp":"2025-12-28T21:45:04.659Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e103c188-639b-40ce-a303-9b2f7d9c0c3e","type":"token_ok"},"context":{}}
|
|
159
|
+
{"timestamp":"2025-12-28T21:48:04.782Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f823a21-44e1-4383-a068-f26c83c533f6","type":"token_ok"},"context":{}}
|
|
160
|
+
{"timestamp":"2025-12-28T21:51:04.903Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c254e22c-b6e1-4fc5-839c-91aaa0676a21","type":"token_ok"},"context":{}}
|
|
161
|
+
{"timestamp":"2025-12-28T21:54:05.013Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d16ba8b4-579b-4541-be13-fa2495199379","type":"token_ok"},"context":{}}
|
|
162
|
+
{"timestamp":"2025-12-28T21:57:05.120Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"13f8e49b-ed2f-497f-802e-c88a66ee5b25","type":"token_ok"},"context":{}}
|
|
163
|
+
{"timestamp":"2025-12-28T22:00:05.238Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d4aa4a9e-266c-46b0-a764-23a2d810b357","type":"token_ok"},"context":{}}
|
|
164
|
+
{"timestamp":"2025-12-28T22:03:05.356Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5641824c-3818-4092-b04e-2d9038f91eec","type":"token_ok"},"context":{}}
|
|
165
|
+
{"timestamp":"2025-12-28T22:06:05.474Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"538840e0-f2e3-489e-b8e9-2fa86a1ecc22","type":"token_ok"},"context":{}}
|
|
166
|
+
{"timestamp":"2025-12-28T22:09:05.591Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b27c91e6-e22d-4259-9fce-3ecbe5228772","type":"token_ok"},"context":{}}
|
|
167
|
+
{"timestamp":"2025-12-28T22:12:05.708Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1ca43ebc-e860-4862-ba35-390e9d0b98ac","type":"token_ok"},"context":{}}
|
|
168
|
+
{"timestamp":"2025-12-28T22:15:05.824Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"519ec7c8-7f6d-4e20-8109-8658f650c11a","type":"token_ok"},"context":{}}
|
|
169
|
+
{"timestamp":"2025-12-28T22:18:05.939Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c7ad7e3-4c0e-412b-9e1b-44ec7d1914e0","type":"token_ok"},"context":{}}
|
|
170
|
+
{"timestamp":"2025-12-28T22:21:06.056Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0e85182b-364f-485d-bf55-498fc7d29dec","type":"token_ok"},"context":{}}
|
|
171
|
+
{"timestamp":"2025-12-28T22:24:06.173Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1aefb475-d632-4179-b61e-5792b40639a5","type":"token_ok"},"context":{}}
|
|
172
|
+
{"timestamp":"2025-12-28T22:27:06.289Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1ffaf811-3567-47ea-96ec-8e87e608570c","type":"token_ok"},"context":{}}
|
|
173
|
+
{"timestamp":"2025-12-28T22:30:06.405Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f35e7614-57a6-4c80-b4ae-dd391a778c4d","type":"token_ok"},"context":{}}
|
|
174
|
+
{"timestamp":"2025-12-28T22:33:06.522Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e576e9ab-9f46-49c2-a253-7ffe7b537b83","type":"token_ok"},"context":{}}
|
|
175
|
+
{"timestamp":"2025-12-28T22:36:06.641Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0179042b-febe-4ed8-95b8-fd0dd4aea44a","type":"token_ok"},"context":{}}
|
|
176
|
+
{"timestamp":"2025-12-28T22:39:06.756Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ebd3a2a5-916e-4e5f-8706-f82072fc422f","type":"token_ok"},"context":{}}
|
|
177
|
+
{"timestamp":"2025-12-28T22:42:06.871Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8330f494-71b7-47f0-b04e-c91c13b91b62","type":"token_ok"},"context":{}}
|
|
178
|
+
{"timestamp":"2025-12-28T22:45:06.988Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a046496e-b0f4-4dda-adb3-12731c643d0c","type":"token_ok"},"context":{}}
|
|
179
|
+
{"timestamp":"2025-12-28T22:48:07.103Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"34ff6850-9c8e-4620-bb4e-a805ce795cca","type":"token_ok"},"context":{}}
|
|
180
|
+
{"timestamp":"2025-12-28T22:51:07.220Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"699c3090-5738-4f1f-ba63-2c56aef20682","type":"token_ok"},"context":{}}
|
|
181
|
+
{"timestamp":"2025-12-28T22:54:07.338Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c317594d-1038-4e47-9d9c-aa45f50ef9f0","type":"token_ok"},"context":{}}
|
|
182
|
+
{"timestamp":"2025-12-28T22:57:07.453Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d5d22747-9739-4f31-9f3f-788e2d45a395","type":"token_ok"},"context":{}}
|
|
183
|
+
{"timestamp":"2025-12-28T23:00:07.570Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"74ba671b-1395-4d00-8612-fd61a4052883","type":"token_ok"},"context":{}}
|
|
184
|
+
{"timestamp":"2025-12-28T23:03:07.689Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8ee9476a-5ce7-4d68-8a24-0f22795aadf6","type":"token_ok"},"context":{}}
|
|
185
|
+
{"timestamp":"2025-12-28T23:06:07.807Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c880aa38-5289-48fa-8c9b-f8f2a8651947","type":"token_ok"},"context":{}}
|
|
186
|
+
{"timestamp":"2025-12-28T23:09:07.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee37dd40-2b55-49b7-91cf-e03820fc8fc6","type":"token_ok"},"context":{}}
|
|
187
|
+
{"timestamp":"2025-12-28T23:12:08.028Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2e6779e6-33ad-4c74-9c86-367fe3772eb5","type":"token_ok"},"context":{}}
|
|
188
|
+
{"timestamp":"2025-12-28T23:15:08.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c3697e01-e9f4-46ac-b188-692d5293e30a","type":"token_ok"},"context":{}}
|
|
189
|
+
{"timestamp":"2025-12-28T23:18:08.211Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9f28a107-3818-4af7-b475-7b97bbadfb00","type":"token_ok"},"context":{}}
|
|
190
|
+
{"timestamp":"2025-12-28T23:21:08.335Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"507c7e7b-55a8-4732-95a5-77757eef6c60","type":"token_ok"},"context":{}}
|
|
191
|
+
{"timestamp":"2025-12-28T23:24:08.447Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f779cc25-fe05-429f-96c9-dbb0f16ef5b1","type":"token_ok"},"context":{}}
|
|
192
|
+
{"timestamp":"2025-12-28T23:27:08.558Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b02ca1aa-2c29-44ac-85f3-f69321418b7f","type":"token_ok"},"context":{}}
|
|
193
|
+
{"timestamp":"2025-12-28T23:30:08.678Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ecaae0f6-119f-4fda-a6af-6016539acdd0","type":"token_ok"},"context":{}}
|
|
194
|
+
{"timestamp":"2025-12-28T23:33:08.771Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"007a1c0e-64ae-4abd-b0d5-54de7bf2feca","type":"token_ok"},"context":{}}
|
|
195
|
+
{"timestamp":"2025-12-28T23:36:08.861Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e2fa0735-7ac1-4f1d-a701-eecb6fbfe2ef","type":"token_ok"},"context":{}}
|
|
196
|
+
{"timestamp":"2025-12-28T23:39:08.954Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"70dae7d8-c1b1-4be0-bdf0-192df3ad6867","type":"token_ok"},"context":{}}
|
|
197
|
+
{"timestamp":"2025-12-28T23:42:09.046Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4949d38d-4da0-4fac-ae85-74cb02abe495","type":"token_ok"},"context":{}}
|
|
198
|
+
{"timestamp":"2025-12-28T23:45:09.135Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d0a55d0-b522-4611-af93-ef24973ba694","type":"token_ok"},"context":{}}
|
|
199
|
+
{"timestamp":"2025-12-28T23:48:09.230Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7c6c1cc6-ac6a-4fb2-a52e-09b890a5b348","type":"token_ok"},"context":{}}
|
|
200
|
+
{"timestamp":"2025-12-28T23:51:09.325Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7f1b3a20-3823-4171-91fa-890eec8c4b78","type":"token_ok"},"context":{}}
|
|
201
|
+
{"timestamp":"2025-12-28T23:54:09.421Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3df89ae5-5ae3-40b2-99d4-cb3b34d0727d","type":"token_ok"},"context":{}}
|
|
202
|
+
{"timestamp":"2025-12-28T23:57:09.516Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a46f8172-5b03-4d61-9ea0-3fd21b566328","type":"token_ok"},"context":{}}
|
|
203
|
+
{"timestamp":"2025-12-29T00:00:09.610Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5dc25d63-eb43-49df-bf66-0c7b9b1976e9","type":"token_ok"},"context":{}}
|
|
204
|
+
{"timestamp":"2025-12-29T00:03:09.703Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a3916783-283b-4d7a-975a-566749d0b356","type":"token_ok"},"context":{}}
|
|
205
|
+
{"timestamp":"2025-12-29T00:06:09.794Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fdc58b38-18f4-4ea2-9d42-ac19602950a2","type":"token_ok"},"context":{}}
|
|
206
|
+
{"timestamp":"2025-12-29T00:09:09.893Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c1485300-8163-4cff-b8b1-3cdfd186b2c4","type":"token_ok"},"context":{}}
|
|
207
|
+
{"timestamp":"2025-12-29T00:12:09.986Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6777ba5a-7c4c-4987-a0f6-97086136f73b","type":"token_ok"},"context":{}}
|
|
208
|
+
{"timestamp":"2025-12-29T00:15:10.080Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"253bd268-cdd7-40fd-88c9-646ea07128e3","type":"token_ok"},"context":{}}
|
|
209
|
+
{"timestamp":"2025-12-29T00:18:10.169Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e9f8d75c-48f5-44d4-8391-e1b8cc685ca6","type":"token_ok"},"context":{}}
|
|
210
|
+
{"timestamp":"2025-12-29T00:21:10.256Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4e35bb29-c362-4fe5-9329-12103f2b22ad","type":"token_ok"},"context":{}}
|
|
211
|
+
{"timestamp":"2025-12-29T00:24:10.349Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3220b7e3-de2d-4994-88c0-f18dcdbc5b8e","type":"token_ok"},"context":{}}
|
|
212
|
+
{"timestamp":"2025-12-29T00:27:10.444Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"91015418-b6a1-4bc2-ab06-17d80dcbbd5a","type":"token_ok"},"context":{}}
|
|
213
|
+
{"timestamp":"2025-12-29T00:30:10.539Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07b66da5-dbb0-41b3-b7e0-df62687365fa","type":"token_ok"},"context":{}}
|
|
214
|
+
{"timestamp":"2025-12-29T00:33:10.625Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"151684ec-0cfa-4ad8-a0a9-9974bab432ed","type":"token_ok"},"context":{}}
|
|
215
|
+
{"timestamp":"2025-12-29T00:36:10.718Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f7858ccf-1857-4ff8-b4cf-5ae17f9397e7","type":"token_ok"},"context":{}}
|
|
216
|
+
{"timestamp":"2025-12-29T00:39:10.805Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e78ab49c-23cc-43bd-a666-5882b8d6850d","type":"token_ok"},"context":{}}
|
|
217
|
+
{"timestamp":"2025-12-29T00:42:10.900Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1eeeb627-cd62-4c13-9526-57f1f6116687","type":"token_ok"},"context":{}}
|
|
218
|
+
{"timestamp":"2025-12-29T00:45:10.995Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"74649ec5-6d34-4e10-8b81-5aa68267293c","type":"token_ok"},"context":{}}
|
|
219
|
+
{"timestamp":"2025-12-29T00:48:11.090Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e6c5ef28-b36b-453b-bc77-6a5a5434614c","type":"token_ok"},"context":{}}
|
|
220
|
+
{"timestamp":"2025-12-29T00:51:11.181Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b0d235d-73e7-4b48-be9d-9a6bac979800","type":"token_ok"},"context":{}}
|
|
221
|
+
{"timestamp":"2025-12-29T00:54:11.270Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"33fa10a4-6696-4f94-b322-588a2aa86c9f","type":"token_ok"},"context":{}}
|
|
222
|
+
{"timestamp":"2025-12-29T00:57:11.366Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"83a67810-2bd6-4a4c-b4f0-b2bfa47ac836","type":"token_ok"},"context":{}}
|
|
223
|
+
{"timestamp":"2025-12-29T01:00:11.459Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8cc8cf56-32d9-4c0f-9df5-79ac9f0f3bab","type":"token_ok"},"context":{}}
|
|
224
|
+
{"timestamp":"2025-12-29T01:03:11.548Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"243f0921-f77e-4c65-b13d-a8840d6d01e1","type":"token_ok"},"context":{}}
|
|
225
|
+
{"timestamp":"2025-12-29T01:06:11.651Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d4e38c86-cfdd-43d1-a6ca-d163c092860f","type":"token_ok"},"context":{}}
|
|
226
|
+
{"timestamp":"2025-12-29T01:09:11.748Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"18dfa57a-1752-45d0-8e61-f789b7a23995","type":"token_ok"},"context":{}}
|
|
227
|
+
{"timestamp":"2025-12-29T01:12:11.841Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3dcaf434-b583-4b36-81b5-01b6f97565be","type":"token_ok"},"context":{}}
|
|
228
|
+
{"timestamp":"2025-12-29T01:15:11.935Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3bbcc81f-8a98-47a1-8288-6fd619843170","type":"token_ok"},"context":{}}
|
|
229
|
+
{"timestamp":"2025-12-29T01:18:12.023Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2c220482-32f2-42f9-94dc-b4b076fa5f74","type":"token_ok"},"context":{}}
|
|
230
|
+
{"timestamp":"2025-12-29T01:21:12.117Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"412d398b-4068-4629-bdff-c683458ee572","type":"token_ok"},"context":{}}
|
|
231
|
+
{"timestamp":"2025-12-29T01:24:12.208Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff0d2508-e388-4bab-a796-50686947a5df","type":"token_ok"},"context":{}}
|
|
232
|
+
{"timestamp":"2025-12-29T01:27:12.304Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7883ac8f-36a1-4f57-ae20-ba3fca3943c0","type":"token_ok"},"context":{}}
|
|
233
|
+
{"timestamp":"2025-12-29T01:30:12.392Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"26cd31c3-79ed-4486-82cf-e28673c9bd16","type":"token_ok"},"context":{}}
|
|
234
|
+
{"timestamp":"2025-12-29T01:33:12.484Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3e4af73a-0dca-42ab-baea-9665b1703a6c","type":"token_ok"},"context":{}}
|
|
235
|
+
{"timestamp":"2025-12-29T01:36:12.573Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a1bf426-9bfa-4f6c-9154-88b60aba79fc","type":"token_ok"},"context":{}}
|
|
236
|
+
{"timestamp":"2025-12-29T01:39:12.669Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3532436b-5a6a-455f-9518-bc998e976ea4","type":"token_ok"},"context":{}}
|
|
237
|
+
{"timestamp":"2025-12-29T01:42:12.758Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4534512c-fc55-4932-905b-9f558e84d5d4","type":"token_ok"},"context":{}}
|
|
238
|
+
{"timestamp":"2025-12-29T01:45:12.845Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4e6484be-cb9d-41ee-bafc-17be20302689","type":"token_ok"},"context":{}}
|
|
239
|
+
{"timestamp":"2025-12-29T01:48:12.941Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9c1b0447-a45d-4f88-921e-4a066fe07e7a","type":"token_ok"},"context":{}}
|
|
240
|
+
{"timestamp":"2025-12-29T01:51:13.037Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d11cb429-1f53-4314-aedb-2d270762f3d8","type":"token_ok"},"context":{}}
|
|
241
|
+
{"timestamp":"2025-12-29T01:54:13.131Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"132bdac8-e736-4ec5-8cd0-e9ba10b5007c","type":"token_ok"},"context":{}}
|
|
242
|
+
{"timestamp":"2025-12-29T01:57:13.224Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bd2d1251-5ec0-492d-be82-85fe640f71b9","type":"token_ok"},"context":{}}
|
|
243
|
+
{"timestamp":"2025-12-29T02:00:13.317Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"56692c85-d337-4e90-945b-6e9edfbc290b","type":"token_ok"},"context":{}}
|
|
244
|
+
{"timestamp":"2025-12-29T02:03:13.410Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"02fe665b-ec31-40ee-8107-8722003682b8","type":"token_ok"},"context":{}}
|
|
245
|
+
{"timestamp":"2025-12-29T02:06:13.499Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"13c4ecba-9186-43e2-8a49-8d0d82a26767","type":"token_ok"},"context":{}}
|
|
246
|
+
{"timestamp":"2025-12-29T02:09:13.591Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5da119d5-c640-4ec7-a3d4-e6b83d69fb1a","type":"token_ok"},"context":{}}
|
|
247
|
+
{"timestamp":"2025-12-29T02:12:13.689Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b728c3e0-6263-4de6-b51d-0b3ab37773e0","type":"token_ok"},"context":{}}
|
|
248
|
+
{"timestamp":"2025-12-29T02:15:13.802Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ddbff4c9-37e3-4b61-89fc-22b4f754bc74","type":"token_ok"},"context":{}}
|
|
249
|
+
{"timestamp":"2025-12-29T02:18:13.904Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"27170232-758d-4675-9f94-c87c238abf9b","type":"token_ok"},"context":{}}
|
|
250
|
+
{"timestamp":"2025-12-29T02:21:14.016Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"814c2f58-d199-43c0-9166-48f6c882bf22","type":"token_ok"},"context":{}}
|
|
251
|
+
{"timestamp":"2025-12-29T02:24:14.129Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cf0367d6-772f-463b-8f73-14102509179b","type":"token_ok"},"context":{}}
|
|
252
|
+
{"timestamp":"2025-12-29T02:27:14.221Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"05765613-d804-4f54-b664-3a28d36f2b01","type":"token_ok"},"context":{}}
|
|
253
|
+
{"timestamp":"2025-12-29T02:30:14.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c9873fa4-8d9c-4135-a9a7-fb742fc995ff","type":"token_ok"},"context":{}}
|
|
254
|
+
{"timestamp":"2025-12-29T02:33:14.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f4582948-1a6f-44e6-b80f-b7117a9c0a0f","type":"token_ok"},"context":{}}
|
|
255
|
+
{"timestamp":"2025-12-29T02:36:14.530Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fca8f99c-1be7-46ae-ae3a-a08179514c33","type":"token_ok"},"context":{}}
|
|
256
|
+
{"timestamp":"2025-12-29T02:39:14.644Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a7223f0-f58c-4bce-97cd-77f9f2c59fd4","type":"token_ok"},"context":{}}
|
|
257
|
+
{"timestamp":"2025-12-29T02:42:14.767Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c057734e-2e1c-4f4d-94aa-44e91d560fae","type":"token_ok"},"context":{}}
|
|
258
|
+
{"timestamp":"2025-12-29T02:45:14.889Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"80eec636-3e5c-4efb-8c68-6d84e2434d94","type":"token_ok"},"context":{}}
|
|
259
|
+
{"timestamp":"2025-12-29T02:48:15.008Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8ca83145-7339-4025-a9be-6e531876791c","type":"token_ok"},"context":{}}
|
|
260
|
+
{"timestamp":"2025-12-29T02:51:15.114Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"21de5095-b885-4a46-881c-e556b1e90a02","type":"token_ok"},"context":{}}
|
|
261
|
+
{"timestamp":"2025-12-29T02:54:15.230Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2678c1c5-6d35-4733-ad9d-8e8617e99a3c","type":"token_ok"},"context":{}}
|
|
262
|
+
{"timestamp":"2025-12-29T02:57:15.347Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fdd5b94-ae5b-475c-a1ef-f87e999930cf","type":"token_ok"},"context":{}}
|
|
263
|
+
{"timestamp":"2025-12-29T03:00:15.463Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4ec7e15e-718a-4c2e-86b6-a058dfc62a4a","type":"token_ok"},"context":{}}
|
|
264
|
+
{"timestamp":"2025-12-29T03:03:15.578Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b3a9d1eb-b784-4d39-9c1d-b36e09123054","type":"token_ok"},"context":{}}
|
|
265
|
+
{"timestamp":"2025-12-29T03:06:15.700Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ed84f3c3-659c-4db1-8fa5-e2f533fddd4f","type":"token_ok"},"context":{}}
|
|
266
|
+
{"timestamp":"2025-12-29T03:09:15.801Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"38825449-6c4b-4ea9-bce8-6760193e0b79","type":"token_ok"},"context":{}}
|
|
267
|
+
{"timestamp":"2025-12-29T03:12:15.918Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1e65a9c3-14a9-46c7-af91-2abcfc55d472","type":"token_ok"},"context":{}}
|
|
268
|
+
{"timestamp":"2025-12-29T03:15:16.037Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5db3ec3f-fe07-43d2-94c8-5836087de721","type":"token_ok"},"context":{}}
|
|
269
|
+
{"timestamp":"2025-12-29T03:18:16.156Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9f2a9719-9276-43f6-96ec-42fe5e191752","type":"token_ok"},"context":{}}
|
|
270
|
+
{"timestamp":"2025-12-29T03:21:16.276Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e6784a46-359b-4313-991e-7d9a9709bc16","type":"token_ok"},"context":{}}
|
|
271
|
+
{"timestamp":"2025-12-29T03:24:16.396Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2f87f35-689d-472e-9215-2395d0882442","type":"token_ok"},"context":{}}
|
|
272
|
+
{"timestamp":"2025-12-29T03:27:16.492Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"47b958cf-5fd7-47fc-9dc7-c52855e7b9ed","type":"token_ok"},"context":{}}
|
|
273
|
+
{"timestamp":"2025-12-29T03:30:16.603Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"715ae3d3-a559-4c68-9bb5-cfaf838c3e77","type":"token_ok"},"context":{}}
|
|
274
|
+
{"timestamp":"2025-12-29T03:33:16.726Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f8999853-269e-4b0b-81b9-c0a41dd497e9","type":"token_ok"},"context":{}}
|
|
275
|
+
{"timestamp":"2025-12-29T03:36:16.845Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fc9b8dbd-a59a-4668-ac7b-ebd1d66e51e9","type":"token_ok"},"context":{}}
|
|
276
|
+
{"timestamp":"2025-12-29T03:39:16.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"833a07a9-5a69-4026-a396-9612411d9718","type":"token_ok"},"context":{}}
|
|
277
|
+
{"timestamp":"2025-12-29T03:42:17.080Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a65bf996-2d09-49b9-b776-11fee53cd5a9","type":"token_ok"},"context":{}}
|
|
278
|
+
{"timestamp":"2025-12-29T03:45:17.201Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8aaa0333-7fc2-4b82-bf26-a424560665aa","type":"token_ok"},"context":{}}
|
|
279
|
+
{"timestamp":"2025-12-29T03:48:17.319Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a749fed3-1c91-4b86-9d39-14e194d13429","type":"token_ok"},"context":{}}
|
|
280
|
+
{"timestamp":"2025-12-29T03:51:17.439Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"39b6c497-0ee1-4f15-982a-d717f2d39a70","type":"token_ok"},"context":{}}
|
|
281
|
+
{"timestamp":"2025-12-29T03:54:17.556Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0d432852-7699-4b23-9380-fdae47f02e5e","type":"token_ok"},"context":{}}
|
|
282
|
+
{"timestamp":"2025-12-29T03:57:17.673Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"758a6de9-2b97-43ca-8fc8-c234af14810e","type":"token_ok"},"context":{}}
|
|
283
|
+
{"timestamp":"2025-12-29T04:00:17.789Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d32d898d-480f-4499-937a-ddf47e11c1ef","type":"token_ok"},"context":{}}
|
|
284
|
+
{"timestamp":"2025-12-29T04:03:17.907Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a4a876da-4300-40cd-8242-2de7b1774c19","type":"token_ok"},"context":{}}
|
|
285
|
+
{"timestamp":"2025-12-29T04:06:18.023Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e392626d-75e4-479c-9b48-490ea1031779","type":"token_ok"},"context":{}}
|
|
286
|
+
{"timestamp":"2025-12-29T04:09:18.140Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7acbfac2-48b4-45dd-affb-596589d8590f","type":"token_ok"},"context":{}}
|
|
287
|
+
{"timestamp":"2025-12-29T04:12:18.259Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"73a884df-6ddd-483b-b085-0bd7c58b31ce","type":"token_ok"},"context":{}}
|
|
288
|
+
{"timestamp":"2025-12-29T04:15:18.378Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"536a2580-05ce-484c-8fdd-ed8c83d441b8","type":"token_ok"},"context":{}}
|
|
289
|
+
{"timestamp":"2025-12-29T04:18:18.493Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7f7c9fe4-17f6-4b63-8cf3-037134b556f9","type":"token_ok"},"context":{}}
|
|
290
|
+
{"timestamp":"2025-12-29T04:21:18.611Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d5661951-c3ac-4ba8-a785-1781eef76a2b","type":"token_ok"},"context":{}}
|
|
291
|
+
{"timestamp":"2025-12-29T04:24:18.729Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5891c9a5-02e4-4b04-86fa-3797c5405c55","type":"token_ok"},"context":{}}
|
|
292
|
+
{"timestamp":"2025-12-29T04:27:18.848Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fa6cce70-996c-4f5b-8836-4e0f9bb499c0","type":"token_ok"},"context":{}}
|
|
293
|
+
{"timestamp":"2025-12-29T04:30:18.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e37df5cc-53f4-4b84-9e53-c5c412f4ebb8","type":"token_ok"},"context":{}}
|
|
294
|
+
{"timestamp":"2025-12-29T04:33:19.080Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5df5ace0-1d55-4dcf-964d-1382ccb94111","type":"token_ok"},"context":{}}
|
|
295
|
+
{"timestamp":"2025-12-29T04:36:19.197Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f9f688f5-db25-4bcb-a224-4a392fb00e05","type":"token_ok"},"context":{}}
|
|
296
|
+
{"timestamp":"2025-12-29T04:39:19.315Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4a912fd9-3513-4a52-aaa7-4e263406ef67","type":"token_ok"},"context":{}}
|
|
297
|
+
{"timestamp":"2025-12-29T04:42:19.426Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3600c744-9d3d-49c5-a365-49092b1b0bd2","type":"token_ok"},"context":{}}
|
|
298
|
+
{"timestamp":"2025-12-29T04:45:19.544Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e596d53a-50c2-4582-a4c2-9aef4e73cef8","type":"token_ok"},"context":{}}
|
|
299
|
+
{"timestamp":"2025-12-29T04:48:19.661Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"661bf4ed-dfb4-48af-9ae2-450e5d558d62","type":"token_ok"},"context":{}}
|
|
300
|
+
{"timestamp":"2025-12-29T04:51:19.776Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"faec55a2-1d74-45f8-a9fc-30cfee265726","type":"token_ok"},"context":{}}
|
|
301
|
+
{"timestamp":"2025-12-29T04:54:19.893Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8d780721-1034-4262-b423-3b4cdfa6c715","type":"token_ok"},"context":{}}
|
|
302
|
+
{"timestamp":"2025-12-29T04:57:20.009Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5d23f0f5-8049-4c46-9bca-19f7d8901fd6","type":"token_ok"},"context":{}}
|
|
303
|
+
{"timestamp":"2025-12-29T05:00:20.129Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4a4caacf-d474-4704-b45a-79c9e0c4d4ec","type":"token_ok"},"context":{}}
|
|
304
|
+
{"timestamp":"2025-12-29T05:03:20.246Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7de30bf0-61a9-46ef-a5fb-b650b890fbdc","type":"token_ok"},"context":{}}
|
|
305
|
+
{"timestamp":"2025-12-29T05:06:20.367Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"51b8c693-ccd9-4909-8612-0d0346ad9713","type":"token_ok"},"context":{}}
|
|
306
|
+
{"timestamp":"2025-12-29T05:09:20.484Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0f6400a6-a044-4a23-b679-959a14818a39","type":"token_ok"},"context":{}}
|
|
307
|
+
{"timestamp":"2025-12-29T05:12:20.605Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2fa3089-b426-49b6-adf4-204bd77b79de","type":"token_ok"},"context":{}}
|
|
308
|
+
{"timestamp":"2025-12-29T05:15:20.723Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1cfdc3a8-0295-45bd-ad7c-458194e7bce1","type":"token_ok"},"context":{}}
|
|
309
|
+
{"timestamp":"2025-12-29T05:18:20.840Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2d3bbba6-2a4d-4e58-9294-8a1ca424d450","type":"token_ok"},"context":{}}
|
|
310
|
+
{"timestamp":"2025-12-29T05:21:20.956Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4227aee0-9f0a-4a86-a4a1-401459925802","type":"token_ok"},"context":{}}
|
|
311
|
+
{"timestamp":"2025-12-29T05:24:21.078Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7993b3b9-055b-4aae-ac34-51d713a44833","type":"token_ok"},"context":{}}
|
|
312
|
+
{"timestamp":"2025-12-29T05:27:21.195Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab475257-7840-49f3-aa34-8306cb6107f8","type":"token_ok"},"context":{}}
|
|
313
|
+
{"timestamp":"2025-12-29T05:30:21.316Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aeb3281c-ee4e-4174-8dbd-a53a37a7ab3d","type":"token_ok"},"context":{}}
|
|
314
|
+
{"timestamp":"2025-12-29T05:33:21.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2b943f4c-6644-4e08-8d07-3700f09c2e69","type":"token_ok"},"context":{}}
|
|
315
|
+
{"timestamp":"2025-12-29T05:36:21.552Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"089d8784-4cd6-4d5a-8351-8d3e3d6d7940","type":"token_ok"},"context":{}}
|
|
316
|
+
{"timestamp":"2025-12-29T05:39:21.669Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab09523e-c1fe-4dbd-89ad-fff54e9098c5","type":"token_ok"},"context":{}}
|
|
317
|
+
{"timestamp":"2025-12-29T05:42:21.788Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c5aa4656-9e1f-40cc-b121-6372b5c9e388","type":"token_ok"},"context":{}}
|
|
318
|
+
{"timestamp":"2025-12-29T05:45:21.906Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab3015d6-dddd-4e1b-816e-68aad52220b7","type":"token_ok"},"context":{}}
|
|
319
|
+
{"timestamp":"2025-12-29T05:48:22.024Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"539dd7cb-c4e7-429a-9730-e12d4790abbb","type":"token_ok"},"context":{}}
|
|
320
|
+
{"timestamp":"2025-12-29T05:51:22.140Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"921ea0e1-b3eb-48a2-8b8a-c1c7ffb725f4","type":"token_ok"},"context":{}}
|
|
321
|
+
{"timestamp":"2025-12-29T05:54:22.259Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c1f0e81-3bbe-4aa2-841c-e33926fee1d6","type":"token_ok"},"context":{}}
|
|
322
|
+
{"timestamp":"2025-12-29T05:57:22.377Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e9b2bf43-2d3c-44c8-9f86-4cd6e80de5f6","type":"token_ok"},"context":{}}
|
|
323
|
+
{"timestamp":"2025-12-29T06:00:22.491Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"147569d0-8b75-4bde-8560-1627466c54ce","type":"token_ok"},"context":{}}
|
|
324
|
+
{"timestamp":"2025-12-29T06:03:22.602Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2706801a-eea3-40f5-ac55-6f215b21ab91","type":"token_ok"},"context":{}}
|
|
325
|
+
{"timestamp":"2025-12-29T06:06:22.718Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b19fda8c-1324-4459-bd7d-b17f74991be1","type":"token_ok"},"context":{}}
|
|
326
|
+
{"timestamp":"2025-12-29T06:09:22.831Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f6d1c652-e004-4f98-886a-b7b0ef81078d","type":"token_ok"},"context":{}}
|
|
327
|
+
{"timestamp":"2025-12-29T06:12:22.942Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1d48ec66-438f-4f76-9669-54328caa8aef","type":"token_ok"},"context":{}}
|
|
328
|
+
{"timestamp":"2025-12-29T06:15:23.053Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"17f0eeb1-882e-4080-92e8-92d5e2aab098","type":"token_ok"},"context":{}}
|
|
329
|
+
{"timestamp":"2025-12-29T06:18:23.172Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a32e74b9-7fd0-474a-a454-c05cc0e63497","type":"token_ok"},"context":{}}
|
|
330
|
+
{"timestamp":"2025-12-29T06:21:23.291Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"30bc98c3-a2dd-45c7-bef1-1ad4e48778ad","type":"token_ok"},"context":{}}
|
|
331
|
+
{"timestamp":"2025-12-29T06:24:23.407Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1992a27-5902-4a36-9364-6d911a9f41bf","type":"token_ok"},"context":{}}
|
|
332
|
+
{"timestamp":"2025-12-29T06:27:23.520Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b6c275f3-0598-41f0-b542-a39ce6984fa7","type":"token_ok"},"context":{}}
|
|
333
|
+
{"timestamp":"2025-12-29T06:30:23.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"92c6953d-77b3-4d54-bcb8-1baeea0e9b6f","type":"token_ok"},"context":{}}
|
|
334
|
+
{"timestamp":"2025-12-29T06:33:23.745Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"af6d1c7e-0886-4a43-ba2a-9fc5f19ca58d","type":"token_ok"},"context":{}}
|
|
335
|
+
{"timestamp":"2025-12-29T06:36:23.857Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f540ba6c-31ad-43e6-986c-2483d892e48c","type":"token_ok"},"context":{}}
|
|
336
|
+
{"timestamp":"2025-12-29T06:39:23.968Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d0e55fb4-1119-4442-be04-d529c1ce4edb","type":"token_ok"},"context":{}}
|
|
337
|
+
{"timestamp":"2025-12-29T06:42:24.071Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0a5aaa6b-8744-4ac2-9525-89b822a646b4","type":"token_ok"},"context":{}}
|
|
338
|
+
{"timestamp":"2025-12-29T06:45:24.186Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c81db300-92bb-45ab-9f5e-ef987231155e","type":"token_ok"},"context":{}}
|
|
339
|
+
{"timestamp":"2025-12-29T06:48:24.315Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a24fc29-f5d3-4751-9295-35b6ab96ff6b","type":"token_ok"},"context":{}}
|
|
340
|
+
{"timestamp":"2025-12-29T06:51:24.426Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c6f54fc2-ca06-4f25-8c9b-335720c31475","type":"token_ok"},"context":{}}
|
|
341
|
+
{"timestamp":"2025-12-29T06:54:24.529Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"27c6aef2-ed60-4f68-8e98-3287620e6c28","type":"token_ok"},"context":{}}
|
|
342
|
+
{"timestamp":"2025-12-29T06:57:24.644Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3af4337-9202-4756-9182-a1f6b2f199e7","type":"token_ok"},"context":{}}
|
|
343
|
+
{"timestamp":"2025-12-29T07:00:24.747Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d0f3aa57-69aa-4c9c-8761-4c6eec289420","type":"token_ok"},"context":{}}
|
|
344
|
+
{"timestamp":"2025-12-29T07:03:24.861Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0db8c424-7bb5-4c48-a8c1-ec1fa4c5d011","type":"token_ok"},"context":{}}
|
|
345
|
+
{"timestamp":"2025-12-29T07:06:24.975Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6c478793-cb90-4d2a-b13f-90e2ed24743c","type":"token_ok"},"context":{}}
|
|
346
|
+
{"timestamp":"2025-12-29T07:09:25.097Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e37b9ac7-5ebf-4b27-91b5-971e8fa02cb6","type":"token_ok"},"context":{}}
|
|
347
|
+
{"timestamp":"2025-12-29T07:12:25.211Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f47aa2fb-341e-4107-b520-363ca9810b9f","type":"token_ok"},"context":{}}
|
|
348
|
+
{"timestamp":"2025-12-29T07:15:25.323Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a3b00578-1626-4f47-b6e3-e1c5755deb1b","type":"token_ok"},"context":{}}
|
|
349
|
+
{"timestamp":"2025-12-29T07:18:25.417Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58d15355-9485-4329-93e6-b84400c58bc4","type":"token_ok"},"context":{}}
|
|
350
|
+
{"timestamp":"2025-12-29T07:21:25.530Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"57472c2c-92de-42a5-8a7e-b718bd2fbc24","type":"token_ok"},"context":{}}
|
|
351
|
+
{"timestamp":"2025-12-29T07:24:25.641Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0718c7a8-2d30-4915-8d11-e1371285f588","type":"token_ok"},"context":{}}
|
|
352
|
+
{"timestamp":"2025-12-29T07:27:25.762Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a4ac52e8-1aff-4ca5-ac5c-b9792af5979d","type":"token_ok"},"context":{}}
|
|
353
|
+
{"timestamp":"2025-12-29T07:30:25.866Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5eb4e4bc-4ee5-40d3-b2df-73b64b9a2b79","type":"token_ok"},"context":{}}
|
|
354
|
+
{"timestamp":"2025-12-29T07:33:26.001Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"424f1b8f-efd6-4233-aa68-0dc9ce9f0c88","type":"token_ok"},"context":{}}
|
|
355
|
+
{"timestamp":"2025-12-29T07:36:26.102Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7894e45c-6867-47a4-bd2a-35788c480a0d","type":"token_ok"},"context":{}}
|
|
356
|
+
{"timestamp":"2025-12-29T07:39:26.218Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"22c9380c-eeea-456b-9555-ebde0a0df692","type":"token_ok"},"context":{}}
|
|
357
|
+
{"timestamp":"2025-12-29T07:42:26.332Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b370f607-9ac8-4a50-a467-2d282e0de84e","type":"token_ok"},"context":{}}
|
|
358
|
+
{"timestamp":"2025-12-29T07:45:26.442Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"753ba489-3e32-485a-9d57-f2ce4b4e0169","type":"token_ok"},"context":{}}
|
|
359
|
+
{"timestamp":"2025-12-29T07:48:26.526Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8d420fd3-72b5-4e74-b8ef-2698a1fe20d2","type":"token_ok"},"context":{}}
|
|
360
|
+
{"timestamp":"2025-12-29T07:51:26.631Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"11df69a7-e894-4303-8617-ff85410eb327","type":"token_ok"},"context":{}}
|
|
361
|
+
{"timestamp":"2025-12-29T07:54:26.730Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7ad46d3-c066-4b50-bd07-e7faba6d5f60","type":"token_ok"},"context":{}}
|
|
362
|
+
{"timestamp":"2025-12-29T07:57:26.843Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c9d508f2-96c9-47d9-a157-d17ab930e5ff","type":"token_ok"},"context":{}}
|
|
363
|
+
{"timestamp":"2025-12-29T08:00:26.941Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2879ba9b-a3a7-4672-8ae0-a7682a84d363","type":"token_ok"},"context":{}}
|
|
364
|
+
{"timestamp":"2025-12-29T08:03:27.036Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"64d383a8-c28f-47b1-9680-828a79b93791","type":"token_ok"},"context":{}}
|
|
365
|
+
{"timestamp":"2025-12-29T08:06:27.153Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5dfd6fa-98a6-48ab-a8ee-cc10f73e6dce","type":"token_ok"},"context":{}}
|
|
366
|
+
{"timestamp":"2025-12-29T08:09:27.240Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f701d4bc-cad9-45ca-ac25-1186eb5deedb","type":"token_ok"},"context":{}}
|
|
367
|
+
{"timestamp":"2025-12-29T08:12:27.339Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d85aa5c4-441a-4cfb-be0f-461229e1cccb","type":"token_ok"},"context":{}}
|
|
368
|
+
{"timestamp":"2025-12-29T08:15:27.461Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d8636ee5-3e1d-422f-a613-b332b108de74","type":"token_ok"},"context":{}}
|
|
369
|
+
{"timestamp":"2025-12-29T08:18:27.592Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"448be586-8f15-43f6-8d1a-143605111f00","type":"token_ok"},"context":{}}
|
|
370
|
+
{"timestamp":"2025-12-29T08:21:27.708Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6dfd4ff3-d135-4b2d-83cf-e71b8155812d","type":"token_ok"},"context":{}}
|
|
371
|
+
{"timestamp":"2025-12-29T08:24:27.821Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7110c115-75be-4092-a6af-9abdb8b61b4c","type":"token_ok"},"context":{}}
|
|
372
|
+
{"timestamp":"2025-12-29T08:27:27.934Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7cade31-8c85-487d-859c-b1c3b49b4a3e","type":"token_ok"},"context":{}}
|
|
373
|
+
{"timestamp":"2025-12-29T08:30:28.031Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d07cd358-96fd-41c4-8597-907525dd0d8e","type":"token_ok"},"context":{}}
|
|
374
|
+
{"timestamp":"2025-12-29T08:33:28.155Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ec946772-8250-4f3a-b849-35a91b1de9e2","type":"token_ok"},"context":{}}
|
|
375
|
+
{"timestamp":"2025-12-29T08:36:28.262Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aba12586-66d5-4d86-b518-2d1c441a1f4e","type":"token_ok"},"context":{}}
|
|
376
|
+
{"timestamp":"2025-12-29T08:39:28.379Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6f8a37c8-e96d-4f0e-820b-5d4acf679c09","type":"token_ok"},"context":{}}
|
|
377
|
+
{"timestamp":"2025-12-29T08:42:28.495Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4b6dea8b-7b67-41ed-a11d-45729ff2027e","type":"token_ok"},"context":{}}
|
|
378
|
+
{"timestamp":"2025-12-29T08:45:28.614Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4c2a867c-df59-418b-b046-e00bfdbcc331","type":"token_ok"},"context":{}}
|
|
379
|
+
{"timestamp":"2025-12-29T08:48:28.733Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d77ae424-440a-4b33-b2b0-09bbda52963d","type":"token_ok"},"context":{}}
|
|
380
|
+
{"timestamp":"2025-12-29T08:51:28.850Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2d2946e4-31ba-4a32-896d-f64ea7e6802f","type":"token_ok"},"context":{}}
|
|
381
|
+
{"timestamp":"2025-12-29T08:54:28.954Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1007a2ff-33e2-4fde-9a58-1af52f741c1b","type":"token_ok"},"context":{}}
|
|
382
|
+
{"timestamp":"2025-12-29T08:57:29.074Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c548642b-7db5-44b2-9a3b-c0f0237e15a2","type":"token_ok"},"context":{}}
|
|
383
|
+
{"timestamp":"2025-12-29T09:00:29.189Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"efc48fb2-b6b5-456b-a68f-e03ae68e225f","type":"token_ok"},"context":{}}
|
|
384
|
+
{"timestamp":"2025-12-29T09:03:29.303Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3becf111-5028-4ca0-b8d6-fb1954491150","type":"token_ok"},"context":{}}
|
|
385
|
+
{"timestamp":"2025-12-29T09:06:29.424Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9c9d3319-d85f-4c5c-a7b8-2aa4d1479951","type":"token_ok"},"context":{}}
|
|
386
|
+
{"timestamp":"2025-12-29T09:09:29.539Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a033ff9f-c9fb-412a-9711-34b1fb923ca2","type":"token_ok"},"context":{}}
|
|
387
|
+
{"timestamp":"2025-12-29T09:12:29.654Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7545470-f9de-428a-88e2-16cfff89997a","type":"token_ok"},"context":{}}
|
|
388
|
+
{"timestamp":"2025-12-29T09:15:29.772Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"98c6271e-0d37-4971-82d6-a25bb119c348","type":"token_ok"},"context":{}}
|
|
389
|
+
{"timestamp":"2025-12-29T09:18:29.889Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d23d13a9-df08-44e4-857b-03cf15ace27f","type":"token_ok"},"context":{}}
|
|
390
|
+
{"timestamp":"2025-12-29T09:21:30.014Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"92525f77-e2d1-43dd-b668-448fcaa25e93","type":"token_ok"},"context":{}}
|
|
391
|
+
{"timestamp":"2025-12-29T09:24:30.138Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1cf718b-d793-4c05-9050-3a14c8a22894","type":"token_ok"},"context":{}}
|
|
392
|
+
{"timestamp":"2025-12-29T09:27:30.258Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2c062584-174e-4ef5-a765-2871f03d7369","type":"token_ok"},"context":{}}
|
|
393
|
+
{"timestamp":"2025-12-29T09:30:30.354Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"acdf24b9-d01d-443f-a5af-61ab4d82d243","type":"token_ok"},"context":{}}
|
|
394
|
+
{"timestamp":"2025-12-29T09:33:30.457Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"83d99a28-19a6-474f-bc69-41050e8cb3cd","type":"token_ok"},"context":{}}
|
|
395
|
+
{"timestamp":"2025-12-29T09:36:30.556Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"468249a9-efdd-41dd-80b6-3d7044f338ce","type":"token_ok"},"context":{}}
|
|
396
|
+
{"timestamp":"2025-12-29T09:39:30.659Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c84ef98b-2b6b-4e55-a0fd-e0515d0b2d7a","type":"token_ok"},"context":{}}
|
|
397
|
+
{"timestamp":"2025-12-29T09:42:30.757Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a4f0f4cf-b708-4460-9af2-07020a67fee8","type":"token_ok"},"context":{}}
|
|
398
|
+
{"timestamp":"2025-12-29T09:45:30.849Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5f0ac166-4053-4cb1-a2dc-bab6becb5d04","type":"token_ok"},"context":{}}
|
|
399
|
+
{"timestamp":"2025-12-29T09:48:30.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4b999cef-9137-4f44-a473-dd7607c28adb","type":"token_ok"},"context":{}}
|
|
400
|
+
{"timestamp":"2025-12-29T09:51:31.048Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bfab7d66-ce3e-4b21-a3c5-4e0e29460293","type":"token_ok"},"context":{}}
|
|
401
|
+
{"timestamp":"2025-12-29T09:54:31.161Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4fbaf33c-0808-4e27-b30a-a21bda2fa366","type":"token_ok"},"context":{}}
|
|
402
|
+
{"timestamp":"2025-12-29T09:57:31.273Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5487e1f9-aee0-497e-b987-d978b631e4ec","type":"token_ok"},"context":{}}
|
|
403
|
+
{"timestamp":"2025-12-29T10:00:31.382Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"667ab8e9-d497-410f-bc25-854fb68778ce","type":"token_ok"},"context":{}}
|
|
404
|
+
{"timestamp":"2025-12-29T10:03:31.491Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"eeae75d6-914d-4cf8-a099-66faebefe539","type":"token_ok"},"context":{}}
|
|
405
|
+
{"timestamp":"2025-12-29T10:06:31.600Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"16ce560d-5e92-4025-833f-6f12ec0f9713","type":"token_ok"},"context":{}}
|
|
406
|
+
{"timestamp":"2025-12-29T10:09:31.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"907a4857-59c5-4ff7-b701-fac44d1c99ca","type":"token_ok"},"context":{}}
|
|
407
|
+
{"timestamp":"2025-12-29T10:12:31.839Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"90092770-4120-41ed-b4a5-92590af664bf","type":"token_ok"},"context":{}}
|
|
408
|
+
{"timestamp":"2025-12-29T10:15:31.953Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ef486641-174b-4b22-accd-f3f97a754da7","type":"token_ok"},"context":{}}
|
|
409
|
+
{"timestamp":"2025-12-29T10:18:32.045Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58629198-22d0-4cb4-88c6-364a644dec25","type":"token_ok"},"context":{}}
|
|
410
|
+
{"timestamp":"2025-12-29T10:21:32.163Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"39de421c-2248-4670-bc2a-face92010ae5","type":"token_ok"},"context":{}}
|
|
411
|
+
{"timestamp":"2025-12-29T10:24:32.263Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"26ac854c-ad85-43ea-a597-461408156bdf","type":"token_ok"},"context":{}}
|
|
412
|
+
{"timestamp":"2025-12-29T10:27:32.367Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2e2c52d-4de4-4bb4-88de-9552b125c9e4","type":"token_ok"},"context":{}}
|
|
413
|
+
{"timestamp":"2025-12-29T10:30:32.470Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"008a2749-9599-4b3f-bd8e-1bc310f75d55","type":"token_ok"},"context":{}}
|
|
414
|
+
{"timestamp":"2025-12-29T10:33:32.568Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"46e41fd4-669b-4e9c-b242-a2b3dffa7958","type":"token_ok"},"context":{}}
|
|
415
|
+
{"timestamp":"2025-12-29T10:36:32.671Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0efcbde9-e29c-4f7a-b5d1-f089ea3f4f1f","type":"token_ok"},"context":{}}
|
|
416
|
+
{"timestamp":"2025-12-29T10:39:32.770Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b3ceb3d8-7a1e-4437-8ab0-53798fd13632","type":"token_ok"},"context":{}}
|
|
417
|
+
{"timestamp":"2025-12-29T10:42:32.869Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9cd784be-3d17-4b83-8063-77e6e21ef1bd","type":"token_ok"},"context":{}}
|
|
418
|
+
{"timestamp":"2025-12-29T10:45:32.958Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d895507e-245f-4094-8e11-0272567edb32","type":"token_ok"},"context":{}}
|
|
419
|
+
{"timestamp":"2025-12-29T10:48:33.074Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"06e4a40e-5dcf-4c4b-83f3-b40f9c5ec17a","type":"token_ok"},"context":{}}
|
|
420
|
+
{"timestamp":"2025-12-29T10:51:33.187Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7943c04f-4e37-478a-8fff-88a6c3d5e861","type":"token_ok"},"context":{}}
|
|
421
|
+
{"timestamp":"2025-12-29T10:54:33.284Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7daeef7-8e2b-43b4-829a-783731219b22","type":"token_ok"},"context":{}}
|
|
422
|
+
{"timestamp":"2025-12-29T10:57:33.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"15aa23c1-6e98-4e87-a5c1-066d5d54821c","type":"token_ok"},"context":{}}
|
|
423
|
+
{"timestamp":"2025-12-29T11:00:33.514Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"18bbf61b-b370-4998-8757-801e2cd2d70e","type":"token_ok"},"context":{}}
|
|
424
|
+
{"timestamp":"2025-12-29T11:03:33.601Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4fa92db8-edd9-4044-a366-17d4e697156c","type":"token_ok"},"context":{}}
|
|
425
|
+
{"timestamp":"2025-12-29T11:06:33.716Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"389e35f6-71eb-4486-99f0-c2aea1eb5960","type":"token_ok"},"context":{}}
|