Files
oh-my-opencode/dist/features/tmux-subagent/decision-engine.d.ts
T
2026-03-14 04:56:50 +00:00

8 lines
596 B
TypeScript

export type { SessionMapping } from "./oldest-agent-pane";
export type { GridCapacity, GridPlan, GridSlot } from "./grid-planning";
export type { SpawnTarget } from "./spawn-target-finder";
export { calculateCapacity, computeGridPlan, mapPaneToSlot, } from "./grid-planning";
export { canSplitPane, canSplitPaneAnyDirection, findMinimalEvictions, getBestSplitDirection, getColumnCount, getColumnWidth, isSplittableAtCount, } from "./pane-split-availability";
export { findSpawnTarget } from "./spawn-target-finder";
export { decideCloseAction, decideSpawnActions } from "./spawn-action-decider";