rulvar API reference / @rulvar/core / childCoveragePrefix
Function: childCoveragePrefix()
ts
function childCoveragePrefix(target): string;Defined in: packages/core/src/journal/disposition.ts:48
The child scope-prefix an abandon over target covers transitively. Agent spawns nest under agent:<seq>; a child workflow's subtree runs under the wf:<name>:<ordinal> scope recorded in its dispatch payload (M6-T06). A child entry without the payload (foreign journals) degrades to the agent:<seq> convention, which covers nothing real and keeps the fold total.
Parameters
| Parameter | Type |
|---|---|
target | JournalEntry |
Returns
string