@eeymoo/ai-coding-sync
    Preparing search index...

    Type Alias CliCommandName

    CliCommandName:
        | "init"
        | "sync"
        | "push"
        | "pull"
        | "status"
        | "doctor"
        | "config:get"
        | "config:set"

    CLI command names supported by the application.

    0.1.0