@link-assistant/hive-mind 1.29.0 → 1.30.0
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.
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @link-assistant/hive-mind
|
|
2
2
|
|
|
3
|
+
## 1.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ee6233a: Optimize Docker build by using pinned konard/sandbox version as base image
|
|
8
|
+
- Docker image now inherits from `konard/sandbox:1.3.16` (pinned) instead of building from scratch
|
|
9
|
+
- Significantly faster build times (2-3 min vs 10-15+ min) as general-purpose tools are pre-installed
|
|
10
|
+
- Reduced timeout risk since heavy installations (Homebrew, PHP, etc.) are handled by base image
|
|
11
|
+
- Removed `scripts/ubuntu-24-server-install.sh` (functionality now provided by sandbox)
|
|
12
|
+
- User renamed from `sandbox` to `hive` for backward compatibility
|
|
13
|
+
- Sandbox version is pinned to `1.3.16` for stable, reproducible builds (instead of `latest`)
|
|
14
|
+
- Docker image is versioned to match the published npm package version
|
|
15
|
+
- Docker builds are triggered only after npm package availability is confirmed
|
|
16
|
+
|
|
17
|
+
This change implements the separation of concerns described in link-foundation/sandbox#65:
|
|
18
|
+
- sandbox: Universal development environment with all general-purpose tools
|
|
19
|
+
- hive-mind: AI-specific tools (Claude CLI, Playwright MCP, etc.) built on top of sandbox
|
|
20
|
+
|
|
3
21
|
## 1.29.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|