@probelabs/visor 0.1.132 → 0.1.137-ee

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/dist/config/config-reloader.d.ts +1 -0
  2. package/dist/config/config-reloader.d.ts.map +1 -1
  3. package/dist/config/config-watcher.d.ts +1 -0
  4. package/dist/config/config-watcher.d.ts.map +1 -1
  5. package/dist/config.d.ts +4 -0
  6. package/dist/config.d.ts.map +1 -1
  7. package/dist/docs/ai-custom-tools-usage.md +37 -0
  8. package/dist/docs/ai-custom-tools.md +43 -1
  9. package/dist/docs/custom-tools.md +70 -1
  10. package/dist/docs/script.md +542 -27
  11. package/dist/docs/testing/cookbook.md +47 -0
  12. package/dist/examples/README.md +4 -0
  13. package/dist/examples/api-tools-ai-example.yaml +63 -0
  14. package/dist/examples/api-tools-inline-overlay-example.yaml +126 -0
  15. package/dist/examples/api-tools-library.yaml +18 -0
  16. package/dist/examples/api-tools-mcp-example.yaml +55 -0
  17. package/dist/examples/openapi/profiles-overlay-rename.yaml +3 -0
  18. package/dist/examples/openapi/users-api.json +91 -0
  19. package/dist/examples/openapi/users-overlay-rename.yaml +3 -0
  20. package/dist/generated/config-schema.d.ts +223 -74
  21. package/dist/generated/config-schema.d.ts.map +1 -1
  22. package/dist/generated/config-schema.json +251 -79
  23. package/dist/index.js +50111 -28287
  24. package/dist/providers/ai-check-provider.d.ts.map +1 -1
  25. package/dist/providers/api-tool-executor.d.ts +43 -0
  26. package/dist/providers/api-tool-executor.d.ts.map +1 -0
  27. package/dist/providers/command-check-provider.d.ts.map +1 -1
  28. package/dist/providers/custom-tool-executor.d.ts +21 -0
  29. package/dist/providers/custom-tool-executor.d.ts.map +1 -1
  30. package/dist/providers/mcp-check-provider.d.ts.map +1 -1
  31. package/dist/providers/mcp-custom-sse-server.d.ts.map +1 -1
  32. package/dist/providers/script-check-provider.d.ts +18 -2
  33. package/dist/providers/script-check-provider.d.ts.map +1 -1
  34. package/dist/sdk/{check-provider-registry-7TCA3NSG.mjs → check-provider-registry-SCL4KP55.mjs} +9 -8
  35. package/dist/sdk/{check-provider-registry-RRUZHGJI.mjs → check-provider-registry-ULZRI3TC.mjs} +10 -9
  36. package/dist/sdk/{chunk-27RV5RR2.mjs → chunk-BRD36I43.mjs} +3 -3
  37. package/dist/sdk/{chunk-UBDHAGYY.mjs → chunk-E2N3U5HU.mjs} +5 -5
  38. package/dist/sdk/{chunk-XGI47XIH.mjs → chunk-F4K5WFSM.mjs} +1896 -1762
  39. package/dist/sdk/chunk-F4K5WFSM.mjs.map +1 -0
  40. package/dist/sdk/{chunk-5VY5QJTY.mjs → chunk-HQIVGUSV.mjs} +1901 -1767
  41. package/dist/sdk/chunk-HQIVGUSV.mjs.map +1 -0
  42. package/dist/sdk/{chunk-U3BLLEW3.mjs → chunk-KPRFDKQX.mjs} +329 -80
  43. package/dist/sdk/chunk-KPRFDKQX.mjs.map +1 -0
  44. package/dist/sdk/{chunk-VF6XIUE4.mjs → chunk-LW3INISN.mjs} +32 -1
  45. package/dist/sdk/{chunk-VF6XIUE4.mjs.map → chunk-LW3INISN.mjs.map} +1 -1
  46. package/dist/sdk/{chunk-VG7FWDC2.mjs → chunk-QUEWQWDX.mjs} +11 -4
  47. package/dist/sdk/{chunk-VG7FWDC2.mjs.map → chunk-QUEWQWDX.mjs.map} +1 -1
  48. package/dist/sdk/chunk-XKCER23W.mjs +1490 -0
  49. package/dist/sdk/chunk-XKCER23W.mjs.map +1 -0
  50. package/dist/sdk/{chunk-XJQKTK6V.mjs → chunk-ZUEQNCKB.mjs} +2 -2
  51. package/dist/sdk/{config-FMIIATKX.mjs → config-3UIU4TMP.mjs} +3 -3
  52. package/dist/sdk/{failure-condition-evaluator-PNONVBXD.mjs → failure-condition-evaluator-B5JJFYKU.mjs} +4 -4
  53. package/dist/sdk/{github-frontend-DWF6BLZH.mjs → github-frontend-VAWVSCNX.mjs} +4 -4
  54. package/dist/sdk/{host-S3LSWESP.mjs → host-67XTJ3BN.mjs} +2 -2
  55. package/dist/sdk/{host-U7V54J2H.mjs → host-TEQ7HKKH.mjs} +2 -2
  56. package/dist/sdk/knex-store-HPXJILBL.mjs +411 -0
  57. package/dist/sdk/knex-store-HPXJILBL.mjs.map +1 -0
  58. package/dist/sdk/{liquid-extensions-YDIIH33Q.mjs → liquid-extensions-PLBOMRLI.mjs} +3 -3
  59. package/dist/sdk/loader-ZC5G3JGJ.mjs +89 -0
  60. package/dist/sdk/loader-ZC5G3JGJ.mjs.map +1 -0
  61. package/dist/sdk/opa-policy-engine-S2S2ULEI.mjs +655 -0
  62. package/dist/sdk/opa-policy-engine-S2S2ULEI.mjs.map +1 -0
  63. package/dist/sdk/{routing-MVDVJDYJ.mjs → routing-SEQYM4N6.mjs} +6 -6
  64. package/dist/sdk/schedule-tool-2COUUTF7.mjs +18 -0
  65. package/dist/sdk/{schedule-tool-handler-FRN3KKRM.mjs → schedule-tool-handler-5BDMLHS5.mjs} +9 -8
  66. package/dist/sdk/{schedule-tool-handler-VFES42DD.mjs → schedule-tool-handler-D7XX7WM4.mjs} +10 -9
  67. package/dist/sdk/sdk.d.mts +55 -2
  68. package/dist/sdk/sdk.d.ts +55 -2
  69. package/dist/sdk/sdk.js +3790 -647
  70. package/dist/sdk/sdk.js.map +1 -1
  71. package/dist/sdk/sdk.mjs +9 -8
  72. package/dist/sdk/sdk.mjs.map +1 -1
  73. package/dist/sdk/{trace-helpers-RDPXIN4S.mjs → trace-helpers-FAAGLXBI.mjs} +2 -2
  74. package/dist/sdk/validator-XTZJZZJH.mjs +134 -0
  75. package/dist/sdk/validator-XTZJZZJH.mjs.map +1 -0
  76. package/dist/sdk/{workflow-check-provider-BMVJ6X7N.mjs → workflow-check-provider-K4MQQOYQ.mjs} +10 -9
  77. package/dist/sdk/{workflow-check-provider-CPGIRZMH.mjs → workflow-check-provider-WLA7LO56.mjs} +9 -8
  78. package/dist/state-machine/dispatch/execution-invoker.d.ts.map +1 -1
  79. package/dist/state-machine-execution-engine.d.ts.map +1 -1
  80. package/dist/test-runner/core/test-execution-wrapper.d.ts.map +1 -1
  81. package/dist/test-runner/index.d.ts.map +1 -1
  82. package/dist/test-runner/validator.d.ts.map +1 -1
  83. package/dist/types/config.d.ts +55 -2
  84. package/dist/types/config.d.ts.map +1 -1
  85. package/dist/utils/config-loader.d.ts +5 -0
  86. package/dist/utils/config-loader.d.ts.map +1 -1
  87. package/dist/utils/sandbox.d.ts +8 -0
  88. package/dist/utils/sandbox.d.ts.map +1 -1
  89. package/dist/utils/script-tool-environment.d.ts +90 -0
  90. package/dist/utils/script-tool-environment.d.ts.map +1 -0
  91. package/dist/utils/tool-resolver.d.ts +18 -0
  92. package/dist/utils/tool-resolver.d.ts.map +1 -0
  93. package/package.json +11 -4
  94. package/dist/output/traces/run-2026-02-18T11-06-48-673Z.ndjson +0 -138
  95. package/dist/output/traces/run-2026-02-18T11-07-37-310Z.ndjson +0 -1357
  96. package/dist/sdk/check-provider-registry-4WLTLPMU.mjs +0 -28
  97. package/dist/sdk/chunk-5VY5QJTY.mjs.map +0 -1
  98. package/dist/sdk/chunk-BGBXLPLL.mjs +0 -1502
  99. package/dist/sdk/chunk-BOGVSF57.mjs +0 -40101
  100. package/dist/sdk/chunk-BOGVSF57.mjs.map +0 -1
  101. package/dist/sdk/chunk-FAKITJ3J.mjs +0 -739
  102. package/dist/sdk/chunk-FAKITJ3J.mjs.map +0 -1
  103. package/dist/sdk/chunk-LMJNI6RM.mjs +0 -436
  104. package/dist/sdk/chunk-LMJNI6RM.mjs.map +0 -1
  105. package/dist/sdk/chunk-U3BLLEW3.mjs.map +0 -1
  106. package/dist/sdk/chunk-UBDHAGYY.mjs.map +0 -1
  107. package/dist/sdk/chunk-XGI47XIH.mjs.map +0 -1
  108. package/dist/sdk/failure-condition-evaluator-MUUAK7MN.mjs +0 -17
  109. package/dist/sdk/github-frontend-WR4S3NG5.mjs +0 -1356
  110. package/dist/sdk/github-frontend-WR4S3NG5.mjs.map +0 -1
  111. package/dist/sdk/routing-F4FOWVKF.mjs +0 -25
  112. package/dist/sdk/schedule-tool-handler-7DNEGDZC.mjs +0 -38
  113. package/dist/sdk/trace-helpers-KSPGA24B.mjs +0 -25
  114. package/dist/sdk/trace-helpers-KSPGA24B.mjs.map +0 -1
  115. package/dist/sdk/trace-helpers-RDPXIN4S.mjs.map +0 -1
  116. package/dist/sdk/workflow-check-provider-4NFWH6YO.mjs +0 -28
  117. package/dist/sdk/workflow-check-provider-4NFWH6YO.mjs.map +0 -1
  118. package/dist/sdk/workflow-check-provider-BMVJ6X7N.mjs.map +0 -1
  119. package/dist/sdk/workflow-check-provider-CPGIRZMH.mjs.map +0 -1
  120. package/dist/traces/run-2026-02-18T11-06-48-673Z.ndjson +0 -138
  121. package/dist/traces/run-2026-02-18T11-07-37-310Z.ndjson +0 -1357
  122. /package/dist/sdk/{check-provider-registry-4WLTLPMU.mjs.map → check-provider-registry-SCL4KP55.mjs.map} +0 -0
  123. /package/dist/sdk/{check-provider-registry-7TCA3NSG.mjs.map → check-provider-registry-ULZRI3TC.mjs.map} +0 -0
  124. /package/dist/sdk/{chunk-27RV5RR2.mjs.map → chunk-BRD36I43.mjs.map} +0 -0
  125. /package/dist/sdk/{chunk-BGBXLPLL.mjs.map → chunk-E2N3U5HU.mjs.map} +0 -0
  126. /package/dist/sdk/{chunk-XJQKTK6V.mjs.map → chunk-ZUEQNCKB.mjs.map} +0 -0
  127. /package/dist/sdk/{check-provider-registry-RRUZHGJI.mjs.map → config-3UIU4TMP.mjs.map} +0 -0
  128. /package/dist/sdk/{config-FMIIATKX.mjs.map → failure-condition-evaluator-B5JJFYKU.mjs.map} +0 -0
  129. /package/dist/sdk/{github-frontend-DWF6BLZH.mjs.map → github-frontend-VAWVSCNX.mjs.map} +0 -0
  130. /package/dist/sdk/{host-S3LSWESP.mjs.map → host-67XTJ3BN.mjs.map} +0 -0
  131. /package/dist/sdk/{host-U7V54J2H.mjs.map → host-TEQ7HKKH.mjs.map} +0 -0
  132. /package/dist/sdk/{failure-condition-evaluator-MUUAK7MN.mjs.map → liquid-extensions-PLBOMRLI.mjs.map} +0 -0
  133. /package/dist/sdk/{failure-condition-evaluator-PNONVBXD.mjs.map → routing-SEQYM4N6.mjs.map} +0 -0
  134. /package/dist/sdk/{liquid-extensions-YDIIH33Q.mjs.map → schedule-tool-2COUUTF7.mjs.map} +0 -0
  135. /package/dist/sdk/{routing-F4FOWVKF.mjs.map → schedule-tool-handler-5BDMLHS5.mjs.map} +0 -0
  136. /package/dist/sdk/{routing-MVDVJDYJ.mjs.map → schedule-tool-handler-D7XX7WM4.mjs.map} +0 -0
  137. /package/dist/sdk/{schedule-tool-handler-7DNEGDZC.mjs.map → trace-helpers-FAAGLXBI.mjs.map} +0 -0
  138. /package/dist/sdk/{schedule-tool-handler-FRN3KKRM.mjs.map → workflow-check-provider-K4MQQOYQ.mjs.map} +0 -0
  139. /package/dist/sdk/{schedule-tool-handler-VFES42DD.mjs.map → workflow-check-provider-WLA7LO56.mjs.map} +0 -0
