Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Add --wait flag to commit create #181

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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