Skip to content

AFT issue: aft_search query embedding times out on slow providers after the semantic index builds fine #177

Description

@dragon-Elec

Description

aft_search silently degrades to a lexical file-scan after the semantic index
builds fine, when the embedding backend is slower than 3s per query.

Index build uses a 25s timeout (DEFAULT_OPENAI_EMBEDDING_TIMEOUT_MS) and works.
Query embedding uses a 3s timeout (DEFAULT_SEMANTIC_QUERY_TIMEOUT_MS, config.rs:6)
and times out on anything but a hot connection. Reproduced with Cloudflare
Workers AI (qwen3-embedding-0.6b), openai_compatible backend; raw curl to the
same endpoint takes ~2.6s warm.

Result: index builds fine, then queries fail with "operation timed out" and
fall back to the degraded full-file scan. The "fully degraded" status gives no
reason — the actual error only appears inside the fallback text.

Expected: query timeout default high enough to be usable (e.g. 15s, the current
MAX_SEMANTIC_QUERY_TIMEOUT_MS), and the degraded status should surface the
underlying failure reason instead of just "fully degraded"

Environment

  • AFT CLI: v0.49.0
  • AFT binary: 0.49.0
  • OS: linux x64
  • Node: v24.18.0

Diagnostics

  • Timestamp: 2026-08-03T21:31:01.621Z
  • AFT CLI: v0.49.0
  • AFT binary: 0.49.0
  • OS: linux x64
  • Node: v24.18.0

OpenCode

  • Host installed: true
  • Host version: 1.18.10
  • Plugin registered: true
  • Plugin version: 0.49.0
  • AFT enabled: true
  • AFT config parse error: none

Config paths

{
  "configDir": "~/.config/opencode",
  "harnessConfig": "~/.config/opencode/opencode.jsonc",
  "harnessConfigFormat": "jsonc",
  "aftConfig": "~/.config/cortexkit/aft.jsonc",
  "aftConfigFormat": "jsonc",
  "tuiConfig": "~/.config/opencode/tui.json",
  "tuiConfigFormat": "json"
}

AFT flags

{
  "hoist_builtin_tools": true,
  "tool_surface": "all",
  "search_index": true,
  "semantic_search": true,
  "callgraph_store": true,
  "auto_update": true,
  "format_on_edit": true,
  "validate_on_edit": "full",
  "checker": {
    "typescript": "tsgo"
  },
  "bash": {
    "rewrite": true,
    "compress": true,
    "background": true,
    "subagent_background": true
  },
  "lsp": {
    "auto_install": false,
    "diagnostics_on_edit": true,
    "servers": {
      "tsgo": {
        "extensions": [
          "ts",
          "tsx",
          "js",
          "jsx",
          "mjs",
          "cjs"
        ],
        "binary": "~/lib/tsgo-wrapper.js",
        "args": [
          "--lsp",
          "--stdio"
        ],
        "root_markers": [
          ".git",
          "package.json",
          "tsconfig.json"
        ]
      }
    },
    "disabled": [
      "typescript"
    ]
  },
  "inspect": {
    "enabled": true
  },
  "semantic": {
    "backend": "openai_compatible",
    "model": "@cf/qwen/qwen3-embedding-0.6b",
    "base_url": "https://api.cloudflare.com/client/v4/accounts/a0718e048b1cbbbf1c694008340ba80d/ai/v1",
    "api_key_env": "<REDACTED_SECRET>",
    "max_batch_size": 32
  },
  "$schema": "https://raw.githubusercontent.com/cortexkit/aft/main/assets/aft.schema.json"
}

Plugin cache

{
  "path": "~/.cache/opencode/packages/@cortexkit/aft-opencode@latest",
  "cached": "0.49.0",
  "latest": "0.49.0",
  "exists": true
}

Storage