@@ -1,1357 +0,0 @@
1
- {"name":"visor.run","attributes":{"started":true}}
2
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"witty-lark-cuez"}}]}
3
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"witty-lark-cuez"}}]}
4
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
5
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
6
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
7
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
8
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
9
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
10
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042}},\"args\":{}}"},"events":[]}
11
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"young-bird-mmea"}}]}
12
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"young-bird-mmea"}}]}
13
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"young-bird-mmea"}}]}
14
- {"name":"visor.provider","attributes":{"visor.check.id":"run-review","visor.provider.type":"workflow"}}
15
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-review","trigger":"on_success","action":"goto","target":"post-verified","source":"goto"}}]}
16
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-bird-mmea"}}]}
17
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-bird-mmea"}}]}
18
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"young-bird-mmea"}}]}
19
- {"name":"visor.provider","attributes":{"visor.check.id":"post-verified","visor.provider.type":"log"}}
20
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"young-bird-mmea"}}]}
21
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"young-bird-mmea"}}]}
22
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"young-bird-mmea"}}]}
23
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"zesty-eagle-apwk"}}]}
24
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"zesty-eagle-apwk"}}]}
25
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
26
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
27
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
28
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"green-sloth-4fj8"}}]}
29
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"green-sloth-4fj8"}}]}
30
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
31
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
32
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
33
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
34
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
35
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
36
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
37
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Create a Node.js CLI (using Node >=18) that prints 'hello' when run; include usage example and exit code 0.\",\"ts\":1771412858086},\"ask\":{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042}},\"args\":{}}"},"events":[]}
38
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
39
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
40
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
41
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
42
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
43
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
44
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
45
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
46
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858117},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412858119},\"ask\":{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042},\"refine\":{\"refined\":true,\"text\":\"Create a Node.js CLI (using Node >=18) that prints 'hello' when run; include usage example and exit code 0.\",\"ts\":1771412858086}},\"args\":{}}"},"events":[]}
47
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
48
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
49
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
50
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
51
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412858127}},\"args\":{}}"},"events":[]}
52
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
53
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
54
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
55
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-overview-labels","visor.provider.type":"github"}}
56
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
57
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
58
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"green-sloth-4fj8"}}]}
59
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
60
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
61
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
62
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
63
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858165},\"ask\":{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042},\"refine\":{\"refined\":true,\"text\":\"Create a Node.js CLI (using Node >=18) that prints 'hello' when run; include usage example and exit code 0.\",\"ts\":1771412858086},\"plan-commands\":{\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858117},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412858119},\"history\":{\"ask\":[{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042}],\"refine\":[{\"refined\":true,\"text\":\"Create a Node.js CLI (using Node >=18) that prints 'hello' when run; include usage example and exit code 0.\",\"ts\":1771412858086}],\"plan-commands\":[{\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858117}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412858119}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858165}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Build a small Node CLI that prints \\\"hello\\\"\",\"ts\":1771412858042}],\"refine\":[{\"refined\":true,\"text\":\"Create a Node.js CLI (using Node >=18) that prints 'hello' when run; include usage example and exit code 0.\",\"ts\":1771412858086}],\"plan-commands\":[{\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858117}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412858119}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo hello-build\",\"echo hello-lint\",\"echo hello-test\"],\"ts\":1771412858165}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_STRICT_ERRORS\":\"true\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/green-sloth-4fj8\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/green-sloth-4fj8/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
64
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
65
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
66
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
67
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
68
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
69
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
70
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"witty-lark-cuez"}}]}
71
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
72
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
73
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"zesty-eagle-apwk"}}]}
74
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"bold-duck-fmb3"}}]}
75
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"bold-duck-fmb3"}}]}
76
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"bold-duck-fmb3"}}]}
77
- {"name":"visor.provider","attributes":{"visor.check.id":"run-review","visor.provider.type":"workflow"}}
78
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"run-review","scope":"check","name":"run-review_fail_if","expression":"(output?.hasErrors === true) || ((output?.issues?.length ?? 0) > 0)","severity":"error"}}]}
79
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"run-review","scope":"check","name":"run-review_fail_if","expression":"(output?.hasErrors === true) || ((output?.issues?.length ?? 0) > 0)","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"run-review","scope":"check","name":"run-review_fail_if","expression":"(output?.hasErrors === true) || ((output?.issues?.length ?? 0) > 0)","severity":"error"}}]}
80
- {"name":"visor.fail_if","attributes":{"check":"run-review","scope":"check","name":"run-review_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"run-review","scope":"check","name":"run-review_fail_if","expression":"(output?.hasErrors === true) || ((output?.issues?.length ?? 0) > 0)","severity":"error"}}]}
81
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-review","trigger":"on_fail","action":"goto","target":"fix-with-claude","source":"goto"}}]}
82
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"bold-duck-fmb3"}}]}
83
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"bold-duck-fmb3"}}]}
84
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"bold-duck-fmb3"}}]}
85
- {"name":"visor.provider","attributes":{"visor.check.id":"fix-with-claude","visor.provider.type":"claude-code"}}
86
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"fix-with-claude","trigger":"on_success","action":"goto","target":"run-review","source":"goto"}}]}
87
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"bold-duck-fmb3"}}]}
88
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"bold-duck-fmb3"}}]}
89
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"bold-duck-fmb3"}}]}
90
- {"name":"visor.provider","attributes":{"visor.check.id":"run-review","visor.provider.type":"workflow"}}
91
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-review","trigger":"on_success","action":"goto","target":"post-verified","source":"goto"}}]}
92
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"bold-duck-fmb3"}}]}
93
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"bold-duck-fmb3"}}]}
94
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"bold-duck-fmb3"}}]}
95
- {"name":"visor.provider","attributes":{"visor.check.id":"post-verified","visor.provider.type":"log"}}
96
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"bold-duck-fmb3"}}]}
97
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"bold-duck-fmb3"}}]}
98
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":4,"session_id":"bold-duck-fmb3"}}]}
99
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"rich-elk-4cqp"}}]}
100
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"rich-elk-4cqp"}}]}
101
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
102
- {"name":"visor.provider","attributes":{"visor.check.id":"issue-assistant","visor.provider.type":"ai"}}
103
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
104
- {"name":"visor.provider","attributes":{"visor.check.id":"external-label","visor.provider.type":"github"}}
105
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
106
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"vivid-cow-asvj"}}]}
107
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"vivid-cow-asvj"}}]}
108
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
109
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
110
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
111
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
112
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
113
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
114
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Create a CI job\",\"ts\":1771412858573}},\"args\":{}}"},"events":[]}
115
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
116
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
117
- {"name":"visor.fail_if","attributes":{"check":"refine","scope":"check","name":"refine_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
118
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"refine","trigger":"on_fail","action":"goto","target":"ask","source":"goto"}}]}
119
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
120
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-cow-asvj"}}]}
121
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
122
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
123
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
124
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
125
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
126
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
127
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"GitHub Actions; run on push to main\",\"ts\":1771412858585},\"refine\":{\"refined\":false,\"ask_user\":true,\"text\":\"Which CI platform and trigger conditions?\",\"ts\":1771412858582}},\"args\":{}}"},"events":[]}
128
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"vivid-owl-87jc"}}]}
129
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"vivid-owl-87jc"}}]}
130
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
131
- {"name":"visor.provider","attributes":{"visor.check.id":"get-requirements","visor.provider.type":"human-input"}}
132
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
133
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
134
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
135
- {"name":"visor.provider","attributes":{"visor.check.id":"interpret-request","visor.provider.type":"ai"}}
136
- {"name":"visor.check","attributes":{"visor.check.id":"interpret-request","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595}},\"args\":{}}"},"events":[]}
137
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
138
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
139
- {"name":"visor.fail_if","attributes":{"check":"refine","scope":"check","name":"refine_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"refine","scope":"check","name":"refine_fail_if","expression":"output['refined'] !== true","severity":"error"}}]}
140
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"refine","trigger":"on_fail","action":"goto","target":"ask","source":"goto"}}]}
141
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
142
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-cow-asvj"}}]}
143
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
144
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
145
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
146
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
147
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
148
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
149
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604},\"refine\":{\"refined\":false,\"ask_user\":true,\"text\":\"What Node version and commands should run?\",\"ts\":1771412858603}},\"args\":{}}"},"events":[]}
150
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
151
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
152
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
153
- {"name":"visor.provider","attributes":{"visor.check.id":"checkout-visor","visor.provider.type":"git-checkout"}}
154
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
155
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
156
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
157
- {"name":"visor.provider","attributes":{"visor.check.id":"generate-workflow","visor.provider.type":"ai"}}
158
- {"name":"visor.check","attributes":{"visor.check.id":"generate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}},\"args\":{}}"},"events":[]}
159
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"generate-workflow","trigger":"on_success","action":"goto","target":"validate-workflow","source":"goto"}}]}
160
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
161
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-owl-87jc"}}]}
162
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-owl-87jc"}}]}
163
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-workflow","visor.provider.type":"command"}}
164
- {"name":"visor.check","attributes":{"visor.check.id":"validate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"generate-workflow\":{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/vivid-owl-87jc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/vivid-owl-87jc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
165
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"validate-workflow","trigger":"on_success","action":"goto","target":"lint-workflow","source":"goto"}}]}
166
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-owl-87jc"}}]}
167
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-owl-87jc"}}]}
168
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-owl-87jc"}}]}
169
- {"name":"visor.provider","attributes":{"visor.check.id":"lint-workflow","visor.provider.type":"command"}}
170
- {"name":"visor.check","attributes":{"visor.check.id":"lint-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"generate-workflow\":{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/vivid-owl-87jc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/vivid-owl-87jc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
171
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"lint-workflow","trigger":"on_success","action":"goto","target":"run-tests","source":"goto"}}]}
172
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-owl-87jc"}}]}
173
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-owl-87jc"}}]}
174
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"vivid-owl-87jc"}}]}
175
- {"name":"visor.provider","attributes":{"visor.check.id":"run-tests","visor.provider.type":"command"}}
176
- {"name":"visor.check","attributes":{"visor.check.id":"run-tests","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"generate-workflow\":{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/vivid-owl-87jc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/vivid-owl-87jc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
177
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-tests","trigger":"on_success","action":"goto","target":"review-workflow","source":"goto"}}]}
178
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"vivid-owl-87jc"}}]}
179
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"vivid-owl-87jc"}}]}
180
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"vivid-owl-87jc"}}]}
181
- {"name":"visor.provider","attributes":{"visor.check.id":"review-workflow","visor.provider.type":"ai"}}
182
- {"name":"visor.check","attributes":{"visor.check.id":"review-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"run-tests\":{\"value\":\"Running tests...\\n1 test passed\\n\",\"exit_code\":0,\"ts\":1771412858623},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"generate-workflow\":{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621}},\"args\":{}}"},"events":[]}
183
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
184
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
185
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
186
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
187
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Set up GitHub Actions workflow: on push to main, use Node 18.x, cache npm, run npm ci && npm test.\",\"ts\":1771412858642},\"ask\":{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604}},\"args\":{}}"},"events":[]}
188
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"review-workflow","trigger":"on_success","action":"goto","target":"publish-workflow","source":"goto"}}]}
189
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"vivid-owl-87jc"}}]}
190
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"vivid-owl-87jc"}}]}
191
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":6,"session_id":"vivid-owl-87jc"}}]}
192
- {"name":"visor.provider","attributes":{"visor.check.id":"publish-workflow","visor.provider.type":"command"}}
193
- {"name":"visor.check","attributes":{"visor.check.id":"publish-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"review-workflow\":{\"issues\":[],\"summary\":\"Workflow looks good. All requirements covered.\",\"approval\":true,\"ts\":1771412858655},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412858595},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615},\"generate-workflow\":{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621},\"run-tests\":{\"value\":\"Running tests...\\n1 test passed\\n\",\"exit_code\":0,\"ts\":1771412858623},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621}],\"run-tests\":[{\"value\":\"Running tests...\\n1 test passed\\n\",\"exit_code\":0,\"ts\":1771412858623}],\"review-workflow\":[{\"issues\":[],\"summary\":\"Workflow looks good. All requirements covered.\",\"approval\":true,\"ts\":1771412858655}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412858595}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a PR labeling workflow with AI analysis for pr_opened events.\\n\",\"ts\":1771412858614}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ref\":\"main\",\"commit\":\"abc123\",\"repository\":\"probelabs/visor\",\"ts\":1771412858615}],\"generate-workflow\":[{\"stdout\":\"Created workflow at ./generated-workflow.yaml\",\"ts\":1771412858617}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412858619}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412858621}],\"run-tests\":[{\"value\":\"Running tests...\\n1 test passed\\n\",\"exit_code\":0,\"ts\":1771412858623}],\"review-workflow\":[{\"issues\":[],\"summary\":\"Workflow looks good. All requirements covered.\",\"approval\":true,\"ts\":1771412858655}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/vivid-owl-87jc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/vivid-owl-87jc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
194
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"publish-workflow","trigger":"on_success","action":"goto","target":"finalize","source":"goto"}}]}
195
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"vivid-owl-87jc"}}]}
196
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"vivid-owl-87jc"}}]}
197
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":7,"session_id":"vivid-owl-87jc"}}]}
198
- {"name":"visor.provider","attributes":{"visor.check.id":"finalize","visor.provider.type":"log"}}
199
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"vivid-owl-87jc"}}]}
200
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"vivid-owl-87jc"}}]}
201
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":7,"session_id":"vivid-owl-87jc"}}]}
202
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
203
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
204
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
205
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
206
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
207
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
208
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
209
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
210
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858669},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412858671},\"ask\":{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604},\"refine\":{\"refined\":true,\"text\":\"Set up GitHub Actions workflow: on push to main, use Node 18.x, cache npm, run npm ci && npm test.\",\"ts\":1771412858642}},\"args\":{}}"},"events":[]}
211
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
212
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
213
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
214
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
215
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858681},\"ask\":{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604},\"refine\":{\"refined\":true,\"text\":\"Set up GitHub Actions workflow: on push to main, use Node 18.x, cache npm, run npm ci && npm test.\",\"ts\":1771412858642},\"plan-commands\":{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858669},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412858671},\"history\":{\"ask\":[{\"text\":\"Create a CI job\",\"ts\":1771412858573},{\"text\":\"GitHub Actions; run on push to main\",\"ts\":1771412858585},{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604}],\"refine\":[{\"refined\":false,\"ask_user\":true,\"text\":\"Which CI platform and trigger conditions?\",\"ts\":1771412858582},{\"refined\":false,\"ask_user\":true,\"text\":\"What Node version and commands should run?\",\"ts\":1771412858603},{\"refined\":true,\"text\":\"Set up GitHub Actions workflow: on push to main, use Node 18.x, cache npm, run npm ci && npm test.\",\"ts\":1771412858642}],\"plan-commands\":[{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858669}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412858671}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858681}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Create a CI job\",\"ts\":1771412858573},{\"text\":\"GitHub Actions; run on push to main\",\"ts\":1771412858585},{\"text\":\"Use Node 18 and npm ci + npm test\",\"ts\":1771412858604}],\"refine\":[{\"refined\":false,\"ask_user\":true,\"text\":\"Which CI platform and trigger conditions?\",\"ts\":1771412858582},{\"refined\":false,\"ask_user\":true,\"text\":\"What Node version and commands should run?\",\"ts\":1771412858603},{\"refined\":true,\"text\":\"Set up GitHub Actions workflow: on push to main, use Node 18.x, cache npm, run npm ci && npm test.\",\"ts\":1771412858642}],\"plan-commands\":[{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858669}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412858671}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412858681}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/vivid-owl-87jc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/vivid-owl-87jc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
216
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
217
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
218
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
219
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
220
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
221
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
222
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":3,"session_id":"vivid-cow-asvj"}}]}
223
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"calm-deer-buhc"}}]}
224
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"calm-deer-buhc"}}]}
225
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"calm-deer-buhc"}}]}
226
- {"name":"visor.provider","attributes":{"visor.check.id":"multi-tool-preprocessing","visor.provider.type":"command"}}
227
- {"name":"visor.check","attributes":{"visor.check.id":"multi-tool-preprocessing","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"fileCount\":1,\"outputs\":{\"history\":{}},\"outputs_history\":{},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/calm-deer-buhc\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/calm-deer-buhc/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
228
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"calm-deer-buhc"}}]}
229
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"calm-deer-buhc"}}]}
230
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"calm-deer-buhc"}}]}
231
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"eager-toad-tuc2"}}]}
232
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"eager-toad-tuc2"}}]}
233
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
234
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
235
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
236
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
237
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
238
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
239
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991}},\"args\":{}}"},"events":[]}
240
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
241
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
242
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
243
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
244
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Ensure project builds, lints, and tests pass via CI\",\"ts\":1771412859005},\"ask\":{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991}},\"args\":{}}"},"events":[]}
245
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
246
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
247
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
248
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
249
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
250
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
251
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
252
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
253
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859019},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859020},\"ask\":{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991},\"refine\":{\"refined\":true,\"text\":\"Ensure project builds, lints, and tests pass via CI\",\"ts\":1771412859005}},\"args\":{}}"},"events":[]}
254
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"blue-seal-3k46"}}]}
255
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"blue-seal-3k46"}}]}
256
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
257
- {"name":"visor.provider","attributes":{"visor.check.id":"get-requirements","visor.provider.type":"human-input"}}
258
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
259
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
260
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
261
- {"name":"visor.provider","attributes":{"visor.check.id":"interpret-request","visor.provider.type":"ai"}}
262
- {"name":"visor.check","attributes":{"visor.check.id":"interpret-request","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034}},\"args\":{}}"},"events":[]}
263
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
264
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
265
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
266
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
267
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859045},\"ask\":{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991},\"refine\":{\"refined\":true,\"text\":\"Ensure project builds, lints, and tests pass via CI\",\"ts\":1771412859005},\"plan-commands\":{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859019},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859020},\"history\":{\"ask\":[{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991}],\"refine\":[{\"refined\":true,\"text\":\"Ensure project builds, lints, and tests pass via CI\",\"ts\":1771412859005}],\"plan-commands\":[{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859019}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859020}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859045}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Add CI to run build, lint, and tests\",\"ts\":1771412858991}],\"refine\":[{\"refined\":true,\"text\":\"Ensure project builds, lints, and tests pass via CI\",\"ts\":1771412859005}],\"plan-commands\":[{\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859019}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859020}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"echo build\",\"echo lint\",\"echo test\"],\"ts\":1771412859045}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/blue-seal-3k46\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/blue-seal-3k46/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
268
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.output":"{\"text\":\"### Assistant Reply\",\"intent\":\"issue_triage\"}"},"events":[]}
269
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
270
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
271
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
272
- {"name":"visor.provider","attributes":{"visor.check.id":"checkout-visor","visor.provider.type":"git-checkout"}}
273
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
274
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
275
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
276
- {"name":"visor.provider","attributes":{"visor.check.id":"generate-workflow","visor.provider.type":"ai"}}
277
- {"name":"visor.check","attributes":{"visor.check.id":"generate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}},\"args\":{}}"},"events":[]}
278
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"generate-workflow","trigger":"on_success","action":"goto","target":"validate-workflow","source":"goto"}}]}
279
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
280
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-seal-3k46"}}]}
281
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"blue-seal-3k46"}}]}
282
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-workflow","visor.provider.type":"command"}}
283
- {"name":"visor.check","attributes":{"visor.check.id":"validate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"generate-workflow\":{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/blue-seal-3k46\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/blue-seal-3k46/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
284
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"validate-workflow","trigger":"on_success","action":"goto","target":"lint-workflow","source":"goto"}}]}
285
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"blue-seal-3k46"}}]}
286
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"blue-seal-3k46"}}]}
287
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"blue-seal-3k46"}}]}
288
- {"name":"visor.provider","attributes":{"visor.check.id":"lint-workflow","visor.provider.type":"command"}}
289
- {"name":"visor.check","attributes":{"visor.check.id":"lint-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"generate-workflow\":{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/blue-seal-3k46\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/blue-seal-3k46/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
290
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"lint-workflow","trigger":"on_success","action":"goto","target":"run-tests","source":"goto"}}]}
291
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-seal-3k46"}}]}
292
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-seal-3k46"}}]}
293
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"blue-seal-3k46"}}]}
294
- {"name":"visor.provider","attributes":{"visor.check.id":"run-tests","visor.provider.type":"command"}}
295
- {"name":"visor.check","attributes":{"visor.check.id":"run-tests","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"generate-workflow\":{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/blue-seal-3k46\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/blue-seal-3k46/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
296
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-tests","trigger":"on_success","action":"goto","target":"review-workflow","source":"goto"}}]}
297
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"blue-seal-3k46"}}]}
298
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"blue-seal-3k46"}}]}
299
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"blue-seal-3k46"}}]}
300
- {"name":"visor.provider","attributes":{"visor.check.id":"review-workflow","visor.provider.type":"ai"}}
301
- {"name":"visor.check","attributes":{"visor.check.id":"review-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"run-tests\":{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859069},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"generate-workflow\":{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067}},\"args\":{}}"},"events":[]}
302
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
303
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
304
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
305
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
306
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
307
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
308
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"eager-toad-tuc2"}}]}
309
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"review-workflow","trigger":"on_success","action":"goto","target":"publish-workflow","source":"goto"}}]}
310
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-seal-3k46"}}]}
311
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-seal-3k46"}}]}
312
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":6,"session_id":"blue-seal-3k46"}}]}
313
- {"name":"visor.provider","attributes":{"visor.check.id":"publish-workflow","visor.provider.type":"command"}}
314
- {"name":"visor.check","attributes":{"visor.check.id":"publish-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"review-workflow\":{\"issues\":[],\"summary\":\"Edit looks good\",\"approval\":true,\"ts\":1771412859095},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859034},\"interpret-request\":{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060},\"generate-workflow\":{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067},\"run-tests\":{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859069},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067}],\"run-tests\":[{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859069}],\"review-workflow\":[{\"issues\":[],\"summary\":\"Edit looks good\",\"approval\":true,\"ts\":1771412859095}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859034}],\"interpret-request\":[{\"mode\":\"edit\",\"workflow_path\":\"defaults/code-review.yaml\",\"requirements\":\"Add a security check step to the existing code-review workflow\",\"existing_workflow_summary\":\"Code review workflow with AI analysis\",\"ts\":1771412859060}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859060}],\"generate-workflow\":[{\"stdout\":\"Updated workflow with security check\",\"ts\":1771412859063}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859065}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859067}],\"run-tests\":[{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859069}],\"review-workflow\":[{\"issues\":[],\"summary\":\"Edit looks good\",\"approval\":true,\"ts\":1771412859095}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/blue-seal-3k46\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/blue-seal-3k46/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
315
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"publish-workflow","trigger":"on_success","action":"goto","target":"finalize","source":"goto"}}]}
316
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"blue-seal-3k46"}}]}
317
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"blue-seal-3k46"}}]}
318
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":7,"session_id":"blue-seal-3k46"}}]}
319
- {"name":"visor.provider","attributes":{"visor.check.id":"finalize","visor.provider.type":"log"}}
320
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"blue-seal-3k46"}}]}
321
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"blue-seal-3k46"}}]}
322
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":7,"session_id":"blue-seal-3k46"}}]}
323
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
324
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
325
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
326
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
327
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
328
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
329
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
330
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
331
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"rich-elk-4cqp"}}]}
332
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"cool-whale-m4rz"}}]}
333
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"cool-whale-m4rz"}}]}
334
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"cool-whale-m4rz"}}]}
335
- {"name":"visor.provider","attributes":{"visor.check.id":"workflow-preprocessing","visor.provider.type":"command"}}
336
- {"name":"visor.check","attributes":{"visor.check.id":"workflow-preprocessing","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"fileCount\":1,\"outputs\":{\"history\":{}},\"outputs_history\":{},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/cool-whale-m4rz\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/cool-whale-m4rz/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
337
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"cool-whale-m4rz"}}]}
338
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"cool-whale-m4rz"}}]}
339
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"cool-whale-m4rz"}}]}
340
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"green-snake-2fwh"}}]}
341
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"green-snake-2fwh"}}]}
342
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
343
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
344
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
345
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
346
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
347
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
348
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}},\"args\":{}}"},"events":[]}
349
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
350
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
351
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
352
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
353
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}},\"args\":{}}"},"events":[]}
354
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"gold-lion-5z2h"}}]}
355
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"gold-lion-5z2h"}}]}
356
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
357
- {"name":"visor.provider","attributes":{"visor.check.id":"get-requirements","visor.provider.type":"human-input"}}
358
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
359
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
360
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
361
- {"name":"visor.provider","attributes":{"visor.check.id":"interpret-request","visor.provider.type":"ai"}}
362
- {"name":"visor.check","attributes":{"visor.check.id":"interpret-request","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489}},\"args\":{}}"},"events":[]}
363
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
364
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
365
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
366
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
367
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
368
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
369
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
370
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
371
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859500},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477}},\"args\":{}}"},"events":[]}
372
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
373
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
374
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
375
- {"name":"visor.provider","attributes":{"visor.check.id":"checkout-visor","visor.provider.type":"git-checkout"}}
376
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
377
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
378
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
379
- {"name":"visor.provider","attributes":{"visor.check.id":"generate-workflow","visor.provider.type":"ai"}}
380
- {"name":"visor.check","attributes":{"visor.check.id":"generate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}},\"args\":{}}"},"events":[]}
381
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"generate-workflow","trigger":"on_success","action":"goto","target":"validate-workflow","source":"goto"}}]}
382
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
383
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-lion-5z2h"}}]}
384
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
385
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-workflow","visor.provider.type":"command"}}
386
- {"name":"visor.check","attributes":{"visor.check.id":"validate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/gold-lion-5z2h\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/gold-lion-5z2h/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
387
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"validate-workflow","scope":"check","name":"validate-workflow_fail_if","expression":"output.exit_code !== 0","severity":"error"}}]}
388
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"validate-workflow","scope":"check","name":"validate-workflow_fail_if","expression":"output.exit_code !== 0","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"validate-workflow","scope":"check","name":"validate-workflow_fail_if","expression":"output.exit_code !== 0","severity":"error"}}]}
389
- {"name":"visor.fail_if","attributes":{"check":"validate-workflow","scope":"check","name":"validate-workflow_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"validate-workflow","scope":"check","name":"validate-workflow_fail_if","expression":"output.exit_code !== 0","severity":"error"}}]}
390
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"validate-workflow","trigger":"on_fail","action":"run","target":"fix-validation-errors","source":"run"}}]}
391
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
392
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
393
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
394
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
395
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
396
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
397
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
398
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
399
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
400
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
401
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
402
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"gold-lion-5z2h"}}]}
403
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"gold-lion-5z2h"}}]}
404
- {"name":"visor.provider","attributes":{"visor.check.id":"fix-validation-errors","visor.provider.type":"ai"}}
405
- {"name":"visor.check","attributes":{"visor.check.id":"fix-validation-errors","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"validate-workflow\":{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"fix-validation-errors\":{\"issues\":[]},\"lint-workflow\":{\"issues\":[]},\"fix-lint-errors\":{\"issues\":[]},\"run-tests\":{\"issues\":[]},\"fix-test-failures\":{\"issues\":[]},\"review-workflow\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]}},\"args\":{}}"},"events":[]}
406
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"fix-validation-errors","trigger":"on_success","action":"goto","target":"validate-workflow","source":"goto"}}]}
407
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"gold-lion-5z2h"}}]}
408
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"gold-lion-5z2h"}}]}
409
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"gold-lion-5z2h"}}]}
410
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-workflow","visor.provider.type":"command"}}
411
- {"name":"visor.check","attributes":{"visor.check.id":"validate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"validate-workflow\":{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},\"fix-validation-errors\":{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517},\"lint-workflow\":{\"issues\":[]},\"fix-lint-errors\":{\"issues\":[]},\"run-tests\":{\"issues\":[]},\"fix-test-failures\":{\"issues\":[]},\"review-workflow\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/gold-lion-5z2h\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/gold-lion-5z2h/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
412
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"validate-workflow","trigger":"on_success","action":"goto","target":"lint-workflow","source":"goto"}}]}
413
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"gold-lion-5z2h"}}]}
414
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"gold-lion-5z2h"}}]}
415
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"gold-lion-5z2h"}}]}
416
- {"name":"visor.provider","attributes":{"visor.check.id":"lint-workflow","visor.provider.type":"command"}}
417
- {"name":"visor.check","attributes":{"visor.check.id":"lint-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"fix-validation-errors\":{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517},\"lint-workflow\":{\"issues\":[]},\"fix-lint-errors\":{\"issues\":[]},\"run-tests\":{\"issues\":[]},\"fix-test-failures\":{\"issues\":[]},\"review-workflow\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/gold-lion-5z2h\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/gold-lion-5z2h/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
418
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"lint-workflow","trigger":"on_success","action":"goto","target":"run-tests","source":"goto"}}]}
419
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"gold-lion-5z2h"}}]}
420
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"gold-lion-5z2h"}}]}
421
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":6,"session_id":"gold-lion-5z2h"}}]}
422
- {"name":"visor.provider","attributes":{"visor.check.id":"run-tests","visor.provider.type":"command"}}
423
- {"name":"visor.check","attributes":{"visor.check.id":"run-tests","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519},\"fix-validation-errors\":{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517},\"fix-lint-errors\":{\"issues\":[]},\"run-tests\":{\"issues\":[]},\"fix-test-failures\":{\"issues\":[]},\"review-workflow\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]},{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]},{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/gold-lion-5z2h\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/gold-lion-5z2h/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
424
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-tests","trigger":"on_success","action":"goto","target":"review-workflow","source":"goto"}}]}
425
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"gold-lion-5z2h"}}]}
426
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"gold-lion-5z2h"}}]}
427
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":7,"session_id":"gold-lion-5z2h"}}]}
428
- {"name":"visor.provider","attributes":{"visor.check.id":"review-workflow","visor.provider.type":"ai"}}
429
- {"name":"visor.check","attributes":{"visor.check.id":"review-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"run-tests\":{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859523},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519},\"fix-validation-errors\":{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521},\"fix-lint-errors\":{\"issues\":[]},\"fix-test-failures\":{\"issues\":[]},\"review-workflow\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]}},\"args\":{}}"},"events":[]}
430
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"smart-fish-ejtk"}}]}
431
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"smart-fish-ejtk"}}]}
432
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
433
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
434
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
435
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
436
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
437
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
438
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
439
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477},\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859500},\"history\":{\"ask\":[{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859500}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859500}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/smart-fish-ejtk\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/smart-fish-ejtk/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
440
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"review-workflow","trigger":"on_success","action":"goto","target":"publish-workflow","source":"goto"}}]}
441
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"gold-lion-5z2h"}}]}
442
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"gold-lion-5z2h"}}]}
443
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":8,"session_id":"gold-lion-5z2h"}}]}
444
- {"name":"visor.provider","attributes":{"visor.check.id":"publish-workflow","visor.provider.type":"command"}}
445
- {"name":"visor.check","attributes":{"visor.check.id":"publish-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"review-workflow\":{\"issues\":[],\"summary\":\"Good workflow\",\"approval\":true,\"ts\":1771412859547},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859489},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509},\"generate-workflow\":{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519},\"fix-validation-errors\":{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521},\"fix-lint-errors\":{\"issues\":[]},\"run-tests\":{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859523},\"fix-test-failures\":{\"issues\":[]},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]},{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]},{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859523}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]},{\"issues\":[],\"summary\":\"Good workflow\",\"approval\":true,\"ts\":1771412859547}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859489}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a workflow that posts comments\",\"ts\":1771412859508}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859509}],\"generate-workflow\":[{\"stdout\":\"Generated initial workflow\",\"ts\":1771412859511}],\"validate-workflow\":[{\"value\":\"\",\"exit_code\":1,\"ts\":1771412859513},{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859519}],\"fix-validation-errors\":[{\"issues\":[]},{\"stdout\":\"Fixed the schema error\",\"ts\":1771412859517}],\"lint-workflow\":[{\"issues\":[]},{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859521}],\"fix-lint-errors\":[{\"issues\":[]}],\"run-tests\":[{\"issues\":[]},{\"value\":\"All tests passed\",\"exit_code\":0,\"ts\":1771412859523}],\"fix-test-failures\":[{\"issues\":[]}],\"review-workflow\":[{\"issues\":[]},{\"issues\":[],\"summary\":\"Good workflow\",\"approval\":true,\"ts\":1771412859547}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/smart-fish-ejtk\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/smart-fish-ejtk/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
446
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"publish-workflow","trigger":"on_success","action":"goto","target":"finalize","source":"goto"}}]}
447
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":8,"session_id":"gold-lion-5z2h"}}]}
448
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":8,"session_id":"gold-lion-5z2h"}}]}
449
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":9,"session_id":"gold-lion-5z2h"}}]}
450
- {"name":"visor.provider","attributes":{"visor.check.id":"finalize","visor.provider.type":"log"}}
451
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":9,"session_id":"gold-lion-5z2h"}}]}
452
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":9,"session_id":"gold-lion-5z2h"}}]}
453
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":9,"session_id":"gold-lion-5z2h"}}]}
454
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-commands","trigger":"on_fail","action":"goto","target":"plan-commands","source":"goto"}}]}
455
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
456
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-snake-2fwh"}}]}
457
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
458
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
459
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466},\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859500},\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412859566}},\"args\":{}}"},"events":[]}
460
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
461
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
462
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
463
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
464
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
465
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
466
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
467
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
468
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(0)\\\"\"],\"ts\":1771412859576},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859577},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477},\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412859566}},\"args\":{}}"},"events":[]}
469
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
470
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
471
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
472
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
473
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859589},\"ask\":{\"text\":\"Verify app passes tests\",\"ts\":1771412859466},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477},\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(0)\\\"\"],\"ts\":1771412859576},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412859577},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412859566},\"history\":{\"ask\":[{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499},{\"commands\":[\"node -e \\\"process.exit(0)\\\"\"],\"ts\":1771412859576}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859500},{\"text\":\"yes\",\"ts\":1771412859577}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537},{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859589}],\"run-commands\":[{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412859566}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Verify app passes tests\",\"ts\":1771412859466}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412859477}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859499},{\"commands\":[\"node -e \\\"process.exit(0)\\\"\"],\"ts\":1771412859576}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412859500},{\"text\":\"yes\",\"ts\":1771412859577}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859537},{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412859589}],\"run-commands\":[{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412859566}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/smart-fish-ejtk\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/smart-fish-ejtk/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
474
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
475
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
476
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
477
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
478
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
479
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
480
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"green-snake-2fwh"}}]}
481
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"young-tiger-cbkm"}}]}
482
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"young-tiger-cbkm"}}]}
483
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"young-tiger-cbkm"}}]}
484
- {"name":"visor.provider","attributes":{"visor.check.id":"chain-tools-and-workflows","visor.provider.type":"command"}}
485
- {"name":"visor.check","attributes":{"visor.check.id":"chain-tools-and-workflows","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"fileCount\":1,\"outputs\":{\"history\":{}},\"outputs_history\":{},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/young-tiger-cbkm\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/young-tiger-cbkm/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
486
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-tiger-cbkm"}}]}
487
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-tiger-cbkm"}}]}
488
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"young-tiger-cbkm"}}]}
489
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"tall-dog-j99d"}}]}
490
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"tall-dog-j99d"}}]}
491
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
492
- {"name":"visor.provider","attributes":{"visor.check.id":"get-requirements","visor.provider.type":"human-input"}}
493
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
494
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
495
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
496
- {"name":"visor.provider","attributes":{"visor.check.id":"interpret-request","visor.provider.type":"ai"}}
497
- {"name":"visor.check","attributes":{"visor.check.id":"interpret-request","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895}},\"args\":{}}"},"events":[]}
498
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
499
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
500
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
501
- {"name":"visor.provider","attributes":{"visor.check.id":"checkout-visor","visor.provider.type":"git-checkout"}}
502
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
503
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
504
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
505
- {"name":"visor.provider","attributes":{"visor.check.id":"generate-workflow","visor.provider.type":"ai"}}
506
- {"name":"visor.check","attributes":{"visor.check.id":"generate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}},\"args\":{}}"},"events":[]}
507
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"generate-workflow","trigger":"on_success","action":"goto","target":"validate-workflow","source":"goto"}}]}
508
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
509
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"tall-dog-j99d"}}]}
510
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"tall-dog-j99d"}}]}
511
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-workflow","visor.provider.type":"command"}}
512
- {"name":"visor.check","attributes":{"visor.check.id":"validate-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/tall-dog-j99d\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/tall-dog-j99d/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
513
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"validate-workflow","trigger":"on_success","action":"goto","target":"lint-workflow","source":"goto"}}]}
514
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"tall-dog-j99d"}}]}
515
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"tall-dog-j99d"}}]}
516
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"tall-dog-j99d"}}]}
517
- {"name":"visor.provider","attributes":{"visor.check.id":"lint-workflow","visor.provider.type":"command"}}
518
- {"name":"visor.check","attributes":{"visor.check.id":"lint-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/tall-dog-j99d\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/tall-dog-j99d/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
519
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"lint-workflow","trigger":"on_success","action":"goto","target":"run-tests","source":"goto"}}]}
520
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"tall-dog-j99d"}}]}
521
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"tall-dog-j99d"}}]}
522
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"tall-dog-j99d"}}]}
523
- {"name":"visor.provider","attributes":{"visor.check.id":"run-tests","visor.provider.type":"command"}}
524
- {"name":"visor.check","attributes":{"visor.check.id":"run-tests","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/tall-dog-j99d\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/tall-dog-j99d/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
525
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-tests","trigger":"on_success","action":"goto","target":"review-workflow","source":"goto"}}]}
526
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"tall-dog-j99d"}}]}
527
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"tall-dog-j99d"}}]}
528
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
529
- {"name":"visor.provider","attributes":{"visor.check.id":"review-workflow","visor.provider.type":"ai"}}
530
- {"name":"visor.check","attributes":{"visor.check.id":"review-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"run-tests\":{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}},\"args\":{}}"},"events":[]}
531
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"review-workflow","scope":"check","name":"review-workflow_fail_if","expression":"output.issues?.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
532
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"review-workflow","scope":"check","name":"review-workflow_fail_if","expression":"output.issues?.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"review-workflow","scope":"check","name":"review-workflow_fail_if","expression":"output.issues?.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
533
- {"name":"visor.fail_if","attributes":{"check":"review-workflow","scope":"check","name":"review-workflow_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"review-workflow","scope":"check","name":"review-workflow_fail_if","expression":"output.issues?.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
534
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"review-workflow","trigger":"on_fail","action":"run","target":"apply-review-fixes","source":"run"}}]}
535
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
536
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
537
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
538
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
539
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
540
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"tall-dog-j99d"}}]}
541
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":6,"session_id":"tall-dog-j99d"}}]}
542
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-review-fixes","visor.provider.type":"ai"}}
543
- {"name":"visor.check","attributes":{"visor.check.id":"apply-review-fixes","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"review-workflow\":{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910},\"run-tests\":{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"issues\":[]},\"finalize\":{\"issues\":[]}},\"args\":{}}"},"events":[]}
544
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"apply-review-fixes","trigger":"on_success","action":"goto","target":"run-tests","source":"goto"}}]}
545
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"tall-dog-j99d"}}]}
546
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"tall-dog-j99d"}}]}
547
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":7,"session_id":"tall-dog-j99d"}}]}
548
- {"name":"visor.provider","attributes":{"visor.check.id":"run-tests","visor.provider.type":"command"}}
549
- {"name":"visor.check","attributes":{"visor.check.id":"run-tests","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"run-tests\":{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913},\"review-workflow\":{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}],\"run-tests\":[{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913}],\"review-workflow\":[{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]},{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}],\"run-tests\":[{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913}],\"review-workflow\":[{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]},{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/tall-dog-j99d\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/tall-dog-j99d/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
550
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-tests","trigger":"on_success","action":"goto","target":"review-workflow","source":"goto"}}]}
551
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"tall-dog-j99d"}}]}
552
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":7,"session_id":"tall-dog-j99d"}}]}
553
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":8,"session_id":"tall-dog-j99d"}}]}
554
- {"name":"visor.provider","attributes":{"visor.check.id":"review-workflow","visor.provider.type":"ai"}}
555
- {"name":"visor.check","attributes":{"visor.check.id":"review-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"run-tests\":{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859928},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910},\"review-workflow\":{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926},\"finalize\":{\"issues\":[]}},\"args\":{}}"},"events":[]}
556
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"warm-goat-ksay"}}]}
557
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"warm-goat-ksay"}}]}
558
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
559
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
560
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
561
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
562
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
563
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
564
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940}},\"args\":{}}"},"events":[]}
565
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"review-workflow","trigger":"on_success","action":"goto","target":"publish-workflow","source":"goto"}}]}
566
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":8,"session_id":"tall-dog-j99d"}}]}
567
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":8,"session_id":"tall-dog-j99d"}}]}
568
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":9,"session_id":"tall-dog-j99d"}}]}
569
- {"name":"visor.provider","attributes":{"visor.check.id":"publish-workflow","visor.provider.type":"command"}}
570
- {"name":"visor.check","attributes":{"visor.check.id":"publish-workflow","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"review-workflow\":{\"issues\":[{\"severity\":\"info\",\"category\":\"style\",\"message\":\"Could improve step naming\"}],\"summary\":\"Security issue fixed\",\"approval\":true,\"ts\":1771412859947},\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412859895},\"interpret-request\":{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903},\"checkout-visor\":{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904},\"generate-workflow\":{\"stdout\":\"Generated workflow\",\"ts\":1771412859906},\"validate-workflow\":{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908},\"lint-workflow\":{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910},\"run-tests\":{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859928},\"publish-workflow\":{\"issues\":[]},\"apply-review-fixes\":{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926},\"finalize\":{\"issues\":[]},\"history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}],\"run-tests\":[{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913},{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859928}],\"review-workflow\":[{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922},{\"issues\":[{\"severity\":\"info\",\"category\":\"style\",\"message\":\"Could improve step naming\"}],\"summary\":\"Security issue fixed\",\"approval\":true,\"ts\":1771412859947}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]},{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926}],\"finalize\":[{\"issues\":[]}]}},\"outputs_history\":{\"get-requirements\":[{\"text\":\"[object Object]\",\"ts\":1771412859895}],\"interpret-request\":[{\"mode\":\"create\",\"workflow_path\":\"./generated-workflow.yaml\",\"requirements\":\"Create a secure workflow\",\"ts\":1771412859903}],\"checkout-visor\":[{\"success\":true,\"path\":\"/tmp/visor-context\",\"ts\":1771412859904}],\"generate-workflow\":[{\"stdout\":\"Generated workflow\",\"ts\":1771412859906}],\"validate-workflow\":[{\"value\":\"Validation passed\",\"exit_code\":0,\"ts\":1771412859908}],\"lint-workflow\":[{\"value\":\"No lint errors\",\"exit_code\":0,\"ts\":1771412859910}],\"run-tests\":[{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859913},{\"value\":\"Tests passed\",\"exit_code\":0,\"ts\":1771412859928}],\"review-workflow\":[{\"issues\":[{\"severity\":\"critical\",\"category\":\"security\",\"message\":\"GitHub token exposed in logs\",\"suggestion\":\"Remove token from log message\"}],\"summary\":\"Critical security issue found\",\"approval\":false,\"ts\":1771412859922},{\"issues\":[{\"severity\":\"info\",\"category\":\"style\",\"message\":\"Could improve step naming\"}],\"summary\":\"Security issue fixed\",\"approval\":true,\"ts\":1771412859947}],\"publish-workflow\":[{\"issues\":[]}],\"apply-review-fixes\":[{\"issues\":[]},{\"stdout\":\"Removed token from logs\",\"ts\":1771412859926}],\"finalize\":[{\"issues\":[]}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/warm-goat-ksay\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/warm-goat-ksay/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
571
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"publish-workflow","trigger":"on_success","action":"goto","target":"finalize","source":"goto"}}]}
572
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":9,"session_id":"tall-dog-j99d"}}]}
573
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":9,"session_id":"tall-dog-j99d"}}]}
574
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":10,"session_id":"tall-dog-j99d"}}]}
575
- {"name":"visor.provider","attributes":{"visor.check.id":"finalize","visor.provider.type":"log"}}
576
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":10,"session_id":"tall-dog-j99d"}}]}
577
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":10,"session_id":"tall-dog-j99d"}}]}
578
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":10,"session_id":"tall-dog-j99d"}}]}
579
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
580
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
581
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
582
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
583
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Install dependencies and run tests\",\"ts\":1771412859956},\"ask\":{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940}},\"args\":{}}"},"events":[]}
584
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
585
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
586
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
587
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
588
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
589
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
590
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
591
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
592
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"npm test\"],\"ts\":1771412859966},\"ask-confirm\":{\"text\":\"[\\\"npm ci\\\",\\\"npm test\\\"]\",\"ts\":1771412859968},\"ask\":{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940},\"refine\":{\"refined\":true,\"text\":\"Install dependencies and run tests\",\"ts\":1771412859956}},\"args\":{}}"},"events":[]}
593
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
594
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
595
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
596
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
597
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"npm ci\",\"npm test\"],\"ts\":1771412859978},\"ask\":{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940},\"refine\":{\"refined\":true,\"text\":\"Install dependencies and run tests\",\"ts\":1771412859956},\"plan-commands\":{\"commands\":[\"npm test\"],\"ts\":1771412859966},\"ask-confirm\":{\"text\":\"[\\\"npm ci\\\",\\\"npm test\\\"]\",\"ts\":1771412859968},\"history\":{\"ask\":[{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940}],\"refine\":[{\"refined\":true,\"text\":\"Install dependencies and run tests\",\"ts\":1771412859956}],\"plan-commands\":[{\"commands\":[\"npm test\"],\"ts\":1771412859966}],\"ask-confirm\":[{\"text\":\"[\\\"npm ci\\\",\\\"npm test\\\"]\",\"ts\":1771412859968}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"npm ci\",\"npm test\"],\"ts\":1771412859978}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Make sure project installs deps and runs tests\",\"ts\":1771412859940}],\"refine\":[{\"refined\":true,\"text\":\"Install dependencies and run tests\",\"ts\":1771412859956}],\"plan-commands\":[{\"commands\":[\"npm test\"],\"ts\":1771412859966}],\"ask-confirm\":[{\"text\":\"[\\\"npm ci\\\",\\\"npm test\\\"]\",\"ts\":1771412859968}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"npm ci\",\"npm test\"],\"ts\":1771412859978}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/warm-goat-ksay\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/warm-goat-ksay/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
598
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
599
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
600
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
601
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
602
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
603
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
604
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"warm-goat-ksay"}}]}
605
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.output":"{\"text\":\"### Assistant Reply\",\"intent\":\"comment_reply\"}"},"events":[]}
606
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
607
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
608
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
609
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
610
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
611
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
612
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
613
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
614
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"smart-fish-ejtk"}}]}
615
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"rich-panda-ybw7"}}]}
616
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"rich-panda-ybw7"}}]}
617
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"rich-panda-ybw7"}}]}
618
- {"name":"visor.provider","attributes":{"visor.check.id":"repeated-tool-usage","visor.provider.type":"command"}}
619
- {"name":"visor.check","attributes":{"visor.check.id":"repeated-tool-usage","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"fileCount\":1,\"outputs\":{\"history\":{}},\"outputs_history\":{},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/rich-panda-ybw7\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/rich-panda-ybw7/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
620
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-panda-ybw7"}}]}
621
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"rich-panda-ybw7"}}]}
622
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"rich-panda-ybw7"}}]}
623
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"gold-seal-vaaz"}}]}
624
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"gold-seal-vaaz"}}]}
625
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
626
- {"name":"visor.provider","attributes":{"visor.check.id":"get-requirements","visor.provider.type":"human-input"}}
627
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
628
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
629
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
630
- {"name":"visor.provider","attributes":{"visor.check.id":"interpret-request","visor.provider.type":"ai"}}
631
- {"name":"visor.check","attributes":{"visor.check.id":"interpret-request","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"get-requirements\":{\"text\":\"[object Object]\",\"ts\":1771412860316}},\"args\":{}}"},"events":[]}
632
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
633
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
634
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
635
- {"name":"visor.provider","attributes":{"visor.check.id":"checkout-visor","visor.provider.type":"git-checkout"}}
636
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
637
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
638
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"gold-seal-vaaz"}}]}
639
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"mild-wolf-hcwm"}}]}
640
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"mild-wolf-hcwm"}}]}
641
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
642
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
643
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
644
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
645
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
646
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
647
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Run lint and tests\",\"ts\":1771412860403}},\"args\":{}}"},"events":[]}
648
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
649
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
650
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
651
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
652
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Run lint and tests\",\"ts\":1771412860420},\"ask\":{\"text\":\"Run lint and tests\",\"ts\":1771412860403}},\"args\":{}}"},"events":[]}
653
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
654
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
655
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
656
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
657
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
658
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
659
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
660
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
661
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860436},\"ask-confirm\":{\"text\":\"npm test\\\\nnpm test\\\\n npm run lint \\n\",\"ts\":1771412860440},\"ask\":{\"text\":\"Run lint and tests\",\"ts\":1771412860403},\"refine\":{\"refined\":true,\"text\":\"Run lint and tests\",\"ts\":1771412860420}},\"args\":{}}"},"events":[]}
662
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"glad-bee-ae4p"}}]}
663
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"glad-bee-ae4p"}}]}
664
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
665
- {"name":"visor.provider","attributes":{"visor.check.id":"issue-assistant","visor.provider.type":"ai"}}
666
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
667
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
668
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
669
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
670
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
671
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"npm test\",\"npm run lint\"],\"ts\":1771412860454},\"ask\":{\"text\":\"Run lint and tests\",\"ts\":1771412860403},\"refine\":{\"refined\":true,\"text\":\"Run lint and tests\",\"ts\":1771412860420},\"plan-commands\":{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860436},\"ask-confirm\":{\"text\":\"npm test\\\\nnpm test\\\\n npm run lint \\n\",\"ts\":1771412860440},\"history\":{\"ask\":[{\"text\":\"Run lint and tests\",\"ts\":1771412860403}],\"refine\":[{\"refined\":true,\"text\":\"Run lint and tests\",\"ts\":1771412860420}],\"plan-commands\":[{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860436}],\"ask-confirm\":[{\"text\":\"npm test\\\\nnpm test\\\\n npm run lint \\n\",\"ts\":1771412860440}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"npm test\",\"npm run lint\"],\"ts\":1771412860454}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Run lint and tests\",\"ts\":1771412860403}],\"refine\":[{\"refined\":true,\"text\":\"Run lint and tests\",\"ts\":1771412860420}],\"plan-commands\":[{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860436}],\"ask-confirm\":[{\"text\":\"npm test\\\\nnpm test\\\\n npm run lint \\n\",\"ts\":1771412860440}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"npm test\",\"npm run lint\"],\"ts\":1771412860454}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/glad-bee-ae4p\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/glad-bee-ae4p/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
672
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"eager-lark-swek"}}]}
673
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"eager-lark-swek"}}]}
674
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
675
- {"name":"visor.provider","attributes":{"visor.check.id":"seed","visor.provider.type":"script"}}
676
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
677
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
678
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
679
- {"name":"visor.provider","attributes":{"visor.check.id":"convo","visor.provider.type":"ai"}}
680
- {"name":"visor.check","attributes":{"visor.check.id":"convo","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"seed\":{\"text\":\"hello from seed\",\"ts\":1771412860466}},\"args\":{}}"},"events":[]}
681
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
682
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
683
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
684
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
685
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
686
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
687
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"mild-wolf-hcwm"}}]}
688
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
689
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
690
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
691
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
692
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
693
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
694
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
695
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
696
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
697
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
698
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
699
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
700
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-issue-labels","visor.provider.type":"github"}}
701
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
702
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
703
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"glad-bee-ae4p"}}]}
704
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"fair-dove-my8h"}}]}
705
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"fair-dove-my8h"}}]}
706
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
707
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
708
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
709
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
710
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
711
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
712
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Hello 1\",\"ts\":1771412860724}},\"args\":{}}"},"events":[]}
713
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
714
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
715
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
716
- {"name":"visor.provider","attributes":{"visor.check.id":"chat-answer","visor.provider.type":"ai"}}
717
- {"name":"visor.check","attributes":{"visor.check.id":"chat-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"chat\",\"ts\":1771412860737},\"ask\":{\"text\":\"Hello 1\",\"ts\":1771412860724}},\"args\":{}}"},"events":[]}
718
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
719
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
720
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"fair-dove-my8h"}}]}
721
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"vivid-whale-7cs6"}}]}
722
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"vivid-whale-7cs6"}}]}
723
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
724
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
725
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
726
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
727
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
728
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
729
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809}},\"args\":{}}"},"events":[]}
730
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
731
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
732
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
733
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
734
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825},\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809}},\"args\":{}}"},"events":[]}
735
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"young-lion-bxbm"}}]}
736
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"young-lion-bxbm"}}]}
737
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
738
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
739
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
740
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
741
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
742
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
743
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
744
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
745
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
746
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
747
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
748
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"npm test\"],\"ts\":1771412860843},\"ask-confirm\":{\"text\":\"No, add lint too\",\"ts\":1771412860844},\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809},\"refine\":{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825}},\"args\":{}}"},"events":[]}
749
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"confirm-interpret","scope":"check","name":"confirm-interpret_fail_if","expression":"output && output.proceed !== true","severity":"error"}}]}
750
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"confirm-interpret","scope":"check","name":"confirm-interpret_fail_if","expression":"output && output.proceed !== true","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"confirm-interpret","scope":"check","name":"confirm-interpret_fail_if","expression":"output && output.proceed !== true","severity":"error"}}]}
751
- {"name":"visor.fail_if","attributes":{"check":"confirm-interpret","scope":"check","name":"confirm-interpret_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"confirm-interpret","scope":"check","name":"confirm-interpret_fail_if","expression":"output && output.proceed !== true","severity":"error"}}]}
752
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"confirm-interpret","trigger":"on_fail","action":"goto","target":"plan-commands","source":"goto"}}]}
753
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
754
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-whale-7cs6"}}]}
755
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
756
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
757
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825},\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809},\"plan-commands\":{\"commands\":[\"npm test\"],\"ts\":1771412860843},\"ask-confirm\":{\"text\":\"No, add lint too\",\"ts\":1771412860844},\"confirm-interpret\":{\"proceed\":false,\"reason\":\"needs lint\",\"ts\":1771412860858}},\"args\":{}}"},"events":[]}
758
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
759
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
760
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
761
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
762
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412860870}},\"args\":{}}"},"events":[]}
763
- {"name":"visor.provider","attributes":{"visor.check.id":"architecture","visor.provider.type":"ai"}}
764
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412860870}},\"args\":{}}"},"events":[]}
765
- {"name":"visor.provider","attributes":{"visor.check.id":"performance","visor.provider.type":"ai"}}
766
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412860870}},\"args\":{}}"},"events":[]}
767
- {"name":"visor.provider","attributes":{"visor.check.id":"quality","visor.provider.type":"ai"}}
768
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412860870}},\"args\":{}}"},"events":[]}
769
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-overview-labels","visor.provider.type":"github"}}
770
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
771
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
772
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
773
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
774
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
775
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
776
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
777
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
778
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
779
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860878},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412860879},\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809},\"refine\":{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825},\"confirm-interpret\":{\"proceed\":false,\"reason\":\"needs lint\",\"ts\":1771412860858}},\"args\":{}}"},"events":[]}
780
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
781
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
782
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
783
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
784
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860907},\"ask\":{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809},\"refine\":{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825},\"plan-commands\":{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860878},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412860879},\"history\":{\"ask\":[{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809}],\"refine\":[{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825}],\"plan-commands\":[{\"commands\":[\"npm test\"],\"ts\":1771412860843},{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860878}],\"ask-confirm\":[{\"text\":\"No, add lint too\",\"ts\":1771412860844},{\"text\":\"yes\",\"ts\":1771412860879}],\"confirm-interpret\":[{\"proceed\":false,\"reason\":\"needs lint\",\"ts\":1771412860858},{\"proceed\":true,\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860907}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Set up lint and test checks\",\"ts\":1771412860809}],\"refine\":[{\"refined\":true,\"text\":\"Ensure lint and tests run\",\"ts\":1771412860825}],\"plan-commands\":[{\"commands\":[\"npm test\"],\"ts\":1771412860843},{\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860878}],\"ask-confirm\":[{\"text\":\"No, add lint too\",\"ts\":1771412860844},{\"text\":\"yes\",\"ts\":1771412860879}],\"confirm-interpret\":[{\"proceed\":false,\"reason\":\"needs lint\",\"ts\":1771412860858},{\"proceed\":true,\"commands\":[\"npm run lint\",\"npm test\"],\"ts\":1771412860907}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/young-lion-bxbm\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/young-lion-bxbm/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
785
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
786
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
787
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
788
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
789
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
790
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"young-lion-bxbm"}}]}
791
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
792
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
793
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
794
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
795
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
796
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
797
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"vivid-whale-7cs6"}}]}
798
- {"name":"visor.check","attributes":{"visor.check.id":"convo","visor.check.output":"{\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\"}"},"events":[]}
799
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
800
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
801
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"eager-lark-swek"}}]}
802
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"slim-rat-ngu9"}}]}
803
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"slim-rat-ngu9"}}]}
804
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
805
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
806
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
807
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
808
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
809
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
810
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412861126}},\"args\":{}}"},"events":[]}
811
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
812
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
813
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
814
- {"name":"visor.provider","attributes":{"visor.check.id":"capabilities-answer","visor.provider.type":"ai"}}
815
- {"name":"visor.check","attributes":{"visor.check.id":"capabilities-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412861140},\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412861126}},\"args\":{}}"},"events":[]}
816
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
817
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
818
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"slim-rat-ngu9"}}]}
819
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"soft-deer-ya2x"}}]}
820
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"soft-deer-ya2x"}}]}
821
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
822
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
823
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
824
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
825
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
826
- {"name":"visor.provider","attributes":{"visor.check.id":"refine","visor.provider.type":"ai"}}
827
- {"name":"visor.check","attributes":{"visor.check.id":"refine","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}},\"args\":{}}"},"events":[]}
828
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"kind-spider-dz9r"}}]}
829
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"kind-spider-dz9r"}}]}
830
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"kind-spider-dz9r"}}]}
831
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
832
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
833
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
834
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
835
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
836
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
837
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}},\"args\":{}}"},"events":[]}
838
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-spider-dz9r"}}]}
839
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-spider-dz9r"}}]}
840
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"kind-spider-dz9r"}}]}
841
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
842
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
843
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
844
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
845
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
846
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
847
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
848
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
849
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412861352},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329}},\"args\":{}}"},"events":[]}
850
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"zesty-ant-45u3"}}]}
851
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"zesty-ant-45u3"}}]}
852
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
853
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
854
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
855
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
856
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
857
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
858
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
859
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329},\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412861352},\"history\":{\"ask\":[{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412861352}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412861352}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/zesty-ant-45u3\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/zesty-ant-45u3/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
860
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"run-commands","trigger":"on_fail","action":"goto","target":"plan-commands","source":"goto"}}]}
861
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
862
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"soft-deer-ya2x"}}]}
863
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
864
- {"name":"visor.provider","attributes":{"visor.check.id":"plan-commands","visor.provider.type":"ai"}}
865
- {"name":"visor.check","attributes":{"visor.check.id":"plan-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317},\"plan-commands\":{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412861352},\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412861381}},\"args\":{}}"},"events":[]}
866
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
867
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
868
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
869
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
870
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412861389}},\"args\":{}}"},"events":[]}
871
- {"name":"visor.provider","attributes":{"visor.check.id":"readability","visor.provider.type":"ai"}}
872
- {"name":"visor.check","attributes":{"visor.check.id":"readability","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview body\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412861389}},\"args\":{}}"},"events":[]}
873
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
874
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
875
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
876
- {"name":"visor.provider","attributes":{"visor.check.id":"ask-confirm","visor.provider.type":"human-input"}}
877
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
878
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
879
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
880
- {"name":"visor.provider","attributes":{"visor.check.id":"confirm-interpret","visor.provider.type":"ai"}}
881
- {"name":"visor.check","attributes":{"visor.check.id":"confirm-interpret","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"plan-commands\":{\"commands\":[\"echo ok\"],\"ts\":1771412861391},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412861393},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329},\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412861381}},\"args\":{}}"},"events":[]}
882
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
883
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
884
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
885
- {"name":"visor.provider","attributes":{"visor.check.id":"run-commands","visor.provider.type":"command"}}
886
- {"name":"visor.check","attributes":{"visor.check.id":"run-commands","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"fileCount\":0,\"outputs\":{\"confirm-interpret\":{\"proceed\":true,\"commands\":[\"echo ok\"],\"ts\":1771412861415},\"ask\":{\"text\":\"Verify app tests pass\",\"ts\":1771412861317},\"refine\":{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329},\"plan-commands\":{\"commands\":[\"echo ok\"],\"ts\":1771412861391},\"ask-confirm\":{\"text\":\"yes\",\"ts\":1771412861393},\"run-commands\":{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412861381},\"history\":{\"ask\":[{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351},{\"commands\":[\"echo ok\"],\"ts\":1771412861391}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412861352},{\"text\":\"yes\",\"ts\":1771412861393}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368},{\"proceed\":true,\"commands\":[\"echo ok\"],\"ts\":1771412861415}],\"run-commands\":[{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412861381}]}},\"outputs_history\":{\"ask\":[{\"text\":\"Verify app tests pass\",\"ts\":1771412861317}],\"refine\":[{\"refined\":true,\"text\":\"Run tests to verify app correctness\",\"ts\":1771412861329}],\"plan-commands\":[{\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861351},{\"commands\":[\"echo ok\"],\"ts\":1771412861391}],\"ask-confirm\":[{\"text\":\"yes\",\"ts\":1771412861352},{\"text\":\"yes\",\"ts\":1771412861393}],\"confirm-interpret\":[{\"proceed\":true,\"commands\":[\"node -e \\\"process.exit(1)\\\"\"],\"ts\":1771412861368},{\"proceed\":true,\"commands\":[\"echo ok\"],\"ts\":1771412861415}],\"run-commands\":[{\"value\":\"{\\\"failed\\\":1,\\\"results\\\":[{\\\"cmd\\\":\\\"node -e \\\\\\\\\\\"process.exit(1)\\\\\\\\\\\"\\\",\\\"code\\\":1,\\\"stderr\\\":\\\"fail\\\"}]}\",\"exit_code\":1,\"ts\":1771412861381}]},\"outputs_history_stage\":{},\"outputs_raw\":{},\"inputs\":{},\"args\":{},\"env\":{\"GITHUB_STATE\":\"/home/runner/work/_temp/_runner_file_commands/save_state_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"DOTNET_NOLOGO\":\"1\",\"USER\":\"runner\",\"npm_config_always_auth\":\"[REDACTED]\",\"npm_config_user_agent\":\"npm/11.6.2 node/v24.13.0 linux x64 workspaces/false ci/github-actions\",\"CI\":\"true\",\"USE_BAZEL_FALLBACK_VERSION\":\"silent:\",\"RUNNER_ENVIRONMENT\":\"github-hosted\",\"GITHUB_ENV\":\"/home/runner/work/_temp/_runner_file_commands/set_env_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"PIPX_HOME\":\"/opt/pipx\",\"npm_node_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"JAVA_HOME_8_X64\":\"/usr/lib/jvm/temurin-8-jdk-amd64\",\"SHLVL\":\"1\",\"npm_config_noproxy\":\"\",\"HOME\":\"/home/runner\",\"RUNNER_TEMP\":\"/home/runner/work/_temp\",\"GITHUB_EVENT_PATH\":\"/home/runner/work/_temp/_github_workflow/event.json\",\"npm_package_json\":\"/home/runner/work/visor/visor/package.json\",\"JAVA_HOME_11_X64\":\"/usr/lib/jvm/temurin-11-jdk-amd64\",\"PIPX_BIN_DIR\":\"/opt/pipx_bin\",\"GITHUB_REPOSITORY_OWNER\":\"probelabs\",\"NODE_OPTIONS\":\"--max-old-space-size=6144\",\"GRADLE_HOME\":\"/usr/share/gradle-9.3.1\",\"ANDROID_NDK_LATEST_HOME\":\"/usr/local/lib/android/sdk/ndk/29.0.14206865\",\"JAVA_HOME_21_X64\":\"/usr/lib/jvm/temurin-21-jdk-amd64\",\"GITHUB_RETENTION_DAYS\":\"90\",\"GITHUB_REPOSITORY_OWNER_ID\":\"226675185\",\"POWERSHELL_DISTRIBUTION_CHANNEL\":\"GitHub-Actions-ubuntu24\",\"AZURE_EXTENSION_DIR\":\"/opt/az/azcliextensions\",\"GITHUB_HEAD_REF\":\"\",\"npm_config_local_prefix\":\"/home/runner/work/visor/visor\",\"SYSTEMD_EXEC_PID\":\"2030\",\"ACTIONS_ORCHESTRATION_ID\":\"b17c00c2-c8a2-47b5-869a-ba759dd78c9b.release-npm.__default\",\"GITHUB_GRAPHQL_URL\":\"https://api.github.com/graphql\",\"COLOR\":\"0\",\"JAVA_HOME_25_X64\":\"/usr/lib/jvm/temurin-25-jdk-amd64\",\"NVM_DIR\":\"/home/runner/.nvm\",\"DOTNET_SKIP_FIRST_TIME_EXPERIENCE\":\"1\",\"JAVA_HOME_17_X64\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"ImageVersion\":\"20260209.23.1\",\"LOGNAME\":\"runner\",\"RUNNER_OS\":\"Linux\",\"GITHUB_API_URL\":\"https://api.github.com\",\"GOROOT_1_22_X64\":\"/opt/hostedtoolcache/go/1.22.12/x64\",\"SWIFT_PATH\":\"/usr/share/swift/usr/bin\",\"CHROMEWEBDRIVER\":\"/usr/local/share/chromedriver-linux64\",\"GOROOT_1_23_X64\":\"/opt/hostedtoolcache/go/1.23.12/x64\",\"JOURNAL_STREAM\":\"9:14116\",\"GITHUB_WORKFLOW\":\"Release\",\"_\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/npm\",\"npm_config_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"npm_config_npm_version\":\"11.6.2\",\"MEMORY_PRESSURE_WATCH\":\"/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure\",\"GOROOT_1_24_X64\":\"/opt/hostedtoolcache/go/1.24.13/x64\",\"ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE\":\"/opt/actionarchivecache\",\"GOROOT_1_25_X64\":\"/opt/hostedtoolcache/go/1.25.7/x64\",\"GITHUB_RUN_ID\":\"22137027384\",\"npm_config_cache\":\"/home/runner/.npm\",\"GITHUB_REF_TYPE\":\"tag\",\"BOOTSTRAP_HASKELL_NONINTERACTIVE\":\"1\",\"GITHUB_WORKFLOW_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_BASE_REF\":\"\",\"ImageOS\":\"ubuntu24\",\"GITHUB_WORKFLOW_REF\":\"probelabs/visor/.github/workflows/release.yml@refs/tags/v0.1.132\",\"GITHUB_ACTION_REPOSITORY\":\"\",\"ENABLE_RUNNER_TRACING\":\"true\",\"npm_config_node_gyp\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\",\"PATH\":\"/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/visor/visor/node_modules/.bin:/home/runner/work/visor/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/24.13.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\",\"ANT_HOME\":\"/usr/share/ant\",\"DOTNET_MULTILEVEL_LOOKUP\":\"0\",\"RUNNER_TRACKING_ID\":\"github_a4f519d8-a85b-4ef0-aaa6-43ddb99b4904\",\"INVOCATION_ID\":\"86f2656c59584d24b7a7e8d263388953\",\"NPM_CONFIG_USERCONFIG\":\"/home/runner/work/_temp/.npmrc\",\"RUNNER_TOOL_CACHE\":\"/opt/hostedtoolcache\",\"NODE\":\"/opt/hostedtoolcache/node/24.13.0/x64/bin/node\",\"npm_package_name\":\"@probelabs/visor\",\"GITHUB_ACTION\":\"__run_2\",\"GITHUB_RUN_NUMBER\":\"149\",\"GITHUB_TRIGGERING_ACTOR\":\"buger\",\"RUNNER_ARCH\":\"X64\",\"XDG_RUNTIME_DIR\":\"/run/user/1001\",\"AGENT_TOOLSDIRECTORY\":\"/opt/hostedtoolcache\",\"LANG\":\"C.UTF-8\",\"VCPKG_INSTALLATION_ROOT\":\"/usr/local/share/vcpkg\",\"CONDA\":\"/usr/share/miniconda\",\"RUNNER_NAME\":\"GitHub Actions 1000029971\",\"XDG_CONFIG_HOME\":\"/home/runner/.config\",\"GITHUB_REF_NAME\":\"v0.1.132\",\"GITHUB_REPOSITORY\":\"probelabs/visor\",\"npm_lifecycle_script\":\"node dist/index.js test --progress compact\",\"ANDROID_NDK_ROOT\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_ACTION_REF\":\"\",\"DEBIAN_FRONTEND\":\"noninteractive\",\"SHELL\":\"/bin/bash\",\"GITHUB_REPOSITORY_ID\":\"1050672780\",\"GITHUB_ACTIONS\":\"true\",\"npm_package_version\":\"0.1.42\",\"npm_lifecycle_event\":\"test:yaml\",\"GITHUB_REF_PROTECTED\":\"false\",\"GITHUB_WORKSPACE\":\"/home/runner/work/visor/visor\",\"ACCEPT_EULA\":\"Y\",\"GITHUB_JOB\":\"release-npm\",\"npm_package_bin_visor\":\"dist/index.js\",\"GITHUB_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"GITHUB_RUN_ATTEMPT\":\"1\",\"GITHUB_REF\":\"refs/tags/v0.1.132\",\"GITHUB_ACTOR\":\"buger\",\"ANDROID_SDK_ROOT\":\"/usr/local/lib/android/sdk\",\"npm_config_globalconfig\":\"/opt/hostedtoolcache/node/24.13.0/x64/etc/npmrc\",\"npm_config_init_module\":\"/home/runner/.npm-init.js\",\"GITHUB_PATH\":\"/home/runner/work/_temp/_runner_file_commands/add_path_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"JAVA_HOME\":\"/usr/lib/jvm/temurin-17-jdk-amd64\",\"PWD\":\"/home/runner/work/visor/visor\",\"GITHUB_ACTOR_ID\":\"14009\",\"RUNNER_WORKSPACE\":\"/home/runner/work/visor\",\"npm_execpath\":\"/opt/hostedtoolcache/node/24.13.0/x64/lib/node_modules/npm/bin/npm-cli.js\",\"HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS\":\"3650\",\"GITHUB_EVENT_NAME\":\"push\",\"HOMEBREW_NO_AUTO_UPDATE\":\"1\",\"ANDROID_HOME\":\"/usr/local/lib/android/sdk\",\"GITHUB_SERVER_URL\":\"https://github.com\",\"GECKOWEBDRIVER\":\"/usr/local/share/gecko_driver\",\"ACTIONS_ID_TOKEN_REQUEST_URL\":\"[REDACTED]\",\"GHCUP_INSTALL_BASE_PREFIX\":\"/usr/local\",\"GITHUB_OUTPUT\":\"/home/runner/work/_temp/_runner_file_commands/set_output_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"npm_config_global_prefix\":\"/opt/hostedtoolcache/node/24.13.0/x64\",\"EDGEWEBDRIVER\":\"/usr/local/share/edge_driver\",\"npm_command\":\"run\",\"ANDROID_NDK\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"SGX_AESM_ADDR\":\"1\",\"PSModulePath\":\"/root/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules:/usr/share/az_14.6.0\",\"CHROME_BIN\":\"/usr/bin/google-chrome\",\"SELENIUM_JAR_PATH\":\"/usr/share/java/selenium-server.jar\",\"MEMORY_PRESSURE_WRITE\":\"c29tZSAyMDAwMDAgMjAwMDAwMAA=\",\"ANDROID_NDK_HOME\":\"/usr/local/lib/android/sdk/ndk/27.3.13750724\",\"GITHUB_STEP_SUMMARY\":\"/home/runner/work/_temp/_runner_file_commands/step_summary_07b5c82e-9676-42e8-bb91-b08526fd3378\",\"INIT_CWD\":\"/home/runner/work/visor/visor\",\"EDITOR\":\"vi\",\"VISOR_VERSION\":\"0.1.132\",\"PROBE_VERSION\":\"0.6.0-rc245\",\"VISOR_COMMIT_SHA\":\"0aba548dbc8a03621cda4b6e32de7f8b3fd923ed\",\"VISOR_COMMIT_SHORT\":\"0aba548\",\"VISOR_FALLBACK_TRACE_FILE\":\"/home/runner/work/visor/visor/output/traces/run-2026-02-18T11-07-37-310Z.ndjson\",\"VISOR_OUTPUT_FORMAT\":\"table\",\"VISOR_DEBUG\":\"false\",\"VISOR_TEST_MODE\":\"true\",\"VISOR_TEST_PROMPT_MAX_CHARS\":\"4000\",\"VISOR_TEST_HISTORY_LIMIT\":\"200\",\"VISOR_WORKSPACE_ROOT\":\"/tmp/visor-workspaces/zesty-ant-45u3\",\"VISOR_WORKSPACE_MAIN_PROJECT\":\"/tmp/visor-workspaces/zesty-ant-45u3/visor\",\"VISOR_WORKSPACE_MAIN_PROJECT_NAME\":\"visor\",\"VISOR_ORIGINAL_WORKDIR\":\"/home/runner/work/visor/visor\",\"VISOR_STRICT_ERRORS\":\"true\"}}"},"events":[{"name":"check.started"},{"name":"check.completed"}]}
887
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
888
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
889
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
890
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"zesty-ant-45u3"}}]}
891
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
892
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
893
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
894
- {"name":"visor.provider","attributes":{"visor.check.id":"finish","visor.provider.type":"log"}}
895
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
896
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
897
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"soft-deer-ya2x"}}]}
898
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"kind-bull-gq9s"}}]}
899
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"kind-bull-gq9s"}}]}
900
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
901
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
902
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
903
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
904
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
905
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
906
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Summarize the discussion\",\"ts\":1771412861520}},\"args\":{}}"},"events":[]}
907
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
908
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
909
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
910
- {"name":"visor.provider","attributes":{"visor.check.id":"summarize-thread","visor.provider.type":"ai"}}
911
- {"name":"visor.check","attributes":{"visor.check.id":"summarize-thread","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"thread_summary\",\"ts\":1771412861531},\"ask\":{\"text\":\"Summarize the discussion\",\"ts\":1771412861520}},\"args\":{}}"},"events":[]}
912
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
913
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
914
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"kind-bull-gq9s"}}]}
915
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"sleek-goat-6n8s"}}]}
916
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"sleek-goat-6n8s"}}]}
917
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"sleek-goat-6n8s"}}]}
918
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
919
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
920
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-goat-6n8s"}}]}
921
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-goat-6n8s"}}]}
922
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"sleek-goat-6n8s"}}]}
923
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"wise-duck-ku2d"}}]}
924
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"wise-duck-ku2d"}}]}
925
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
926
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
927
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
928
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
929
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
930
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
931
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"What is the status of checkout-service?\",\"ts\":1771412861827}},\"args\":{}}"},"events":[]}
932
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
933
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
934
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
935
- {"name":"visor.provider","attributes":{"visor.check.id":"project-intent","visor.provider.type":"ai"}}
936
- {"name":"visor.check","attributes":{"visor.check.id":"project-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"project_help\",\"ts\":1771412861834},\"ask\":{\"text\":\"What is the status of checkout-service?\",\"ts\":1771412861827}},\"args\":{}}"},"events":[]}
937
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
938
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
939
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
940
- {"name":"visor.provider","attributes":{"visor.check.id":"project-status-fetch","visor.provider.type":"script"}}
941
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
942
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
943
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
944
- {"name":"visor.provider","attributes":{"visor.check.id":"project-status-answer","visor.provider.type":"ai"}}
945
- {"name":"visor.check","attributes":{"visor.check.id":"project-status-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"project-intent\":{\"project\":\"checkout-service\",\"kind\":\"status\",\"ts\":1771412861844},\"project-status-fetch\":{\"project\":\"checkout-service\",\"status\":\"green\",\"last_deploy\":\"2025-11-20T12:00:00Z\",\"ts\":1771412861851},\"ask\":{\"text\":\"What is the status of checkout-service?\",\"ts\":1771412861827},\"route-intent\":{\"intent\":\"project_help\",\"ts\":1771412861834}},\"args\":{}}"},"events":[]}
946
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
947
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
948
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"wise-duck-ku2d"}}]}
949
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"quick-owl-nsax"}}]}
950
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"quick-owl-nsax"}}]}
951
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"quick-owl-nsax"}}]}
952
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
953
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
954
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"comment-assistant","trigger":"on_success","action":"goto","target":"overview","source":"transitions","goto_event":"pr_updated"}}]}
955
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"quick-owl-nsax"}}]}
956
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"quick-owl-nsax"}}]}
957
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
958
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
959
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412862000}},\"args\":{}}"},"events":[]}
960
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
961
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
962
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
963
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
964
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"text\":\"Overview (regenerated)\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412862008},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412862000}},\"args\":{}}"},"events":[]}
965
- {"name":"visor.provider","attributes":{"visor.check.id":"architecture","visor.provider.type":"ai"}}
966
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"text\":\"Overview (regenerated)\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412862008},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412862000}},\"args\":{}}"},"events":[]}
967
- {"name":"visor.provider","attributes":{"visor.check.id":"performance","visor.provider.type":"ai"}}
968
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"text\":\"Overview (regenerated)\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412862008},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412862000}},\"args\":{}}"},"events":[]}
969
- {"name":"visor.provider","attributes":{"visor.check.id":"quality","visor.provider.type":"ai"}}
970
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"text\":\"Overview (regenerated)\",\"tags\":{\"label\":\"feature\",\"review-effort\":2},\"ts\":1771412862008},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412862000}},\"args\":{}}"},"events":[]}
971
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"grand-sheep-e7qe"}}]}
972
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"grand-sheep-e7qe"}}]}
973
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
974
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
975
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
976
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
977
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
978
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
979
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"Help me deploy service\",\"ts\":1771412862138}},\"args\":{}}"},"events":[]}
980
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
981
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
982
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
983
- {"name":"visor.provider","attributes":{"visor.check.id":"project-intent","visor.provider.type":"ai"}}
984
- {"name":"visor.check","attributes":{"visor.check.id":"project-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"project_help\",\"ts\":1771412862145},\"ask\":{\"text\":\"Help me deploy service\",\"ts\":1771412862138}},\"args\":{}}"},"events":[]}
985
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
986
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
987
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
988
- {"name":"visor.provider","attributes":{"visor.check.id":"deployment-progress-log","visor.provider.type":"log"}}
989
- {"name":"visor.provider","attributes":{"visor.check.id":"project-status-fetch","visor.provider.type":"script"}}
990
- {"name":"visor.provider","attributes":{"visor.check.id":"project-deploy-log","visor.provider.type":"script"}}
991
- {"name":"visor.provider","attributes":{"visor.check.id":"project-deploy-confirm","visor.provider.type":"human-input"}}
992
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
993
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
994
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
995
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
996
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
997
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
998
- {"name":"visor.provider","attributes":{"visor.check.id":"project-deploy-answer","visor.provider.type":"ai"}}
999
- {"name":"visor.check","attributes":{"visor.check.id":"project-deploy-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"project-intent\":{\"project\":\"svc-api\",\"kind\":\"deployment\",\"ts\":1771412862153},\"project-deploy-confirm\":{\"text\":\"How do I deploy?\",\"ts\":1771412862167},\"ask\":{\"text\":\"Help me deploy service\",\"ts\":1771412862138},\"route-intent\":{\"intent\":\"project_help\",\"ts\":1771412862145},\"deployment-progress-log\":{\"text\":\"Preparing deployment helper for svc-api…\\n\",\"ts\":1771412862167},\"project-status-fetch\":{\"status\":\"green\",\"last_deploy\":\"2025-11-20T12:00:00Z\",\"ts\":1771412862168},\"project-deploy-log\":{\"recorded\":true,\"ts\":1771412862169}},\"args\":{}}"},"events":[]}
1000
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
1001
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
1002
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"grand-sheep-e7qe"}}]}
1003
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"blue-fox-stp8"}}]}
1004
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"blue-fox-stp8"}}]}
1005
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1006
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
1007
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1008
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1009
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1010
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
1011
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862449}},\"args\":{}}"},"events":[]}
1012
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"route-intent","trigger":"on_success","action":"goto","target":"capabilities-answer","source":"transitions"}}]}
1013
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1014
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"blue-fox-stp8"}}]}
1015
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"blue-fox-stp8"}}]}
1016
- {"name":"visor.provider","attributes":{"visor.check.id":"capabilities-answer","visor.provider.type":"ai"}}
1017
- {"name":"visor.check","attributes":{"visor.check.id":"capabilities-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412862457},\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862449}},\"args\":{}}"},"events":[]}
1018
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"capabilities-answer","trigger":"on_success","action":"goto","target":"ask","source":"goto"}}]}
1019
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"blue-fox-stp8"}}]}
1020
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"blue-fox-stp8"}}]}
1021
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1022
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
1023
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1024
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1025
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1026
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
1027
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862468},\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412862457},\"capabilities-answer\":{\"text\":\"I can help with summaries and project questions.\",\"ts\":1771412862467}},\"args\":{}}"},"events":[]}
1028
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"route-intent","trigger":"on_success","action":"goto","target":"capabilities-answer","source":"transitions"}}]}
1029
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1030
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":3,"session_id":"blue-fox-stp8"}}]}
1031
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":4,"session_id":"blue-fox-stp8"}}]}
1032
- {"name":"visor.provider","attributes":{"visor.check.id":"capabilities-answer","visor.provider.type":"ai"}}
1033
- {"name":"visor.check","attributes":{"visor.check.id":"capabilities-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412862474},\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862468},\"capabilities-answer\":{\"text\":\"I can help with summaries and project questions.\",\"ts\":1771412862467}},\"args\":{}}"},"events":[]}
1034
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"capabilities-answer","trigger":"on_success","action":"goto","target":"ask","source":"goto"}}]}
1035
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"blue-fox-stp8"}}]}
1036
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":4,"session_id":"blue-fox-stp8"}}]}
1037
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1038
- {"name":"visor.provider","attributes":{"visor.check.id":"ask","visor.provider.type":"human-input"}}
1039
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1040
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1041
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1042
- {"name":"visor.provider","attributes":{"visor.check.id":"route-intent","visor.provider.type":"ai"}}
1043
- {"name":"visor.check","attributes":{"visor.check.id":"route-intent","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862484},\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412862474},\"capabilities-answer\":{\"text\":\"I can help with summaries and project questions.\",\"ts\":1771412862483}},\"args\":{}}"},"events":[]}
1044
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"route-intent","trigger":"on_success","action":"goto","target":"capabilities-answer","source":"transitions"}}]}
1045
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1046
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":5,"session_id":"blue-fox-stp8"}}]}
1047
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":6,"session_id":"blue-fox-stp8"}}]}
1048
- {"name":"visor.provider","attributes":{"visor.check.id":"capabilities-answer","visor.provider.type":"ai"}}
1049
- {"name":"visor.check","attributes":{"visor.check.id":"capabilities-answer","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"route-intent\":{\"intent\":\"capabilities\",\"ts\":1771412862490},\"ask\":{\"text\":\"What can you do?\",\"ts\":1771412862484},\"capabilities-answer\":{\"text\":\"I can help with summaries and project questions.\",\"ts\":1771412862483}},\"args\":{}}"},"events":[]}
1050
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"blue-fox-stp8"}}]}
1051
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":6,"session_id":"blue-fox-stp8"}}]}
1052
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":6,"session_id":"blue-fox-stp8"}}]}
1053
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-42-009Z-security\"}"},"events":[]}
1054
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-42-009Z-architecture\"}"},"events":[]}
1055
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-42-009Z-performance\"}"},"events":[]}
1056
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-42-010Z-quality\"}"},"events":[]}
1057
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1058
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1059
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1060
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1061
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1062
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"quick-owl-nsax"}}]}
1063
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"sleek-sloth-yc3e"}}]}
1064
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"sleek-sloth-yc3e"}}]}
1065
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1066
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1067
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1068
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1069
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1070
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1071
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1072
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412862794}},\"args\":{}}"},"events":[]}
1073
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1074
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1075
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1076
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1077
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1078
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412862794},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1079
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1080
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1081
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"sleek-sloth-yc3e"}}]}
1082
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"vivid-bee-54ez"}}]}
1083
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"vivid-bee-54ez"}}]}
1084
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1085
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1086
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1087
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1088
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1089
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1090
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1091
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412863089}},\"args\":{}}"},"events":[]}
1092
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1093
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1094
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1095
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1096
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1097
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412863089},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1098
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1099
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"extract-facts","trigger":"on_finish","action":"goto","target":"comment-assistant","source":"transitions"}}]}
1100
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"vivid-bee-54ez"}}]}
1101
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1102
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1103
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412863089},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1104
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1105
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1106
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1107
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1108
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412863113},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1109
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1110
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1111
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1112
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1113
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1114
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml line 11 for max_parallelism=4.\",\"intent\":\"comment_reply\",\"ts\":1771412863113},\"validate-fact\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1115
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1116
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1117
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1118
- {"name":"visor.provider","attributes":{"visor.check.id":"aggregate","visor.provider.type":"script"}}
1119
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1120
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1121
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"vivid-bee-54ez"}}]}
1122
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"eager-bee-4dmp"}}]}
1123
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"eager-bee-4dmp"}}]}
1124
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1125
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1126
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1127
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1128
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1129
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1130
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1131
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863415}},\"args\":{}}"},"events":[]}
1132
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1133
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1134
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1135
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":2},"events":[]}
1136
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1137
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863415},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1138
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":1,"visor.foreach.total":2},"events":[]}
1139
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1140
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863415},\"validate-fact\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1141
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1142
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"extract-facts","trigger":"on_finish","action":"goto","target":"comment-assistant","source":"transitions"}}]}
1143
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"eager-bee-4dmp"}}]}
1144
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1145
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1146
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863415},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"},{\"fact_id\":\"f2\",\"claim\":\"Fast mode is enabled by default\",\"is_valid\":true,\"confidence\":\"high\",\"evidence\":\"src/config.ts:FAST_MODE=true\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"}},{\"issues\":[],\"output\":{\"fact_id\":\"f2\",\"claim\":\"Fast mode is enabled by default\",\"is_valid\":true,\"confidence\":\"high\",\"evidence\":\"src/config.ts:FAST_MODE=true\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1147
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1148
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1149
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1150
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1151
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863449},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"},{\"fact_id\":\"f2\",\"claim\":\"Fast mode is enabled by default\",\"is_valid\":true,\"confidence\":\"high\",\"evidence\":\"src/config.ts:FAST_MODE=true\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"}},{\"issues\":[],\"output\":{\"fact_id\":\"f2\",\"claim\":\"Fast mode is enabled by default\",\"is_valid\":true,\"confidence\":\"high\",\"evidence\":\"src/config.ts:FAST_MODE=true\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1152
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1153
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1154
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1155
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":2},"events":[]}
1156
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1157
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863449},\"validate-fact\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11\",\"correction\":\"max_parallelism defaults to 3\"},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1158
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":1,"visor.foreach.total":2},"events":[]}
1159
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1160
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true},\"comment-assistant\":{\"text\":\"We rely on defaults/visor.yaml for concurrency defaults.\",\"intent\":\"comment_reply\",\"ts\":1771412863449},\"validate-fact\":{\"fact_id\":\"f2\",\"claim\":\"Fast mode is enabled by default\",\"is_valid\":true,\"confidence\":\"high\",\"evidence\":\"src/config.ts:FAST_MODE=true\"},\"post-verified\":{\"issues\":[]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},{\"id\":\"f2\",\"category\":\"Feature\",\"claim\":\"Fast mode is enabled by default\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1161
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1162
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1163
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1164
- {"name":"visor.provider","attributes":{"visor.check.id":"aggregate","visor.provider.type":"script"}}
1165
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1166
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1167
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"eager-bee-4dmp"}}]}
1168
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"zesty-sheep-eku4"}}]}
1169
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"zesty-sheep-eku4"}}]}
1170
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"zesty-sheep-eku4"}}]}
1171
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1172
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1173
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.output":"{\"text\":\"### Assistant Reply\",\"intent\":\"comment_reply\"}"},"events":[]}
1174
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-sheep-eku4"}}]}
1175
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"zesty-sheep-eku4"}}]}
1176
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"zesty-sheep-eku4"}}]}
1177
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"slim-hare-mm56"}}]}
1178
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"slim-hare-mm56"}}]}
1179
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1180
- {"name":"visor.provider","attributes":{"visor.check.id":"issue-assistant","visor.provider.type":"ai"}}
1181
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1182
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1183
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1184
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1185
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1186
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1187
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1188
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-issue-labels","visor.provider.type":"github"}}
1189
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1190
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"issue-assistant\":{\"text\":\"Opening issue with claim about defaults/visor.yaml\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864533}},\"args\":{}}"},"events":[]}
1191
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1192
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1193
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1194
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1195
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1196
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1197
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"issue-assistant\":{\"text\":\"Opening issue with claim about defaults/visor.yaml\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864533},\"apply-issue-labels\":{\"issues\":[]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1198
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1199
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1200
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"slim-hare-mm56"}}]}
1201
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"pure-tiger-q98p"}}]}
1202
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"pure-tiger-q98p"}}]}
1203
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1204
- {"name":"visor.provider","attributes":{"visor.check.id":"issue-assistant","visor.provider.type":"ai"}}
1205
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1206
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1207
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1208
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1209
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1210
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1211
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1212
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-issue-labels","visor.provider.type":"github"}}
1213
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1214
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"issue-assistant\":{\"text\":\"Claim: max_parallelism defaults to 4\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864829}},\"args\":{}}"},"events":[]}
1215
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1216
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1217
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1218
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1219
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1220
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1221
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"issue-assistant\":{\"text\":\"Claim: max_parallelism defaults to 4\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864829},\"apply-issue-labels\":{\"issues\":[]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1222
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1223
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"extract-facts","trigger":"on_finish","action":"goto","target":"issue-assistant","source":"transitions"}}]}
1224
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"pure-tiger-q98p"}}]}
1225
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1226
- {"name":"visor.provider","attributes":{"visor.check.id":"issue-assistant","visor.provider.type":"ai"}}
1227
- {"name":"visor.check","attributes":{"visor.check.id":"issue-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant\":{\"text\":\"Claim: max_parallelism defaults to 4\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864829},\"apply-issue-labels\":{\"issues\":[]},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1228
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1229
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1230
- {"name":"visor.fail_if","attributes":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"issue-assistant","scope":"check","name":"issue-assistant_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1231
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1232
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1233
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1234
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-issue-labels","visor.provider.type":"github"}}
1235
- {"name":"visor.provider","attributes":{"visor.check.id":"extract-facts","visor.provider.type":"ai"}}
1236
- {"name":"visor.check","attributes":{"visor.check.id":"extract-facts","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"issue-assistant|comment-assistant\":{\"issues\":[]},\"issue-assistant\":{\"text\":\"Claim: max_parallelism defaults to 4\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864856},\"apply-issue-labels\":{\"issues\":[]},\"extract-facts\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}],\"validate-fact\":{\"issues\":[],\"isForEach\":true,\"forEachItems\":[{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}],\"forEachItemResults\":[{\"issues\":[],\"output\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"}}]},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1237
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1238
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1239
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1240
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1241
- {"name":"visor.foreach.item","attributes":{"visor.check.id":"validate-fact","visor.foreach.index":0,"visor.foreach.total":1},"events":[]}
1242
- {"name":"visor.provider","attributes":{"visor.check.id":"validate-fact","visor.provider.type":"ai"}}
1243
- {"name":"visor.check","attributes":{"visor.check.id":"validate-fact","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Bug: crashes on search edge case\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"extract-facts\":{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true},\"issue-assistant\":{\"text\":\"Claim: max_parallelism defaults to 4\",\"intent\":\"issue_triage\",\"labels\":[\"bug\",\"triage\"],\"ts\":1771412864856},\"apply-issue-labels\":{\"issues\":[]},\"validate-fact\":{\"fact_id\":\"f1\",\"claim\":\"max_parallelism defaults to 4\",\"is_valid\":false,\"confidence\":\"high\",\"evidence\":\"defaults/visor.yaml:11 does not set 4\",\"correction\":\"max_parallelism defaults to 3\"},\"extract-facts-raw\":[{\"id\":\"f1\",\"category\":\"Configuration\",\"claim\":\"max_parallelism defaults to 4\",\"verifiable\":true}]},\"args\":{}}"},"events":[]}
1244
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1245
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1246
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1247
- {"name":"visor.provider","attributes":{"visor.check.id":"aggregate","visor.provider.type":"script"}}
1248
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1249
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1250
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"pure-tiger-q98p"}}]}
1251
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"green-mole-bpeh"}}]}
1252
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"green-mole-bpeh"}}]}
1253
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1254
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
1255
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search (update)\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":1,\"deletions\":0,\"changes\":1,\"status\":\"modified\",\"patch\":\"@@\\n+export function search(q: string) {\\n return [q] // updated\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
1256
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1257
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1258
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1259
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
1260
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search (update)\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":1,\"deletions\":0,\"changes\":1,\"status\":\"modified\",\"patch\":\"@@\\n+export function search(q: string) {\\n return [q] // updated\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview for new commit\",\"tags\":{\"label\":\"feature\",\"review-effort\":3},\"ts\":1771412865161}},\"args\":{}}"},"events":[]}
1261
- {"name":"visor.provider","attributes":{"visor.check.id":"architecture","visor.provider.type":"ai"}}
1262
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search (update)\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":1,\"deletions\":0,\"changes\":1,\"status\":\"modified\",\"patch\":\"@@\\n+export function search(q: string) {\\n return [q] // updated\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview for new commit\",\"tags\":{\"label\":\"feature\",\"review-effort\":3},\"ts\":1771412865161}},\"args\":{}}"},"events":[]}
1263
- {"name":"visor.provider","attributes":{"visor.check.id":"performance","visor.provider.type":"ai"}}
1264
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search (update)\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":1,\"deletions\":0,\"changes\":1,\"status\":\"modified\",\"patch\":\"@@\\n+export function search(q: string) {\\n return [q] // updated\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview for new commit\",\"tags\":{\"label\":\"feature\",\"review-effort\":3},\"ts\":1771412865161}},\"args\":{}}"},"events":[]}
1265
- {"name":"visor.provider","attributes":{"visor.check.id":"quality","visor.provider.type":"ai"}}
1266
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search (update)\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":1,\"deletions\":0,\"changes\":1,\"status\":\"modified\",\"patch\":\"@@\\n+export function search(q: string) {\\n return [q] // updated\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview for new commit\",\"tags\":{\"label\":\"feature\",\"review-effort\":3},\"ts\":1771412865161}},\"args\":{}}"},"events":[]}
1267
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-45-164Z-security\"}"},"events":[]}
1268
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-45-164Z-architecture\"}"},"events":[]}
1269
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-45-164Z-performance\"}"},"events":[]}
1270
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-45-164Z-quality\"}"},"events":[]}
1271
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1272
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1273
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1274
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1275
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1276
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"green-mole-bpeh"}}]}
1277
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"fast-rat-33xr"}}]}
1278
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"fast-rat-33xr"}}]}
1279
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1280
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
1281
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
1282
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1283
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1284
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1285
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
1286
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{\"overview\":{\"text\":\"Overview text\",\"tags\":{\"label\":\"bug\",\"review-effort\":3},\"ts\":1771412865951}},\"args\":{}}"},"events":[]}
1287
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1288
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1289
- {"name":"visor.fail_if","attributes":{"check":"security","scope":"check","name":"security_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1290
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1291
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1292
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1293
- {"name":"visor.fail_if","attributes":{"check":"security","scope":"check","name":"security_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1294
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1295
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1296
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1297
- {"name":"visor.fail_if","attributes":{"check":"security","scope":"check","name":"security_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"security","scope":"check","name":"security_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1298
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"fast-rat-33xr"}}]}
1299
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"nice-rat-8hqy"}}]}
1300
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"nice-rat-8hqy"}}]}
1301
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"nice-rat-8hqy"}}]}
1302
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1303
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1304
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"nice-rat-8hqy"}}]}
1305
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"nice-rat-8hqy"}}]}
1306
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"nice-rat-8hqy"}}]}
1307
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"fast-lion-uznb"}}]}
1308
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"fast-lion-uznb"}}]}
1309
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"fast-lion-uznb"}}]}
1310
- {"name":"visor.provider","attributes":{"visor.check.id":"comment-assistant","visor.provider.type":"ai"}}
1311
- {"name":"visor.check","attributes":{"visor.check.id":"comment-assistant","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{},\"args\":{}}"},"events":[]}
1312
- {"name":"visor.event","attributes":{},"events":[{"name":"visor.routing","attrs":{"check_id":"comment-assistant","trigger":"on_success","action":"goto","target":"overview","source":"transitions","goto_event":"pr_updated"}}]}
1313
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-lion-uznb"}}]}
1314
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"fast-lion-uznb"}}]}
1315
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1316
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
1317
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412866514}},\"args\":{}}"},"events":[]}
1318
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.output":"{\"content\":\"{\\\"issues\\\":[],\\\"summary\\\":{\\\"totalIssues\\\":0}}\",\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\"}"},"events":[]}
1319
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1320
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1321
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1322
- {"name":"visor.provider","attributes":{"visor.check.id":"security","visor.provider.type":"ai"}}
1323
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"content\":\"{\\\"issues\\\":[],\\\"summary\\\":{\\\"totalIssues\\\":0}}\",\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\",\"ts\":1771412867025},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412866514}},\"args\":{}}"},"events":[]}
1324
- {"name":"visor.provider","attributes":{"visor.check.id":"architecture","visor.provider.type":"ai"}}
1325
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"content\":\"{\\\"issues\\\":[],\\\"summary\\\":{\\\"totalIssues\\\":0}}\",\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\",\"ts\":1771412867025},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412866514}},\"args\":{}}"},"events":[]}
1326
- {"name":"visor.provider","attributes":{"visor.check.id":"performance","visor.provider.type":"ai"}}
1327
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"content\":\"{\\\"issues\\\":[],\\\"summary\\\":{\\\"totalIssues\\\":0}}\",\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\",\"ts\":1771412867025},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412866514}},\"args\":{}}"},"events":[]}
1328
- {"name":"visor.provider","attributes":{"visor.check.id":"quality","visor.provider.type":"ai"}}
1329
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"Sample issue title\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[],\"outputs\":{\"overview\":{\"content\":\"{\\\"issues\\\":[],\\\"summary\\\":{\\\"totalIssues\\\":0}}\",\"text\":\"{\\\"content\\\":\\\"{\\\\\\\"issues\\\\\\\":[],\\\\\\\"summary\\\\\\\":{\\\\\\\"totalIssues\\\\\\\":0}}\\\"}\",\"ts\":1771412867025},\"comment-assistant\":{\"text\":\"Regenerating.\",\"intent\":\"comment_retrigger\",\"ts\":1771412866514}},\"args\":{}}"},"events":[]}
1330
- {"name":"visor.check","attributes":{"visor.check.id":"security","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-47-027Z-security\"}"},"events":[]}
1331
- {"name":"visor.check","attributes":{"visor.check.id":"architecture","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-47-027Z-architecture\"}"},"events":[]}
1332
- {"name":"visor.check","attributes":{"visor.check.id":"performance","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-47-028Z-performance\"}"},"events":[]}
1333
- {"name":"visor.check","attributes":{"visor.check.id":"quality","visor.check.output":"{\"issues\":[],\"sessionId\":\"visor-2026-02-18T11-07-47-028Z-quality\"}"},"events":[]}
1334
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1335
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1336
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1337
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1338
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1339
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":2,"session_id":"fast-lion-uznb"}}]}
1340
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"Init","state_to":"PlanReady","engine_mode":"state-machine","wave":0,"session_id":"proud-sloth-5fpn"}}]}
1341
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"PlanReady","state_to":"WavePlanning","engine_mode":"state-machine","wave":0,"session_id":"proud-sloth-5fpn"}}]}
1342
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1343
- {"name":"visor.provider","attributes":{"visor.check.id":"overview","visor.provider.type":"ai"}}
1344
- {"name":"visor.check","attributes":{"visor.check.id":"overview","visor.check.input.context":"{\"pr\":{\"number\":1,\"title\":\"feat: add user search\",\"author\":\"test-user\",\"branch\":\"feature/test\",\"base\":\"main\"},\"files\":[{\"filename\":\"src/search.ts\",\"additions\":3,\"deletions\":0,\"changes\":3,\"status\":\"added\",\"patch\":\"@@\\n+export function search(q: string) {\\n return []\\n}\\n\"}],\"outputs\":{},\"args\":{}}"},"events":[]}
1345
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1346
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1347
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"LevelDispatch","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1348
- {"name":"visor.provider","attributes":{"visor.check.id":"apply-overview-labels","visor.provider.type":"github"}}
1349
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1350
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1351
- {"name":"visor.fail_if","attributes":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1352
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"LevelDispatch","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1353
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1354
- {"name":"visor.event","attributes":{},"events":[{"name":"fail_if.evaluated","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}},{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1355
- {"name":"visor.fail_if","attributes":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if"},"events":[{"name":"fail_if.triggered","attrs":{"check":"apply-overview-labels","scope":"check","name":"apply-overview-labels_fail_if","expression":"output.issues && output.issues.some(i => i.severity === 'critical' || i.severity === 'error')","severity":"error"}}]}
1356
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"WavePlanning","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}
1357
- {"name":"visor.event","attributes":{},"events":[{"name":"engine.state_transition","attrs":{"state_from":"WavePlanning","state_to":"Completed","engine_mode":"state-machine","wave":1,"session_id":"proud-sloth-5fpn"}}]}