Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ cli-bridge.test.ts
File
cli-bridge.test.ts
apps/opencode-plugin/cli-bridge.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, mock, test } from
"bun:test"
;
2
import
{ mkdtempSync, rmSync, writeFileSync } from
"node:fs"
;
3
import
{ tmpdir } from
"node:os"
;
4
import
path from
"node:path"
;
Callers
nothing calls this directly
Calls
7
buildCliBridgeEnv
Function · 0.90
buildAnnotateCliArgs
Function · 0.90
formatUserFacingCliStderrLine
Function · 0.90
buildCliSpawnConfig
Function · 0.90
getRecentAssistantMessages
Function · 0.90
buildReviewPromptFromBridgeOutcome
Function · 0.90
getReviewDeniedSuffix
Function · 0.90
Tested by
no test coverage detected