Skip to content

Add --wait flag to commit create #181

@AlephNotation

Description

@AlephNotation

Feature request

vers run, vers branch, and vers resume all support --wait to block until the operation completes. vers commit create does not, even though the commit may not be immediately usable (e.g., for run-commit or branch).

Suggestion

vers commit create --wait              # block until commit is ready
vers commit create --wait --format json  # return JSON when done

Impact

Without --wait, agents must poll or add arbitrary sleep delays before using a newly created commit. This is particularly relevant for workflows like commit → branch-from-commit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions