Function: isNavigatingBranch()
Makaio Framework / contracts/session / isNavigatingBranch
Function: isNavigatingBranch()
Section titled “Function: isNavigatingBranch()”isNavigatingBranch(
kind):boolean
Defined in: ../../../packages/contracts/src/session/utils/branch-kind.ts:120
Branches that navigate away from parent.
fork: Independent exploration (navigates to new session)compress: Context-reset continuation (navigates to compressed session)rewrite: Edited history navigating to the rewritten versionnull/undefined: Legacy behavior (pre-branchKind era)
Parameters
Section titled “Parameters”"fork" | "branch" | "aside" | "subagent" | "compress" | "rewrite" | "coordinator" | null | undefined
Branch kind to check
Returns
Section titled “Returns”boolean
True if opening the branch navigates away from the parent session