Skip to content

fix: rename workspace runtime lock - #18

Merged
ovaso merged 5 commits into
mainfrom
codex/rename-batchspace-lock
Aug 7, 2026
Merged

fix: rename workspace runtime lock#18
ovaso merged 5 commits into
mainfrom
codex/rename-batchspace-lock

Conversation

@ovaso

@ovaso ovaso commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rename the hidden runtime workspace lock from .workspace.lock to .batchspace.lock.
  • Retain the coordination file after each process exits; closing the file handle releases the OS lock, avoiding delete/recreate races.
  • Add coverage for lock lifecycle and schedule contention; update English and Simplified Chinese docs, automation guidance, and changelogs.

Validation

  • cargo fmt -- --check
  • cargo test --locked
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo build --locked --release
  • cargo test --locked --no-default-features
  • cargo clippy --all-targets --no-default-features -- -D warnings
  • cargo build --locked --release --no-default-features

Risk and rollback

Existing .workspace.lock files are no longer used. New invocations coordinate through .batchspace.lock; deleting either idle lock file is safe, but batch-git intentionally does not remove it automatically.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 760db9bee8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/model.rs
@ovaso
ovaso merged commit 2f20e79 into main Aug 7, 2026
7 checks passed
@ovaso
ovaso deleted the codex/rename-batchspace-lock branch August 7, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant