/home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1213: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. parser = self.make_parser(ctx) /home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1206: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. self.parse_args(ctx, args) Using UID: 1000, GID: 1000 Forwarding environment variable OPENROUTER_API_KEY to container Mounting local directory /home/llmeval/llmeval/runs/run_20260213_150130/task13_meeting_action_items/openrouter-openai-gpt-oss-120b/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: 4cd416bc Image: opencode Executing command and waiting for completion... Container will exit after command completes. Command logs: Initializing opencode v1.0.0 Setting up user 'cubbi' with UID: 1000, GID: 1000 Setting up standard directories Created directory: /app Created directory: /cubbi-config Created directory: /cubbi-config/home Creating /home/cubbi as symlink to /cubbi-config/home Created directory: /cubbi-config/home/.local Copied /root/.local/bin to user directory Running opencode-specific initialization Added litellm custom provider with 169 models to OpenCode configuration Added openrouter standard provider with 342 models to OpenCode configuration Set default model to openrouter/openai/gpt-oss-120b Updated OpenCode configuration at /home/cubbi/.config/opencode/config.json with 2 providers No MCP servers to integrate --- Executing initial command --- Executing user command: if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md Executing as cubbi: sh -c if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md --- TASK BEGIN --- # Meeting Action Items Extraction for Michal You are analyzing meeting transcripts to extract action items specifically for a person named **Michal**. ## Input Files The `input/` directory contains JSON files with meeting transcripts. Each file has the following structure: - `title` - Meeting title - `timestamp` - Meeting date in ISO format - `raw_data.room_name` - Room/channel name - `raw_data.short_summary` - Brief summary - `raw_data.long_summary` - Detailed summary - `raw_data.transcript` - Full conversation transcript ## Your Task For each JSON file in the `input/` directory, extract **all action items assigned to or involving Michal**. Check for variations like "Michal", "michal", "Michael", "Micha��". ## Output Format Create corresponding JSON files in the current directory with the same names as the input files (e.g., `1.json`, `2.json`, etc.). Each output file must follow this exact schema: ```json { "action_items": [ {"action_item": "Description of task for Michal", "deadline": null}, {"action_item": "Another task with date", "deadline": "2025-12-20"}, {"action_item": "Task with datetime", "deadline": "2025-12-20T10:00:00"} ] } ``` ## Action Item Fields - **action_item**: A clear description of what Michal needs to do - **deadline**: Any mentioned deadline in ISO 8601 format (e.g., "2025-12-20" or "2025-12-20T10:00:00"), or null if not specified ## Important Guidelines - **Be conservative**. Only create an action item if you're sure it stems from the conversation and is clearly assigned to or involves Michal. - Include all commitments, tasks, and follow-ups for Michal that are explicitly mentioned in the meeting. - Deadlines must be in valid ISO 8601 format (date only like "2025-12-20" or full datetime like "2025-12-20T10:00:00") - If Michal has no action items in a meeting, return an empty action_items array: `{"action_items": []}` PS: You are currently working in an automated system and cannot ask any questions or have back and forth with a user. --- TASK END --- INFO 2026-02-13T15:19:06 +992ms service=default version=1.1.51 args=["run","--print-logs"] opencode INFO 2026-02-13T15:19:06 +5ms service=default directory=/app/input creating instance INFO 2026-02-13T15:19:06 +1ms service=project directory=/app/input fromDirectory INFO 2026-02-13T15:19:06 +13ms service=storage index=0 running migration INFO 2026-02-13T15:19:06 +10ms service=storage index=1 running migration INFO 2026-02-13T15:19:06 +7ms service=default directory=/app/input bootstrapping INFO 2026-02-13T15:19:07 +20ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2026-02-13T15:19:07 +112ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2026-02-13T15:19:07 +4ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2026-02-13T15:19:07 +15ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","@opencode-ai/plugin@1.1.51","--exact"] cwd=/home/cubbi/.config/opencode running INFO 2026-02-13T15:19:07 +689ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed @opencode-ai/plugin@1.1.51 3 packages installed [655.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2026-02-13T15:19:07 +2ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","install"] cwd=/home/cubbi/.config/opencode running INFO 2026-02-13T15:19:07 +18ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd) Checked 3 installs across 4 packages (no changes) [6.00ms] stderr= done INFO 2026-02-13T15:19:07 +21ms service=plugin name=CodexAuthPlugin loading internal plugin INFO 2026-02-13T15:19:07 +1ms service=plugin name=CopilotAuthPlugin loading internal plugin INFO 2026-02-13T15:19:07 +1ms service=plugin path=opencode-anthropic-auth@0.0.13 loading plugin INFO 2026-02-13T15:19:07 +8ms service=bun pkg=opencode-anthropic-auth version=0.0.13 installing package using Bun's default registry resolution INFO 2026-02-13T15:19:07 +1ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","opencode-anthropic-auth@0.0.13"] cwd=/home/cubbi/.cache/opencode running INFO 2026-02-13T15:19:08 +680ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed opencode-anthropic-auth@0.0.13 13 packages installed [665.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2026-02-13T15:19:08 +56ms service=plugin path=@gitlab/opencode-gitlab-auth@1.3.2 loading plugin INFO 2026-02-13T15:19:08 +1ms service=bun pkg=@gitlab/opencode-gitlab-auth version=1.3.2 installing package using Bun's default registry resolution INFO 2026-02-13T15:19:08 +1ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","@gitlab/opencode-gitlab-auth@1.3.2"] cwd=/home/cubbi/.cache/opencode running INFO 2026-02-13T15:19:09 +1070ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) + opencode-anthropic-auth@0.0.13 installed @gitlab/opencode-gitlab-auth@1.3.2 77 packages installed [1046.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [247] Saved lockfile done INFO 2026-02-13T15:19:09 +157ms service=bus type=* subscribing INFO 2026-02-13T15:19:09 +1ms service=bus type=session.updated subscribing INFO 2026-02-13T15:19:09 +0ms service=bus type=message.updated subscribing INFO 2026-02-13T15:19:09 +0ms service=bus type=message.part.updated subscribing INFO 2026-02-13T15:19:09 +1ms service=bus type=session.updated subscribing INFO 2026-02-13T15:19:09 +0ms service=bus type=message.updated subscribing INFO 2026-02-13T15:19:09 +0ms service=bus type=message.part.updated subscribing INFO 2026-02-13T15:19:09 +0ms service=bus type=session.diff subscribing INFO 2026-02-13T15:19:09 +0ms service=format init INFO 2026-02-13T15:19:09 +1ms service=bus type=file.edited subscribing INFO 2026-02-13T15:19:09 +1ms service=lsp serverIds=deno, typescript, vue, eslint, oxlint, biome, gopls, ruby-lsp, pyright, elixir-ls, zls, csharp, fsharp, sourcekit-lsp, rust, clangd, svelte, astro, jdtls, kotlin-ls, yaml-ls, lua-ls, php intelephense, prisma, dart, ocaml-lsp, bash, terraform, texlab, dockerfile, gleam, clojure-lsp, nixd, tinymist, haskell-language-server enabled LSP servers INFO 2026-02-13T15:19:09 +6ms service=scheduler id=snapshot.cleanup run INFO 2026-02-13T15:19:09 +1ms service=scheduler id=tool.truncation.cleanup run INFO 2026-02-13T15:19:09 +1ms service=bus type=command.executed subscribing INFO 2026-02-13T15:19:09 +48ms service=server method=POST path=/session request INFO 2026-02-13T15:19:09 +1ms service=server status=started method=POST path=/session request INFO 2026-02-13T15:19:09 +5ms service=session id=ses_3a86a5ea5ffeasx6OOc14mbs4O slug=shiny-eagle version=1.1.51 projectID=global directory=/app/input title=New session - 2026-02-13T15:19:09.914Z permission=[{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] time={"created":1770995949914,"updated":1770995949914} created INFO 2026-02-13T15:19:09 +8ms service=bus type=session.created publishing INFO 2026-02-13T15:19:09 +0ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:09 +9ms service=server status=completed duration=22 method=POST path=/session request INFO 2026-02-13T15:19:09 +2ms service=server method=GET path=/config request INFO 2026-02-13T15:19:09 +0ms service=server status=started method=GET path=/config request INFO 2026-02-13T15:19:09 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2026-02-13T15:19:09 +5ms service=server method=GET path=/event request INFO 2026-02-13T15:19:09 +0ms service=server status=started method=GET path=/event request INFO 2026-02-13T15:19:09 +1ms service=server method=POST path=/session/ses_3a86a5ea5ffeasx6OOc14mbs4O/message request INFO 2026-02-13T15:19:09 +0ms service=server status=started method=POST path=/session/ses_3a86a5ea5ffeasx6OOc14mbs4O/message request INFO 2026-02-13T15:19:09 +1ms service=server event connected INFO 2026-02-13T15:19:09 +4ms service=bus type=* subscribing INFO 2026-02-13T15:19:09 +9ms service=server status=completed duration=15 method=GET path=/event request INFO 2026-02-13T15:19:09 +3ms service=server status=completed duration=17 method=POST path=/session/ses_3a86a5ea5ffeasx6OOc14mbs4O/message request INFO 2026-02-13T15:19:09 +41ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:10 +6ms service=provider status=started state INFO 2026-02-13T15:19:10 +60ms service=provider init INFO 2026-02-13T15:19:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:10 +25ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:10 +14ms service=bus type=session.status publishing INFO 2026-02-13T15:19:10 +1ms service=session.prompt step=0 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:10 +21ms service=provider providerID=openrouter found INFO 2026-02-13T15:19:10 +3ms service=provider providerID=opencode found INFO 2026-02-13T15:19:10 +1ms service=provider providerID=litellm found INFO 2026-02-13T15:19:10 +1ms service=provider status=completed duration=150 state INFO 2026-02-13T15:19:10 +10ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=true agent=title mode=primary stream INFO 2026-02-13T15:19:10 +2ms service=provider status=started providerID=openrouter getSDK INFO 2026-02-13T15:19:10 +0ms service=provider providerID=openrouter pkg=@openrouter/ai-sdk-provider using bundled provider INFO 2026-02-13T15:19:10 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2026-02-13T15:19:10 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:10 +3ms service=session.prompt status=started resolveTools  > build �� openai/gpt-oss-120b  INFO 2026-02-13T15:19:10 +41ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:10 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:10 +1ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:10 +1ms service=tool.registry status=completed duration=3 invalid INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=3 question INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=2 glob INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=2 grep INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=2 edit INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=2 write INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=3 bash INFO 2026-02-13T15:19:10 +1ms service=tool.registry status=completed duration=2 skill INFO 2026-02-13T15:19:10 +3ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:10 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:10 +0ms service=tool.registry status=completed duration=7 task INFO 2026-02-13T15:19:10 +12ms service=session.prompt status=completed duration=60 resolveTools INFO 2026-02-13T15:19:10 +38ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:10 +5ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=true agent=title mode=primary stream INFO 2026-02-13T15:19:10 +7ms service=session.processor process INFO 2026-02-13T15:19:10 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:10 +0ms service=provider status=started providerID=openrouter getSDK INFO 2026-02-13T15:19:10 +1ms service=provider status=completed duration=1 providerID=openrouter getSDK INFO 2026-02-13T15:19:10 +0ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:10 +16ms service=bus type=session.status publishing INFO 2026-02-13T15:19:10 +7ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:11 +759ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +2ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:11 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +18ms service=session.summary title=Extract Michal's action items from meetings title INFO 2026-02-13T15:19:11 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:11 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:11 +284ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:12 +188ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:12 +16ms service=permission permission=glob pattern=input/*.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:12 +1ms service=permission permission=glob pattern=input/*.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:12 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:12 +9ms service=bus type=message.part.updated publishing ��� Glob "input/*.json" 0 matches INFO 2026-02-13T15:19:12 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:12 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:12 +15ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:12 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:12 +0ms service=session.prompt step=1 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:12 +6ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:12 +6ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:12 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:12 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:12 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=started question INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:12 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=started read INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=3 invalid INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=completed duration=3 question INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=2 glob INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=2 grep INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=2 edit INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=2 write INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:19:12 +0ms service=tool.registry status=completed duration=3 bash INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=completed duration=2 skill INFO 2026-02-13T15:19:12 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:12 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:12 +1ms service=tool.registry status=completed duration=4 task INFO 2026-02-13T15:19:12 +93ms service=session.prompt status=completed duration=99 resolveTools INFO 2026-02-13T15:19:12 +14ms service=session.processor process INFO 2026-02-13T15:19:12 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:12 +10ms service=bus type=session.status publishing INFO 2026-02-13T15:19:13 +1027ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:13 +274ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +92ms service=permission permission=glob pattern=* ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:14 +9ms service=permission permission=glob pattern=* action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +5ms service=bus type=message.part.updated publishing ��� Glob "*" 5 matches INFO 2026-02-13T15:19:14 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:14 +18ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:14 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:14 +0ms service=session.prompt step=2 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:14 +13ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:14 +3ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:14 +16ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:14 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:14 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:14 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:14 +1ms service=tool.registry status=started read INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:14 +1ms service=tool.registry status=completed duration=3 invalid INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=3 question INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=3 bash INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:14 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:14 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:14 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:19:14 +4ms service=session.prompt status=completed duration=8 resolveTools INFO 2026-02-13T15:19:14 +13ms service=session.processor process INFO 2026-02-13T15:19:14 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:14 +14ms service=bus type=session.status publishing INFO 2026-02-13T15:19:14 +408ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +550ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +293ms service=permission permission=read pattern=/app/input/1.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:15 +0ms service=permission permission=read pattern=/app/input/1.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +17ms service=lsp file=/app/input/1.json touching file INFO 2026-02-13T15:19:15 +1ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/1.json read INFO 2026-02-13T15:19:15 +2ms service=bus type=message.part.updated publishing ��� Read 1.json INFO 2026-02-13T15:19:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:15 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:15 +13ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:15 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:15 +0ms service=session.prompt step=3 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:15 +16ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:15 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:15 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:15 +3ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:15 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:15 +2ms service=tool.registry status=started bash INFO 2026-02-13T15:19:15 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:15 +1ms service=tool.registry status=completed duration=3 invalid INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=3 question INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:15 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:15 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:15 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:19:15 +2ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:19:15 +2ms service=session.processor process INFO 2026-02-13T15:19:15 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:15 +9ms service=bus type=session.status publishing INFO 2026-02-13T15:19:16 +863ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:16 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +113ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +66ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:17 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:18 +303ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:19 +436ms service=permission permission=read pattern=/app/input/1.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:19 +7ms service=permission permission=read pattern=/app/input/1.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:19 +1ms service=lsp file=/app/input/1.json touching file INFO 2026-02-13T15:19:19 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/1.json read INFO 2026-02-13T15:19:19 +2ms service=bus type=message.part.updated publishing ��� Read 1.json [offset=80, limit=200] INFO 2026-02-13T15:19:19 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:19 +4ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:19 +33ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:19 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:19:19 +0ms service=session.prompt step=4 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:19 +22ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:19 +6ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:19 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:19 +24ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:19 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:19 +4ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:19 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:19 +1ms service=tool.registry status=started grep INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:19 +2ms service=tool.registry status=completed duration=2 edit INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=2 write INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=2 webfetch INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=2 todowrite INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=3 bash INFO 2026-02-13T15:19:19 +1ms service=tool.registry status=completed duration=3 skill INFO 2026-02-13T15:19:19 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:19 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:19 +0ms service=tool.registry status=completed duration=4 task INFO 2026-02-13T15:19:19 +1ms service=session.prompt status=completed duration=10 resolveTools INFO 2026-02-13T15:19:19 +12ms service=session.processor process INFO 2026-02-13T15:19:19 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:19 +15ms service=bus type=session.status publishing INFO 2026-02-13T15:19:20 +934ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:20 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +242ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:21 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +62ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +71ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +86ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +83ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:24 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +62ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:26 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +290ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +395ms service=permission permission=grep pattern=[Mm]ichal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:27 +0ms service=permission permission=grep pattern=[Mm]ichal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:27 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +4ms service=bus type=message.part.updated publishing ��� Grep "[Mm]ichal" in . �� 13 matches INFO 2026-02-13T15:19:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:27 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:27 +4ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:27 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:19:27 +0ms service=session.prompt step=5 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:27 +31ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:27 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:27 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:27 +10ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:27 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:27 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:27 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:27 +1ms service=tool.registry status=started read INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:27 +1ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=2 invalid INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:19:27 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:27 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:27 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:27 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:19:27 +2ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:19:27 +50ms service=session.processor process INFO 2026-02-13T15:19:27 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:27 +27ms service=bus type=session.status publishing INFO 2026-02-13T15:19:28 +593ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +78ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +114ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +363ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +104ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +279ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:30 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +200ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +62ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +196ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:33 +265ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +372ms service=permission permission=grep pattern=Michal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:34 +0ms service=permission permission=grep pattern=Michal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +3ms service=bus type=message.part.updated publishing ��� Grep "Michal" in 1.json �� 4 matches INFO 2026-02-13T15:19:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:34 +9ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:34 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:34 +0ms service=session.prompt step=6 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:34 +24ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:34 +3ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:34 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:34 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:34 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:34 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 read INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:19:34 +4ms service=tool.registry status=completed duration=4 skill INFO 2026-02-13T15:19:34 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:34 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:34 +0ms service=tool.registry status=completed duration=4 task INFO 2026-02-13T15:19:34 +1ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:19:34 +22ms service=session.processor process INFO 2026-02-13T15:19:34 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:34 +11ms service=bus type=session.status publishing INFO 2026-02-13T15:19:34 +404ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +61ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +77ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +148ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +104ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +229ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +64ms service=permission permission=read pattern=/app/input/2.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:36 +5ms service=permission permission=read pattern=/app/input/2.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +27ms service=lsp file=/app/input/2.json touching file INFO 2026-02-13T15:19:36 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/2.json read INFO 2026-02-13T15:19:36 +2ms service=bus type=message.part.updated publishing ��� Read 2.json INFO 2026-02-13T15:19:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:36 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:36 +18ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:36 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:36 +0ms service=session.prompt step=7 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:36 +22ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:36 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:36 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:36 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:36 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:36 +1ms service=tool.registry status=started question INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:36 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:36 +1ms service=tool.registry status=started glob INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:36 +1ms service=tool.registry status=started skill INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=3 invalid INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:36 +1ms service=tool.registry status=completed duration=2 edit INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 write INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 webfetch INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 todowrite INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=3 bash INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:36 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:36 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:36 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:19:36 +2ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:19:36 +2ms service=session.processor process INFO 2026-02-13T15:19:36 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:36 +10ms service=bus type=session.status publishing INFO 2026-02-13T15:19:37 +471ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:38 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:39 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:40 +474ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:41 +556ms service=permission permission=grep pattern=[Mm]ichal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:41 +0ms service=permission permission=grep pattern=[Mm]ichal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:41 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:41 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:41 +2ms service=bus type=message.part.updated publishing ��� Grep "[Mm]ichal" in 5.json �� 2 matches INFO 2026-02-13T15:19:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:41 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:41 +8ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:41 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:41 +0ms service=session.prompt step=8 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:41 +39ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:41 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:41 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:41 +5ms service=tool.registry status=started read INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=5 invalid INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=5 question INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=5 bash INFO 2026-02-13T15:19:41 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:41 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:41 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:41 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:19:41 +6ms service=session.prompt status=completed duration=12 resolveTools INFO 2026-02-13T15:19:41 +58ms service=session.processor process INFO 2026-02-13T15:19:41 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:41 +6ms service=bus type=session.status publishing INFO 2026-02-13T15:19:41 +11ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:41 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:41 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:42 +970ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +270ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +160ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +74ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:43 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +86ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +63ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +109ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +85ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +90ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:45 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:47 +259ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:47 +296ms service=permission permission=read pattern=/app/input/4.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:47 +2ms service=permission permission=read pattern=/app/input/4.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:47 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:47 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:47 +17ms service=lsp file=/app/input/4.json touching file INFO 2026-02-13T15:19:47 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/4.json read INFO 2026-02-13T15:19:47 +5ms service=bus type=message.part.updated publishing ��� Read 4.json [offset=70, limit=200] INFO 2026-02-13T15:19:47 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:47 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:47 +17ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:47 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:47 +1ms service=session.prompt step=9 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:47 +156ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:47 +5ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:47 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:47 +15ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:47 +3ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:47 +5ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:47 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:47 +1ms service=tool.registry status=started read INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 read INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:19:47 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:19:47 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:47 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:47 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:19:47 +7ms service=session.prompt status=completed duration=14 resolveTools INFO 2026-02-13T15:19:47 +34ms service=session.processor process INFO 2026-02-13T15:19:47 +2ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:47 +43ms service=bus type=session.status publishing INFO 2026-02-13T15:19:48 +471ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:50 +409ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:50 +143ms service=permission permission=read pattern=/app/input/3.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:19:50 +2ms service=permission permission=read pattern=/app/input/3.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:19:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:50 +4ms service=lsp file=/app/input/3.json touching file INFO 2026-02-13T15:19:50 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/3.json read INFO 2026-02-13T15:19:50 +1ms service=bus type=message.part.updated publishing ��� Read 3.json INFO 2026-02-13T15:19:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:50 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:50 +0ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:50 +7ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:50 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:19:50 +1ms service=session.prompt step=10 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:19:50 +52ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:50 +2ms service=bus type=session.updated publishing INFO 2026-02-13T15:19:50 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:19:50 +11ms service=bus type=message.updated publishing INFO 2026-02-13T15:19:50 +2ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:19:50 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started question INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:19:50 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started read INFO 2026-02-13T15:19:50 +1ms service=tool.registry status=started glob INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started write INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started task INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:19:50 +1ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:19:50 +1ms service=tool.registry status=completed duration=2 skill INFO 2026-02-13T15:19:50 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:50 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:19:50 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:19:50 +2ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:19:50 +20ms service=session.processor process INFO 2026-02-13T15:19:50 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:19:50 +16ms service=bus type=session.status publishing INFO 2026-02-13T15:19:54 +3676ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:54 +117ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +320ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:55 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +358ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +169ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +168ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +158ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +79ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +162ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +74ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:19:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +71ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +122ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +66ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +129ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +86ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +69ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +61ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:02 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +268ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:03 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +545ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +387ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:04 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:04 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:04 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:20:04 +0ms service=session.prompt step=11 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:04 +46ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:04 +0ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:04 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:04 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:04 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:04 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:04 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started read INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started write INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:20:04 +1ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:20:04 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:04 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:04 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:20:04 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2026-02-13T15:20:04 +10ms service=session.processor process INFO 2026-02-13T15:20:04 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:04 +11ms service=bus type=session.status publishing INFO 2026-02-13T15:20:06 +1643ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:06 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +128ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +184ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:07 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +71ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +78ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +335ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:09 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:10 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:11 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +180ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +163ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:12 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +79ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:13 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +109ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +459ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:14 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:15 +783ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:15 +280ms service=permission permission=grep pattern=Michal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:20:15 +0ms service=permission permission=grep pattern=Michal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:20:16 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:16 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:16 +10ms service=bus type=message.part.updated publishing ��� Grep "Michal " in 4.json �� 5 matches INFO 2026-02-13T15:20:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:16 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:16 +10ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:16 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:20:16 +0ms service=session.prompt step=12 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:16 +35ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:16 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:16 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:16 +4ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:16 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:16 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:16 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started read INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:16 +1ms service=tool.registry status=started write INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=0 skill INFO 2026-02-13T15:20:16 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:16 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:16 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:20:16 +3ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-13T15:20:16 +8ms service=session.processor process INFO 2026-02-13T15:20:16 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:16 +10ms service=bus type=session.status publishing INFO 2026-02-13T15:20:17 +1294ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +109ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:18 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +111ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +86ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:20 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +145ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +83ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +64ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:21 +242ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:22 +831ms service=permission permission=grep pattern=[Mm]ichal|Michael ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:20:22 +0ms service=permission permission=grep pattern=[Mm]ichal|Michael action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:20:22 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:22 +22ms service=bus type=message.part.updated publishing ��� Grep "[Mm]ichal|Michael" in 2.json �� 0 matches INFO 2026-02-13T15:20:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:22 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:22 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:22 +3ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:22 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:20:22 +0ms service=session.prompt step=13 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:22 +52ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:22 +16ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:22 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:22 +33ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:22 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:22 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:22 +1ms service=tool.registry status=started read INFO 2026-02-13T15:20:22 +2ms service=tool.registry status=started glob INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started write INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:22 +1ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=4 invalid INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=4 question INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=3 read INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=4 bash INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=0 skill INFO 2026-02-13T15:20:22 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:22 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:22 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:20:22 +4ms service=session.prompt status=completed duration=9 resolveTools INFO 2026-02-13T15:20:22 +6ms service=session.processor process INFO 2026-02-13T15:20:22 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:22 +22ms service=bus type=session.status publishing INFO 2026-02-13T15:20:23 +402ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:23 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +110ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:25 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:26 +850ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:26 +98ms service=permission permission=grep pattern=Michal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:20:26 +0ms service=permission permission=grep pattern=Michal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:20:26 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:26 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:26 +24ms service=bus type=message.part.updated publishing ��� Grep "Michal" in 1.json �� 4 matches INFO 2026-02-13T15:20:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:26 +4ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:26 +31ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:26 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:20:26 +1ms service=session.prompt step=14 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:26 +98ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:26 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:26 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:26 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:26 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:26 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:26 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started read INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started write INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:26 +1ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=0 skill INFO 2026-02-13T15:20:26 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:26 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:26 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:20:27 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2026-02-13T15:20:27 +10ms service=session.processor process INFO 2026-02-13T15:20:27 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:27 +9ms service=bus type=session.status publishing INFO 2026-02-13T15:20:27 +746ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +133ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:28 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +143ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:29 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +155ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:30 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:31 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +208ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +75ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +106ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +133ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +78ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +317ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:35 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +69ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:36 +108ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +158ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:37 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:38 +513ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:39 +1005ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:39 +20ms service=permission permission=edit pattern=app/input/1.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:20:39 +0ms service=permission permission=edit pattern=app/input/1.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:20:39 +1ms service=bus type=file.edited publishing INFO 2026-02-13T15:20:39 +1ms service=format file=/app/input/1.json formatting INFO 2026-02-13T15:20:39 +1ms service=format name=zig ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=uv ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=terraform ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=standardrb ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=shfmt ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=rustfmt ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=ruff ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=rubocop ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=air ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=prettier ext=.json checking INFO 2026-02-13T15:20:39 +3ms service=format name=pint ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=oxfmt ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=ormolu ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=ocamlformat ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=nixfmt ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=mix ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=latexindent ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=ktlint ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=htmlbeautifier ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=gofmt ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=gleam ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=dart ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=clang-format ext=.json checking INFO 2026-02-13T15:20:39 +0ms service=format name=biome ext=.json checking INFO 2026-02-13T15:20:39 +4ms service=bus type=file.watcher.updated publishing INFO 2026-02-13T15:20:39 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/1.json read INFO 2026-02-13T15:20:39 +0ms service=lsp file=/app/input/1.json touching file INFO 2026-02-13T15:20:39 +12ms service=bus type=message.part.updated publishing  ��� Write 1.json Wrote file successfully.  INFO 2026-02-13T15:20:39 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:39 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:39 +14ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:39 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:20:39 +0ms service=session.prompt step=15 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:39 +173ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:39 +0ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:39 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:39 +6ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:39 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:39 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:39 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started read INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started write INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:39 +1ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=0 skill INFO 2026-02-13T15:20:39 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:39 +1ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:39 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:20:39 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2026-02-13T15:20:39 +16ms service=session.processor process INFO 2026-02-13T15:20:39 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:39 +15ms service=bus type=session.status publishing INFO 2026-02-13T15:20:41 +1417ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:41 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +75ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +139ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +143ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +126ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +155ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +91ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:45 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:46 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +128ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +76ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +111ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +122ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:47 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +131ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:48 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +136ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:49 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +106ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:50 +433ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:51 +437ms service=permission permission=read pattern=/app/input/2.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:20:51 +1ms service=permission permission=read pattern=/app/input/2.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:20:51 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:51 +31ms service=lsp file=/app/input/2.json touching file INFO 2026-02-13T15:20:51 +1ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/2.json read INFO 2026-02-13T15:20:51 +2ms service=bus type=message.part.updated publishing ��� Read 2.json [offset=0, limit=200] INFO 2026-02-13T15:20:51 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:51 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:51 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:51 +16ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:51 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:20:51 +0ms service=session.prompt step=16 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:20:51 +109ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:51 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:20:51 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:20:51 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:20:51 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:20:51 +3ms service=tool.registry status=started invalid INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started question INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:20:51 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:20:51 +1ms service=tool.registry status=started read INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started write INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started task INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 read INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:20:51 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:20:51 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:51 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:20:51 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:20:51 +2ms service=session.prompt status=completed duration=7 resolveTools INFO 2026-02-13T15:20:51 +19ms service=session.processor process INFO 2026-02-13T15:20:51 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:20:51 +16ms service=bus type=session.status publishing INFO 2026-02-13T15:20:52 +661ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:52 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +121ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:53 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +70ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +108ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +63ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:55 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +104ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +214ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +74ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:56 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +434ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +133ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +80ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:20:59 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +81ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +73ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:03 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:04 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:05 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:07 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +61ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:08 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +105ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +61ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +70ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +113ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +71ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +117ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:09 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +297ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +86ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:10 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:12 +400ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:12 +403ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:12 +5ms service=permission permission=edit pattern=app/input/2.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:21:12 +1ms service=permission permission=edit pattern=app/input/2.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:21:12 +0ms service=bus type=file.edited publishing INFO 2026-02-13T15:21:12 +0ms service=format file=/app/input/2.json formatting INFO 2026-02-13T15:21:12 +0ms service=format name=zig ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=uv ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=terraform ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=standardrb ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=shfmt ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=rustfmt ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=ruff ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=rubocop ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=air ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=prettier ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=pint ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=oxfmt ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=ormolu ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=ocamlformat ext=.json checking INFO 2026-02-13T15:21:12 +1ms service=format name=nixfmt ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=mix ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=latexindent ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=ktlint ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=htmlbeautifier ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=gofmt ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=gleam ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=dart ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=clang-format ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=format name=biome ext=.json checking INFO 2026-02-13T15:21:12 +0ms service=bus type=file.watcher.updated publishing INFO 2026-02-13T15:21:12 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/2.json read INFO 2026-02-13T15:21:12 +1ms service=lsp file=/app/input/2.json touching file INFO 2026-02-13T15:21:12 +11ms service=bus type=message.part.updated publishing  ��� Write 2.json Wrote file successfully.  INFO 2026-02-13T15:21:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:12 +0ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:12 +12ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:12 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:21:12 +0ms service=session.prompt step=17 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:21:12 +55ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:12 +8ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:12 +3ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started question INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:21:12 +4ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=started read INFO 2026-02-13T15:21:12 +3ms service=tool.registry status=started glob INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=started grep INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started write INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started task INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=started todowrite INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=10 invalid INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=10 question INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=5 read INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=2 glob INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-13T15:21:12 +0ms service=tool.registry status=completed duration=10 bash INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:21:12 +1ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:12 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:12 +1ms service=tool.registry status=completed duration=4 task INFO 2026-02-13T15:21:12 +4ms service=session.prompt status=completed duration=18 resolveTools INFO 2026-02-13T15:21:12 +7ms service=bus type=session.updated publishing INFO 2026-02-13T15:21:12 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:21:12 +2ms service=session.processor process INFO 2026-02-13T15:21:12 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:21:12 +17ms service=bus type=session.status publishing INFO 2026-02-13T15:21:13 +645ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:13 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +55ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +80ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +145ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +128ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +156ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +169ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +62ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:17 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +91ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:19 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +104ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +135ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +139ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +119ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +133ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:21 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +126ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +146ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +84ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:22 +178ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +64ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +108ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +61ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +120ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:25 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +76ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +167ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +85ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +64ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +91ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +137ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +106ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:27 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:28 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +103ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +231ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:30 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +118ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +62ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +305ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +213ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +4ms service=permission permission=edit pattern=app/input/3.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:21:31 +0ms service=permission permission=edit pattern=app/input/3.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:21:31 +0ms service=bus type=file.edited publishing INFO 2026-02-13T15:21:31 +0ms service=format file=/app/input/3.json formatting INFO 2026-02-13T15:21:31 +1ms service=format name=zig ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=uv ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=terraform ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=standardrb ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=shfmt ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=rustfmt ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=ruff ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=rubocop ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=air ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=prettier ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=pint ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=oxfmt ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=ormolu ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=ocamlformat ext=.json checking INFO 2026-02-13T15:21:31 +3ms service=format name=nixfmt ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=mix ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=latexindent ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=ktlint ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=htmlbeautifier ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=gofmt ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=gleam ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=dart ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=clang-format ext=.json checking INFO 2026-02-13T15:21:31 +0ms service=format name=biome ext=.json checking INFO 2026-02-13T15:21:31 +1ms service=bus type=file.watcher.updated publishing INFO 2026-02-13T15:21:31 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/3.json read INFO 2026-02-13T15:21:31 +0ms service=lsp file=/app/input/3.json touching file INFO 2026-02-13T15:21:31 +11ms service=bus type=message.part.updated publishing ��� Write 3.json Wrote file successfully.  INFO 2026-02-13T15:21:31 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:31 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:31 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:31 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:21:31 +0ms service=session.prompt step=18 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:21:32 +93ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:32 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:21:32 +1ms service=tool.registry status=started question INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:21:32 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started read INFO 2026-02-13T15:21:32 +1ms service=tool.registry status=started glob INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started write INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started task INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=2 invalid INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-13T15:21:32 +1ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:21:32 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:32 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:32 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:21:32 +5ms service=session.prompt status=completed duration=8 resolveTools INFO 2026-02-13T15:21:32 +10ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:32 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:21:32 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:21:32 +5ms service=session.processor process INFO 2026-02-13T15:21:32 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:21:32 +12ms service=bus type=session.status publishing INFO 2026-02-13T15:21:32 +433ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:32 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +76ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +72ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:34 +321ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +94ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +138ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +277ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +90ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:36 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +103ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +115ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +106ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +63ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:38 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +116ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:40 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +702ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +74ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +136ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +123ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +114ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:44 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +50ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +199ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +383ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +64ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:46 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:47 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:48 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +83ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:49 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +93ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:50 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:51 +726ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:51 +151ms service=permission permission=grep pattern=Michal ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:21:51 +3ms service=permission permission=grep pattern=Michal action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:21:51 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:51 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:51 +21ms service=bus type=message.part.updated publishing ��� Grep "Michal" in 4.json �� 5 matches INFO 2026-02-13T15:21:51 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:51 +7ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:51 +20ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:51 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:21:51 +3ms service=session.prompt step=19 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:21:51 +55ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:51 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:21:51 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:21:51 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:51 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:21:51 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started question INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:21:51 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:21:51 +1ms service=tool.registry status=started read INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started write INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started task INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:21:51 +1ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:21:51 +1ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:51 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:51 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:21:51 +3ms service=session.prompt status=completed duration=7 resolveTools INFO 2026-02-13T15:21:51 +6ms service=session.processor process INFO 2026-02-13T15:21:51 +10ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:21:52 +23ms service=bus type=session.status publishing INFO 2026-02-13T15:21:53 +1273ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +72ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +91ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:53 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +128ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +66ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +117ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +100ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:54 +347ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +244ms service=permission permission=read pattern=/app/input/5.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:21:55 +1ms service=permission permission=read pattern=/app/input/5.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:21:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +6ms service=lsp file=/app/input/5.json touching file INFO 2026-02-13T15:21:55 +0ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/5.json read INFO 2026-02-13T15:21:55 +6ms service=bus type=message.part.updated publishing ��� Read 5.json INFO 2026-02-13T15:21:55 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:55 +7ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:55 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:21:55 +0ms service=session.prompt step=20 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:21:55 +169ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:55 +0ms service=bus type=session.updated publishing INFO 2026-02-13T15:21:55 +1ms service=bus type=session.diff publishing INFO 2026-02-13T15:21:55 +11ms service=bus type=message.updated publishing INFO 2026-02-13T15:21:55 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:21:55 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started question INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:21:55 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started read INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started write INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started task INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=0 invalid INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=0 question INFO 2026-02-13T15:21:55 +1ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:21:55 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:55 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:21:55 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-13T15:21:55 +1ms service=session.prompt status=completed duration=3 resolveTools INFO 2026-02-13T15:21:55 +10ms service=session.processor process INFO 2026-02-13T15:21:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:21:55 +19ms service=bus type=session.status publishing INFO 2026-02-13T15:21:55 +658ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:55 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +122ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +70ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +109ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:56 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:57 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:58 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +90ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +47ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:21:59 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:00 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +134ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +226ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +52ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +116ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:01 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +103ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +76ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +134ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +101ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:05 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +126ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +200ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +232ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:06 +326ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:07 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:07 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:07 +0ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:07 +12ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:07 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:22:07 +0ms service=session.prompt step=21 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:22:07 +76ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:07 +3ms service=bus type=session.updated publishing INFO 2026-02-13T15:22:07 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:22:07 +2ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:07 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started invalid INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started question INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:22:07 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started read INFO 2026-02-13T15:22:07 +1ms service=tool.registry status=started glob INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started write INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started task INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-13T15:22:07 +1ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:22:07 +1ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:07 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:07 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:22:07 +3ms service=session.prompt status=completed duration=5 resolveTools INFO 2026-02-13T15:22:07 +15ms service=session.processor process INFO 2026-02-13T15:22:07 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:22:07 +25ms service=bus type=session.status publishing INFO 2026-02-13T15:22:08 +1415ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:08 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +85ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:09 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:10 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +81ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +77ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +106ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +58ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:12 +65ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +88ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:13 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:14 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +125ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:16 +298ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:17 +628ms service=permission permission=read pattern=/app/input/4.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:22:17 +1ms service=permission permission=read pattern=/app/input/4.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:22:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:17 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:17 +9ms service=lsp file=/app/input/4.json touching file INFO 2026-02-13T15:22:17 +1ms service=file.time sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O file=/app/input/4.json read INFO 2026-02-13T15:22:17 +1ms service=bus type=message.part.updated publishing ��� Read 4.json [offset=120, limit=200] INFO 2026-02-13T15:22:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:17 +0ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:17 +27ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:17 +1ms service=bus type=session.status publishing INFO 2026-02-13T15:22:17 +0ms service=session.prompt step=22 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:22:17 +94ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:17 +1ms service=bus type=session.updated publishing INFO 2026-02-13T15:22:17 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:22:17 +4ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:17 +0ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:22:17 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started question INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:22:17 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started read INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started write INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started task INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=0 invalid INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=0 question INFO 2026-02-13T15:22:17 +1ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:22:17 +1ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:17 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:17 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-13T15:22:17 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2026-02-13T15:22:17 +6ms service=session.processor process INFO 2026-02-13T15:22:17 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:22:17 +18ms service=bus type=session.status publishing INFO 2026-02-13T15:22:18 +444ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +117ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +72ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +109ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:19 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +116ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +213ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +45ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:20 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +157ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +66ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +133ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +139ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:21 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +107ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:22 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:23 +116ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +406ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +41ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:24 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +51ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:25 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +646ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +135ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:26 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +112ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +294ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:27 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:28 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:29 +362ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:30 +517ms service=permission permission=grep pattern=michal: ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:22:30 +0ms service=permission permission=grep pattern=michal: action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-13T15:22:30 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:30 +31ms service=bus type=message.part.updated publishing ��� Grep "michal:" in 4.json �� 1 match INFO 2026-02-13T15:22:30 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:30 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:30 +28ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:30 +2ms service=bus type=session.status publishing INFO 2026-02-13T15:22:30 +1ms service=session.prompt step=23 sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O loop INFO 2026-02-13T15:22:30 +330ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:30 +1ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:30 +1ms service=session.prompt status=started resolveTools INFO 2026-02-13T15:22:30 +1ms service=tool.registry status=started invalid INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started question INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started bash INFO 2026-02-13T15:22:30 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-13T15:22:30 +1ms service=tool.registry status=started read INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started glob INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started grep INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started edit INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started write INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started task INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started webfetch INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started todowrite INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=started skill INFO 2026-02-13T15:22:30 +1ms service=tool.registry status=completed duration=2 invalid INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=2 question INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-13T15:22:30 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-13T15:22:30 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:30 +4ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-13T15:22:30 +1ms service=tool.registry status=completed duration=5 task INFO 2026-02-13T15:22:30 +1ms service=session.prompt status=completed duration=9 resolveTools INFO 2026-02-13T15:22:30 +4ms service=bus type=session.updated publishing INFO 2026-02-13T15:22:30 +0ms service=bus type=session.diff publishing INFO 2026-02-13T15:22:30 +17ms service=session.processor process INFO 2026-02-13T15:22:30 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O small=false agent=build mode=primary stream INFO 2026-02-13T15:22:30 +33ms service=bus type=session.status publishing INFO 2026-02-13T15:22:31 +620ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:31 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +46ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +91ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +39ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +116ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:33 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +60ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +59ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +49ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +82ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:34 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +5ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +20ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +96ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +64ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +10ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:35 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +87ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +16ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +99ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:36 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +70ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +7ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:37 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +98ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +63ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +70ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:38 +127ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +71ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +67ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +53ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +69ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +76ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +54ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +57ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +38ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +48ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:39 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +14ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +13ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +97ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +69ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +103ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:40 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +89ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +35ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:41 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +95ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +102ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +18ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:42 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +37ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +27ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +43ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +158ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +12ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +6ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +8ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:43 +42ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +110ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +56ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +69ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +126ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +85ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +24ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +92ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:44 +34ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +26ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +68ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +11ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +2ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +17ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +103ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +23ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +33ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +32ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +21ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +36ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +22ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +31ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:45 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +104ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +4ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +1ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +28ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +44ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +15ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +40ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +29ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +0ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +25ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:46 +356ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:47 +581ms service=permission permission=external_directory pattern=/app/* ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-13T15:22:47 +2ms service=permission permission=external_directory pattern=/app/* action={"permission":"external_directory","pattern":"*","action":"ask"} evaluated INFO 2026-02-13T15:22:47 +1ms service=bus type=permission.asked publishing ! permission requested: external_directory (/app/*); auto-rejecting INFO 2026-02-13T15:22:47 +7ms service=server method=POST path=/permission/per_c5798f23c001zY5vF866Nzz1DP/reply request INFO 2026-02-13T15:22:47 +3ms service=server status=started method=POST path=/permission/per_c5798f23c001zY5vF866Nzz1DP/reply request INFO 2026-02-13T15:22:47 +3ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:47 +14ms service=bus type=permission.replied publishing INFO 2026-02-13T15:22:47 +2ms service=server status=completed duration=19 method=POST path=/permission/per_c5798f23c001zY5vF866Nzz1DP/reply request INFO 2026-02-13T15:22:47 +30ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:47 +19ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:47 +9ms service=bus type=message.part.updated publishing INFO 2026-02-13T15:22:47 +3ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:47 +10ms service=bus type=message.updated publishing INFO 2026-02-13T15:22:47 +10ms service=session.compaction pruning INFO 2026-02-13T15:22:47 +22ms service=session.prompt sessionID=ses_3a86a5ea5ffeasx6OOc14mbs4O cancel INFO 2026-02-13T15:22:47 +0ms service=bus type=session.status publishing INFO 2026-02-13T15:22:47 +0ms service=bus type=session.idle publishing INFO 2026-02-13T15:22:47 +9ms service=default directory=/app/input disposing instance INFO 2026-02-13T15:22:47 +2ms service=state key=/app/input waiting for state disposal to complete INFO 2026-02-13T15:22:47 +8ms service=state key=/app/input state disposal completed --- Initial command finished (exit code: 0) --- --- no_shell=true, exiting container without starting shell --- Command execution complete. Container has exited. Session has been cleaned up.