openpaul
    Preparing search index...

    Type Alias CommandType

    CommandType:
        | "init"
        | "plan"
        | "apply"
        | "unify"
        | "progress"
        | "help"
        | "pause"
        | "resume"
        | "handoff"
        | "status"
        | "milestone"
        | "complete-milestone"
        | "discuss-milestone"
        | "map-codebase"
        | "discuss"
        | "assumptions"
        | "discover"
        | "consider-issues"
        | "research"
        | "research-phase"
        | "verify"
        | "plan-fix"
        | "add-phase"
        | "remove-phase"
        | "flows"
        | "config"

    Command - User command to interact with OpenPAUL

    Commands include:

    • /openpaul:init - Initialize OpenPAUL in project
    • /openpaul:plan - Create executable plan
    • /openpaul:apply - Execute approved plan
    • /openpaul:unify - Close the loop
    • /openpaul:progress - View current status
    • /openpaul:help - Command reference
    • And 20 more commands from roadmap