openpaul
    Preparing search index...

    Interface CommandContext

    Command Context - Context passed to command handlers

    interface CommandContext {
        currentState: LoopPhase;
        phaseNumber: number;
        projectRoot: string;
    }
    Index

    Properties

    currentState: LoopPhase
    phaseNumber: number
    projectRoot: string