MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getDynamicTeamContext

Function getDynamicTeamContext

src/utils/teammate.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 * Get the current dynamic team context (for inspection/debugging)
78 */
79export function getDynamicTeamContext(): typeof dynamicTeamContext {
80 return dynamicTeamContext
81}
82
83/**
84 * Returns the agent ID if this session is running as a teammate in a swarm,

Callers 2

useSwarmInitializationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected