@link-assistant/hive-mind 0.51.0 → 0.51.1

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @link-assistant/hive-mind
2
2
 
3
+ ## 0.51.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec08ef4: Fix Rocq installation verification (issue #952)
8
+ - Installation script: Check binary accessibility instead of just package listing
9
+ - Installation script: Use `opam pin add rocq-prover` per official documentation
10
+ - CI workflow: Require Rocq accessibility in container (not optional)
11
+ - CI workflow: Enhanced diagnostics when Rocq verification fails
12
+ - Dockerfile: Add opam environment variables (OPAM_SWITCH_PREFIX, CAML_LD_LIBRARY_PATH, OCAML_TOPLEVEL_PATH)
13
+
14
+ References:
15
+ - Issue: https://github.com/link-assistant/hive-mind/issues/952
16
+ - Rocq docs: https://rocq-prover.org/docs/using-opam
17
+
3
18
  ## 0.51.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@link-assistant/hive-mind",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "description": "AI-powered issue solver and hive mind for collaborative problem solving",
5
5
  "main": "src/hive.mjs",
6
6
  "type": "module",