epicIntegrationBranch
epicIntegrationBranch(
parentNumber,parentTitle):string
Defined in: src/epic-branch.ts:5
Deterministic integration-branch name for an epic: epic/<parent#>-<slug>.
Pure — recomputed everywhere (spawn base, retire merge target, buildEpic) so
no per-epic branch name needs persisting. A title that slugs to empty degrades
to the bare epic/<parent#>. The slug is bounded so the ref stays a sane length.
Parameters
Section titled “Parameters”parentNumber
Section titled “parentNumber”number
parentTitle
Section titled “parentTitle”string
Returns
Section titled “Returns”string