Base Execution helpers. Process-level defaults are a process-root Execution
under the process namespace — not a second Context state model.
@bitcode/execution-generics Execution primitive
↑
@bitcode/generic-executions process-root + helpers (this package)
↑
product pipelines (synthesize-deposits-asset-packs-pipeline / synthesize-reads-asset-packs-pipeline / settle-asset-pack-pipeline)
import {
initializeProcessRoot,
getProcessRootExecution,
getProcessRootFields,
setProcessRootFields,
endProcessRoot,
prepareProcessRootForPrompt,
serializeProcessRootFields,
type ProcessRootFields,
} from '@bitcode/generic-executions';Failsafe “prepared context” (key selection over Execution for prompts) lives in
@bitcode/generic-generations-failsafes (prepareConciseContext), not here.
There is no @bitcode/context-generics package.