{
  "path": "~/.local/share/cortexkit/aft",
  "exists": true,
  "accessible": true,
  "sizesByKey": {
    "index": 344963628,
    "semantic": 409267449,
    "backups": 0,
    "url_cache": 0,
    "onnxruntime": 66492548
  },
  "legacyDuplication": {
    "totalPartitions": 38,
    "totalBytes": 2910386078,
    "byHarness": [
      {
        "harness": "opencode",
        "partitions": 38,
        "bytes": 2910386078
      }
    ]
  }
}

ONNX Runtime

{
  "required": true,
  "systemPath": "/usr/lib",
  "systemVersion": "1.27.0",
  "systemCompatible": true,
  "ignoredSystemPath": null,
  "ignoredSystemReason": null,
  "cachedPath": "~/.local/share/cortexkit/aft/onnxruntime/1.24.4",
  "cachedVersion": "1.24.4",
  "cachedCompatible": true,
  "platform": "linux-x64",
  "installHint": "AFT auto-downloads ONNX Runtime on supported Linux (glibc)",
  "requirement": ">=1.20"
}

Log file

~/.local/share/cortexkit/aft/logs/aft-plugin.log (7619 KB)

Binary cache

{
  "versions": [
    "v0.21.0",
    "v0.33.0",
    "v0.35.4",
    "v0.37.0",
    "v0.39.1",
    "v0.39.2",
    "v0.39.3",
    "v0.39.4",
    "v0.45.1",
    "v0.47.0",
    "v0.49.0"
  ],
  "activeVersion": "v0.49.0",
  "totalSize": 715141672,
  "path": "~/.cache/aft/bin"
}

LSP cache

{
  "npm": {
    "path": "~/.cache/aft/lsp-packages",
    "entries": [
      {
        "name": "@biomejs/biome",
        "path": "~/.cache/aft/lsp-packages/%40biomejs%2Fbiome",
        "size": 56386348
      },
      {
        "name": "pyright",
        "path": "~/.cache/aft/lsp-packages/pyright",
        "size": 19042867
      },
      {
        "name": "yaml-language-server",
        "path": "~/.cache/aft/lsp-packages/yaml-language-server",
        "size": 18337425
      },
      {
        "name": "bash-language-server",
        "path": "~/.cache/aft/lsp-packages/bash-language-server",
        "size": 14513702
      },
      {
        "name": "typescript-language-server",
        "path": "~/.cache/aft/lsp-packages/typescript-language-server",
        "size": 3226478
      },
      {
        "name": "LuaLS/lua-language-server",
        "path": "~/.cache/aft/lsp-packages/LuaLS%2Flua-language-server",
        "size": 79
      },
      {
        "name": "clangd/clangd",
        "path": "~/.cache/aft/lsp-packages/clangd%2Fclangd",
        "size": 79
      }
    ],
    "totalSize": 111506978
  },
  "github": {
    "path": "~/.cache/aft/lsp-binaries",
    "entries": [
      {
        "name": "clangd",
        "path": "~/.cache/aft/lsp-binaries/clangd",
        "size": 373473970
      },
      {
        "name": "lua-ls",
        "path": "~/.cache/aft/lsp-binaries/lua-ls",
        "size": 21034721
      }
    ],
    "totalSize": 394508691
  },
  "totalSize": 506015669
}

Recent errors (last 20, sanitized)

No error-shaped log lines found in recent history.

Recent AFT tool failures

  • error: ERROR log line ×1

Logs (last 200 lines per harness)

OpenCode log (~/.local/share/cortexkit/aft/logs/aft-plugin.log)

