arcana-ai 0.1.0 → 0.1.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ npx arcana-ai
7
7
  npm install -g arcana-ai
8
8
  ```
9
9
 
10
- Requires **Bun** runtime. Install from https://bun.sh.
10
+ Zero dependencies — the binary bundles the Bun runtime. Just download and run.
11
11
 
12
12
  ## What's inside
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcana-ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Self-improving AI agent CLI — opencode TUI + skills. Installs the arcana binary.",
5
5
  "bin": {
6
6
  "arcana": "./bin/arcana.js"