Skip to content

fix(opencode): brand verdict runtime help - #1

Merged
TimothyVang merged 7 commits into
mainfrom
agent/m4-verdict-opencode-runtime
Jul 8, 2026
Merged

fix(opencode): brand verdict runtime help#1
TimothyVang merged 7 commits into
mainfrom
agent/m4-verdict-opencode-runtime

Conversation

@TimothyVang

@TimothyVang TimothyVang commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Issue for this PR

Closes #2

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Brands the installed VERDICT runtime help as verdict/VERDICT while preserving source-mode opencode help snapshots and compatibility interfaces such as OPENCODE_*. It passes npm-style shim invocation names through to the platform runtime, fixes the rebrand script's zero-match idempotence case, and switches the fork test workflow to GitHub-hosted runners so CI is runnable in this repo.

How did you verify your code works?

  • bun test test/cli/display.test.ts test/cli/bin-shim.test.ts
  • bun test test/cli/help/help-snapshots.test.ts
  • bun run typecheck
  • bun run script/build.ts --single --skip-embed-web-ui
  • safe-installed ~/.local/bin/verdict and verified --help, run --help, and auth --help branding
  • VERDICT_BIN=/home/assessor/.local/bin/verdict node packages/caseforge-cli/dist/src/cli.js doctor --route chatgpt-oauth
  • bash scripts/verdict-rebrand.sh; git diff --exit-code -- packages/
  • push hook: bun turbo typecheck passed

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@TimothyVang
TimothyVang force-pushed the agent/m4-verdict-opencode-runtime branch from d322907 to f502e0d Compare July 8, 2026 04:37
@TimothyVang
TimothyVang marked this pull request as ready for review July 8, 2026 07:04
@TimothyVang
TimothyVang merged commit e522027 into main Jul 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Brand verdict runtime command help

1 participant