neofoam.framework.initialization.execution.init_result

Result type produced by executing a single InitStep.

class neofoam.framework.initialization.execution.init_result.InitResult(name: str, category: str, value: Any)[source]

Bases: object

Outcome of one InitStep execution.

Carries the step’s name and category alongside the produced value so downstream routing can dispatch on category rather than parsing the name prefix.