[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-44bdca1befd43476: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-c230e337fef2ef2e: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-d677774485d066d0: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-2e5c3c7899f404c6: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-befbca2c7a9d277b: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-6ac2b9a89e491e9a: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-82817bb3610e93e2: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0ce282f9c29958e9: background task layout not found
[2026-08-03T21:06:40.798Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-69afe2feb974c8e9: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-2b5ea82b38cd5d70: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-fb3fcac6e3e3362c: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-8fac6752ff08f8b4: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-bca139c8b257cf3a: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-e8a833a447e117a8: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-ff1ac7dbf0f31869: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-cfb202bc3ac57190: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-034b1916a072d178: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-7baddcd9202e5c24: background task layout not found
[2026-08-03T21:06:40.799Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-46e3f0745326b27e: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-cad40ddcfda7754f: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-14453540913f806c: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-4c5522b2677286e6: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3c36287c393d9342: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0415f23891326e2c: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-6178243e966ef2b2: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-d4396ae1abb1bbdf: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-663c554d78234cf8: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-49bd8fbcc6e44ff3: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-63a8973a7835307b: background task layout not found
[2026-08-03T21:06:40.800Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-84b8104a2663e2c2: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-5f149d8885ffd668: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3b30f767e0c5c9f8: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-b7833512210dc37c: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-4cf1ffcede48a8dc: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-7b3f9114dbcef660: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-098d340c3c6d36a8: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-86830ef159785993: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-d576743b0ee4cb3f: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-bb7f5dbfd85a71a6: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a84af1f3e2fafcaf: background task layout not found
[2026-08-03T21:06:40.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3380176d82786660: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-4539ddeef690d4d7: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0253e77f41a38522: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-9f69e326950253cd: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-460329ccc9190b69: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-f1006b7d93623f78: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-639304208a690fd0: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-538782a6c7033f35: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-8bd08d8c7be911e9: background task layout not found
[2026-08-03T21:06:40.802Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-c41d22dc246f2473: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0318dc8cb500f403: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-d8bfece38971d268: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-e62b265493203dd5: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-b8e9a2efae35ebea: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-5b3b9fc2d067fb7d: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3acbf1d910aad26b: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-db1b579c7479a90d: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-94e32b568bfd8725: background task layout not found
[2026-08-03T21:06:40.803Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-530ad61bbf294acf: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3198ae25df419fca: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-48db358ad20732f5: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-ce7ed66eab67b2ca: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-ddca3d28f74e553f: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0e34d6d6e15e2855: background task layout not found
[2026-08-03T21:06:40.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-5f0e60a5afa83bda: background task layout not found
[2026-08-03T21:06:40.805Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-851f9bd00cf0810f: background task layout not found
[2026-08-03T21:06:40.805Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-3bb47da2da0d098b: background task layout not found
[2026-08-03T21:06:40.805Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-c526da88da65fa63: background task layout not found
[2026-08-03T21:06:40.805Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-52f2c92c42af9230: background task layout not found
[2026-08-03T21:06:40.805Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-bd681161e5613ca5: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-8e41bdf52e8c92a0: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-64d1dd3ee379b7ea: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-0e25601be97b391c: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-4817b8cfa0d9501b: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a434f8ad79e450fc: background task layout not found
[2026-08-03T21:06:40.806Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a3ac509734476b9f: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-80fdc33cf99c9f5b: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a7a4119191e182f1: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-077e25ba9620b93a: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-d7ce9fba8c75690d: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-e2dff635a4d7ebf8: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-372c590b1c2a0935: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-c5fceaed0c7c0ced: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-97ae13aa9d6ddd57: background task layout not found
[2026-08-03T21:06:40.807Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-f99d3babc2dad025: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-1466bccfd71bcf89: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-bfefb4f5d38f286a: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a9482022de8822da: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-4d0e2442a2fbabca: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-df9768c5f21b93a5: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-ea42484be96df1c4: background task layout not found
[2026-08-03T21:06:40.808Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-e67e6666677c60ae: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-508db9eda92f66a3: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-1dde835ae77ce346: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-e5f95c5fb89e45c5: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-a91b0b32b7b7466a: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-bb7a584ae975f6ea: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-aa6d498184c8d729: background task layout not found
[2026-08-03T21:06:40.812Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] quarantining unresolved background task bash-eab9a02d32298d22: background task layout not found
[2026-08-03T21:06:40.853Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] callgraph store warm deferred until semantic cold seed gate clears or completes
[2026-08-03T21:06:40.859Z] INFO [aft-plugin] Binary version: 0.49.0
[2026-08-03T21:06:40.939Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] search index: refreshed 274 stale file(s) from disk cache
[2026-08-03T21:06:40.939Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] released filesystem lock at ~/.local/share/cortexkit/aft/index/e1b483b6330febfa/cache.lock
[2026-08-03T21:06:40.945Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] loaded symbol cache from disk: 1366 files
[2026-08-03T21:06:40.945Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:06:40.945Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:06:40.945Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:06:40.996Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:40Z [aft] watcher started: <PROJECT>
[2026-08-03T21:06:41.086Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] pre-warmed symbol cache: 0 new, 100 cached, 1366 files total
[2026-08-03T21:06:41.556Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] removing filesystem lock at ~/.local/share/cortexkit/aft/semantic/e1b483b6330febfa/cache.lock from dead PID 4263
[2026-08-03T21:06:41.561Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] acquired filesystem lock at ~/.local/share/cortexkit/aft/semantic/e1b483b6330febfa/cache.lock
[2026-08-03T21:06:41.702Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] semantic collect: 412 chunks from 42 files in 131 ms
[2026-08-03T21:06:41.702Z] INFO [aft-plugin] [aft] 2026-08-03T21:06:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] semantic collect phases: sched=2550ms read_hash=5ms parse=309ms extract=1062ms build=9ms
[2026-08-03T21:07:30.497Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:30Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:07:31.038Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:30Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:07:31.038Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:07:40.759Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:40Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=15 tier2=[none] semantic={collects:1,files:42,chunks:412,ms:131} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:07:41.710Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] semantic embed: 412 chunks in 13 batches, 60008 ms (6 chunks/s)
[2026-08-03T21:07:41.711Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] built semantic index: 42 files, 412 entries
[2026-08-03T21:07:41.711Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] released filesystem lock at ~/.local/share/cortexkit/aft/semantic/e1b483b6330febfa/cache.lock
[2026-08-03T21:07:41.714Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] acquired filesystem lock at ~/.local/share/cortexkit/aft/semantic/e1b483b6330febfa/cache.lock
[2026-08-03T21:07:41.728Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] semantic index persisted: 412 entries, 1897.9 KB
[2026-08-03T21:07:41.729Z] INFO [aft-plugin] [aft] 2026-08-03T21:07:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] released filesystem lock at ~/.local/share/cortexkit/aft/semantic/e1b483b6330febfa/cache.lock
[2026-08-03T21:07:49.860Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] [subagent-detect] cache miss, calling client.session.get(id=ses_047de1f70ffe2NmY731ZxZEH4U)
[2026-08-03T21:07:49.868Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] [subagent-detect] SDK returned session=present, parentID=undefined → isSubagent=false
[2026-08-03T21:07:50.196Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=340ms pre=16ms bridge=320ms post=4ms
[2026-08-03T21:08:04.141Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=aft_search total=205ms pre=16ms bridge=189ms post=0ms
[2026-08-03T21:08:29.497Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=aft_search total=3007ms pre=2ms bridge=3005ms post=0ms
[2026-08-03T21:08:41.018Z] INFO [aft-plugin] [aft] 2026-08-03T21:08:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=7 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:08:43.165Z] INFO [aft-plugin] [aft] 2026-08-03T21:08:43Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:08:43.187Z] INFO [aft-plugin] [aft] 2026-08-03T21:08:43Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:08:43.187Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:08:43.423Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=grep total=8ms pre=7ms bridge=1ms post=0ms
[2026-08-03T21:08:55.965Z] INFO [aft-plugin] [aft] 2026-08-03T21:08:55Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:08:56.177Z] INFO [aft-plugin] [aft] 2026-08-03T21:08:55Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:08:56.177Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:09:07.527Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=196ms pre=1ms bridge=195ms post=1ms
[2026-08-03T21:09:37.474Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=16034ms pre=0ms bridge=16033ms post=1ms
[2026-08-03T21:09:38.596Z] INFO [aft-plugin] [aft] 2026-08-03T21:09:38Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:09:38.596Z] INFO [aft-plugin] [aft] 2026-08-03T21:09:38Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:09:38.596Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:09:41.097Z] INFO [aft-plugin] [aft] 2026-08-03T21:09:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=14 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:09:47.811Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=grep total=41ms pre=2ms bridge=39ms post=0ms
[2026-08-03T21:09:55.125Z] INFO [aft-plugin] [aft] 2026-08-03T21:09:55Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:09:55.125Z] INFO [aft-plugin] [aft] 2026-08-03T21:09:55Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:09:55.125Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:10:05.952Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=aft_search total=2226ms pre=2ms bridge=2224ms post=0ms
[2026-08-03T21:10:41.221Z] INFO [aft-plugin] [aft] 2026-08-03T21:10:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=6 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:12:38.475Z] INFO [aft-plugin] [aft] 2026-08-03T21:12:38Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:12:38.765Z] INFO [aft-plugin] [aft] 2026-08-03T21:12:38Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:12:38.765Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:12:41.477Z] INFO [aft-plugin] [aft] 2026-08-03T21:12:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=2 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:13:02.395Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=180ms pre=1ms bridge=178ms post=1ms
[2026-08-03T21:13:41.670Z] INFO [aft-plugin] [aft] 2026-08-03T21:13:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=3 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:15:10.140Z] INFO [aft-plugin] [aft] 2026-08-03T21:15:10Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:15:10.509Z] INFO [aft-plugin] [aft] 2026-08-03T21:15:10Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:15:10.510Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:15:28.132Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=201ms pre=1ms bridge=199ms post=1ms
[2026-08-03T21:15:41.893Z] INFO [aft-plugin] [aft] 2026-08-03T21:15:41Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=5 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:15:42.295Z] INFO [aft-plugin] [aft] 2026-08-03T21:15:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:15:42.296Z] INFO [aft-plugin] [aft] 2026-08-03T21:15:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:15:42.296Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:15:47.886Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=bash total=177ms pre=0ms bridge=176ms post=1ms
[2026-08-03T21:16:04.847Z] INFO [aft-plugin] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tool=read total=13ms pre=3ms bridge=9ms post=0ms
[2026-08-03T21:16:42.119Z] INFO [aft-plugin] [aft] 2026-08-03T21:16:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=7 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:17:59.809Z] INFO [aft-plugin] [aft] 2026-08-03T21:17:59Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:18:00.136Z] INFO [aft-plugin] [aft] 2026-08-03T21:17:59Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:18:00.137Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:18:42.331Z] INFO [aft-plugin] [aft] 2026-08-03T21:18:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=2 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:19:24.456Z] INFO [aft-plugin] [aft] 2026-08-03T21:19:24Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:19:24.672Z] INFO [aft-plugin] [aft] 2026-08-03T21:19:24Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:19:24.672Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:19:42.464Z] INFO [aft-plugin] [aft] 2026-08-03T21:19:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=2 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:20:29.041Z] INFO [aft-plugin] [aft] 2026-08-03T21:20:28Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:20:29.341Z] INFO [aft-plugin] [aft] 2026-08-03T21:20:29Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:20:29.341Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:20:42.548Z] INFO [aft-plugin] [aft] 2026-08-03T21:20:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=2 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:23:32.013Z] INFO [aft-plugin] [aft] 2026-08-03T21:23:31Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:23:32.579Z] INFO [aft-plugin] [aft] 2026-08-03T21:23:32Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] bash_wait_detach: session=ses_047de1f70ffe2NmY731ZxZEH4U detached=false active_wait_sessions=0
[2026-08-03T21:23:32.579Z] INFO [aft-plugin] [bash_wait_detach] no active wait found for session ses_047de1f70ffe2NmY731ZxZEH4U (signaled 2 bridge(s))
[2026-08-03T21:23:42.767Z] INFO [aft-plugin] [aft] 2026-08-03T21:23:42Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=2 tier2=[none] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0
[2026-08-03T21:27:56.537Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] removing filesystem lock at ~/.local/share/cortexkit/aft/inspect/e1b483b6330febfa/writer.lease from dead PID 4019
[2026-08-03T21:27:56.562Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] acquired filesystem lock at ~/.local/share/cortexkit/aft/inspect/e1b483b6330febfa/writer.lease
[2026-08-03T21:27:56.624Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] acquired filesystem lock at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa/writer.lease
[2026-08-03T21:27:56.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: refreshed callgraph store at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa for 1317 watcher path(s): changed=1317 deleted=0 refreshed_own=0
[2026-08-03T21:27:56.801Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] released filesystem lock at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa/writer.lease
[2026-08-03T21:27:56.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: callgraph store projection unavailable at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa (callgraph has stale files pending refresh); trying fallback=false
[2026-08-03T21:27:56.804Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: no ready callgraph store found for inspect_dir ~/.local/share/cortexkit/aft/inspect/e1b483b6330febfa; reporting callgraph_unavailable
[2026-08-03T21:27:56.831Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] acquired filesystem lock at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa/writer.lease
[2026-08-03T21:27:56.953Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: refreshed callgraph store at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa for 1317 watcher path(s): changed=1317 deleted=0 refreshed_own=0
[2026-08-03T21:27:56.953Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] released filesystem lock at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa/writer.lease
[2026-08-03T21:27:56.955Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: callgraph store projection unavailable at ~/.local/share/cortexkit/aft/callgraph/e1b483b6330febfa (callgraph has stale files pending refresh); trying fallback=false
[2026-08-03T21:27:56.955Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] tier2 dead_code: no ready callgraph store found for inspect_dir ~/.local/share/cortexkit/aft/inspect/e1b483b6330febfa; reporting callgraph_unavailable
[2026-08-03T21:27:56.956Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] perf tier2 phases category=dead_code freshness=20ms snapshot=359ms scan=0ms(51 files) db=11ms(lock=0,txn=11) rollup=0ms
[2026-08-03T21:27:56.956Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] perf tier2 category=dead_code reuse=miss ms=430
[2026-08-03T21:27:56.993Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:56Z [aft] perf tier2 category=unused_exports reuse=miss ms=36
[2026-08-03T21:27:57.115Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:57Z [aft] perf tier2 phases category=duplicates freshness=3ms snapshot=0ms scan=0ms(0 files) db=79ms(lock=0,txn=79) rollup=15ms
[2026-08-03T21:27:57.115Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:57Z [aft] perf tier2 category=duplicates reuse=miss ms=113
[2026-08-03T21:27:57.161Z] INFO [aft-plugin] [aft] 2026-08-03T21:27:57Z [aft] perf tier2 category=cycles reuse=miss ms=48
[2026-08-03T21:28:43.114Z] INFO [aft-plugin] [aft] 2026-08-03T21:28:43Z [aft] [ses_047de1f70ffe2NmY731ZxZEH4U] perf tick: watcher={ingested:0,paths:0,dropped:0} drains=1 tier2=[cycles:1/35ms,dead_code:1/392ms,duplicates:1/98ms,unused_exports:1/31ms] semantic={collects:0,files:0,chunks:0,ms:0} callgraph_invalidations=0 executor_completed={interactive:0,maintenance:0} oldest_queued_ms={interactive:none,maintenance:none} toolcall={count:0,p50_total_ms:0,max_total_ms:0,p50_queue_ms:0,max_queue_ms:0} file_log_dropped=0

Usernames and home paths have been stripped from this report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions