From 63c9a4550add55de2c89ae31051ab50e239458dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20TEKTA=C5=9E?= Date: Fri, 14 Aug 2026 03:22:19 +0300 Subject: [PATCH] ci: report V2 probe without gating stable --- .github/workflows/v2-host-activation.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/v2-host-activation.yml b/.github/workflows/v2-host-activation.yml index 6b8a1cc..01bf0df 100644 --- a/.github/workflows/v2-host-activation.yml +++ b/.github/workflows/v2-host-activation.yml @@ -47,5 +47,13 @@ jobs: - name: Show OpenCode 2 version run: opencode2 --version - - name: Run real OpenCode 2 activation canary + - name: Run real OpenCode 2 activation probe + id: canary + continue-on-error: true run: node scripts/opencode2-host-canary.mjs + + - name: Report V2 activation outcome + if: always() + env: + V2_ACTIVATION_OUTCOME: ${{ steps.canary.outcome }} + run: node -e "console.log('OpenCode 2 activation probe outcome:', process.env.V2_ACTIVATION_OUTCOME)"