@vexp/core-darwin-x64 2.7.0 → 3.1.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/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @vexp/core-darwin-x64
2
+
3
+ Platform binary for `darwin-x64`: the vexp core daemon — local index, dependency graph, MCP server — compiled for this platform.
4
+
5
+ **You don't install this package directly.** It is an optional dependency of [`vexp-cli`](https://www.npmjs.com/package/vexp-cli), the local-first context engine for AI coding agents (Claude Code, Cursor, Windsurf, Codex and more). npm selects the right platform package automatically.
6
+
7
+ ```bash
8
+ npm install -g vexp-cli
9
+ ```
10
+
11
+ → [vexp.dev](https://vexp.dev) · [Docs](https://vexp.dev/docs)
package/bin/vexp-core CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vexp/core-darwin-x64",
3
- "version": "2.7.0",
3
+ "version": "3.1.0",
4
4
  "description": "vexp-core binary for macOS x64",
5
5
  "os": [
6
6
  "darwin"