Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ kickoff-dedupe.test.ts
File
kickoff-dedupe.test.ts
orchestrate/skills/orchestrate/scripts/__tests__/kickoff-dedupe.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
;
2
import
{ spawnSync } from
"node:child_process"
;
3
4
const
SCRIPTS_DIR =
new
URL(
".."
,
import
.meta.url).pathname;
Callers
nothing calls this directly
Calls
3
findActiveRootPlanner
Function · 0.90
inferKickoffRootSlug
Function · 0.90
spawnKickoff
Function · 0.85
Tested by
no test coverage detected