opencode-goal-plugin 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,9 +23,9 @@ async function readOwner(lockPath) {
23
23
  }
24
24
 
25
25
  /**
26
- * Hold an exclusive workspace lease for the plugin instance lifetime. This
27
- * deliberately rejects a second writer instead of allowing stale full-state
28
- * snapshots to overwrite each other.
26
+ * Hold an exclusive session lease for the plugin instance lifetime. This
27
+ * deliberately rejects a second writer instead of allowing stale snapshots to
28
+ * overwrite the same session's state.
29
29
  */
30
30
  export async function acquirePersistenceLease(
31
31
  stateFilePath,