@link-assistant/hive-mind 1.26.2 → 1.26.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @link-assistant/hive-mind
2
2
 
3
+ ## 1.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 864023d: Add case study and regression test for issue #1389: no `ready to merge` comment when `--auto-restart-until-mergeable` is enabled
8
+
9
+ Documents root cause (checkForExistingComment searching all-time PR history in v1.25.7),
10
+ timeline reconstruction from log b623ee9f, and confirms the fix from issue #1371 (in-memory
11
+ readyToMergeCommentPosted flag) resolves the cross-session notification suppression.
12
+ Adds test-ready-to-merge-cross-session-1389.mjs to prevent regression to the old approach.
13
+
3
14
  ## 1.26.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/hive-mind",
3
- "version": "1.26.2",
3
+ "version": "1.26.3",
4
4
  "description": "AI-powered issue solver and hive mind for collaborative problem solving",
5
5
  "main": "src/hive.mjs",
6
6
  "type": "module",