Version Packages - #412
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openspec-ui/cli@0.8.0
Minor Changes
394d426: A workspace lease says who took it, and can be asked about.
The lease records the git identity of the working directory that took it
—
user.email, falling back touser.name. It is attribution, neverauthentication: anybody can set that value to anything, so it is called
"git author" wherever it is shown and nothing is permitted or refused on
the strength of it. A lease taken where no identity is configured is
valid and records none, exactly like every lease written before this.
It is read once where a host starts up, never in the heartbeat — that
renews every five seconds, and the value cannot change during a run.
openspec-ui-cli leaseanswers who holds a workspace without trying tostart a run and reading the refusal, which was the only way to ask
before. It exits
0held or free: the question was answered either way.openspec-ui-cli lease releaseclears a lease only where it canestablish that the holder is gone — the heartbeat is already stale, or
the holder is on this machine and its process is not running, checked
with a signal that delivers nothing. There is deliberately no
--force.A holder that died already self-heals once its heartbeat goes stale; a
holder that is alive still has the workspace open, and taking its lease
would permit a second mutating run against files it is still holding,
which is what the lease exists to prevent. A stuck holder is stopped,
not robbed.
@openspec-ui/core@0.73.0
Minor Changes
394d426: A workspace lease says who took it, and can be asked about.
The lease records the git identity of the working directory that took it
—
user.email, falling back touser.name. It is attribution, neverauthentication: anybody can set that value to anything, so it is called
"git author" wherever it is shown and nothing is permitted or refused on
the strength of it. A lease taken where no identity is configured is
valid and records none, exactly like every lease written before this.
It is read once where a host starts up, never in the heartbeat — that
renews every five seconds, and the value cannot change during a run.
openspec-ui-cli leaseanswers who holds a workspace without trying tostart a run and reading the refusal, which was the only way to ask
before. It exits
0held or free: the question was answered either way.openspec-ui-cli lease releaseclears a lease only where it canestablish that the holder is gone — the heartbeat is already stale, or
the holder is on this machine and its process is not running, checked
with a signal that delivers nothing. There is deliberately no
--force.A holder that died already self-heals once its heartbeat goes stale; a
holder that is alive still has the workspace open, and taking its lease
would permit a second mutating run against files it is still holding,
which is what the lease exists to prevent. A stuck holder is stopped,
not robbed.
openspec-ui-vscode@0.50.2
Patch Changes
394d426: A workspace lease says who took it, and can be asked about.
The lease records the git identity of the working directory that took it
—
user.email, falling back touser.name. It is attribution, neverauthentication: anybody can set that value to anything, so it is called
"git author" wherever it is shown and nothing is permitted or refused on
the strength of it. A lease taken where no identity is configured is
valid and records none, exactly like every lease written before this.
It is read once where a host starts up, never in the heartbeat — that
renews every five seconds, and the value cannot change during a run.
openspec-ui-cli leaseanswers who holds a workspace without trying tostart a run and reading the refusal, which was the only way to ask
before. It exits
0held or free: the question was answered either way.openspec-ui-cli lease releaseclears a lease only where it canestablish that the holder is gone — the heartbeat is already stale, or
the holder is on this machine and its process is not running, checked
with a signal that delivers nothing. There is deliberately no
--force.A holder that died already self-heals once its heartbeat goes stale; a
holder that is alive still has the workspace open, and taking its lease
would permit a second mutating run against files it is still holding,
which is what the lease exists to prevent. A stuck holder is stopped,
not robbed.
Updated dependencies [394d426]
@openspec-ui/server@1.20.7
Patch Changes
@openspec-ui/webui@1.38.4
Patch Changes