@automagik/genie 4.260405.9 → 4.260405.10

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.
@@ -10,7 +10,7 @@
10
10
  "plugins": [
11
11
  {
12
12
  "name": "genie",
13
- "version": "4.260405.9",
13
+ "version": "4.260405.10",
14
14
  "source": "./plugins/genie",
15
15
  "description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, wish them into plans, make with parallel agents, ship as one team. A coding genie that grows with your project."
16
16
  }
package/Makefile CHANGED
@@ -24,10 +24,10 @@ test:
24
24
  check: lint typecheck test
25
25
 
26
26
  tauri:
27
- cd packages/genie-app && bunx tauri build
27
+ cd packages/genie-app && cargo tauri build
28
28
 
29
29
  tauri-dev:
30
- cd packages/genie-app && bunx tauri dev
30
+ cd packages/genie-app && cargo tauri dev
31
31
 
32
32
  clean:
33
33
  rm -rf dist node_modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/genie",
3
- "version": "4.260405.9",
3
+ "version": "4.260405.10",
4
4
  "description": "Collaborative terminal toolkit for human + AI workflows",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genie",
3
- "version": "4.260405.9",
3
+ "version": "4.260405.10",
4
4
  "description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, turn them into wishes, execute with /work, validate with /review, and ship as one team.",
5
5
  "author": {
6
6
  "name": "Namastex Labs"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genie-plugin",
3
- "version": "4.260405.9",
3
+ "version": "4.260405.10",
4
4
  "private": true,
5
5
  "description": "Runtime dependencies for genie bundled CLIs",
6
6
  "type": "module",