MCPcopy
hub / github.com/codeaashu/claude-code / isMultiSessionSpawnEnabled

Function isMultiSessionSpawnEnabled

src/bridge/bridgeMain.ts:96–98  ·  view source on GitHub ↗

* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of tengu_ccr_bridge_multi_environment (multiple envs per host:dir) — * this one enables multiple sessions per environment. * Rollout staged via targeting rules: ants first, then gradual ext

()

Source from the content-addressed store, hash-verified

94 * disk cache for next time.
95 */
96async function isMultiSessionSpawnEnabled(): Promise<boolean> {
97 return checkGate_CACHED_OR_BLOCKING('tengu_ccr_bridge_multi_session')
98}
99
100/**
101 * Returns the threshold for detecting system sleep/wake in the poll loop.

Callers 2

printHelpFunction · 0.85
bridgeMainFunction · 0.85

Calls 1

Tested by

no test coverage detected