cralph 1.0.0-alpha.6 → 1.0.0-beta.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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,13 +26,11 @@ cralph wraps this into a CLI with config, logging, and TODO tracking.
26
26
  ## Install
27
27
 
28
28
  ```bash
29
- bun add -g cralph
30
- ```
31
-
32
- Or with npm:
29
+ # Install Bun (if not already installed)
30
+ curl -fsSL https://bun.sh/install | bash
33
31
 
34
- ```bash
35
- npm install -g cralph
32
+ # Install cralph
33
+ bun add -g cralph
36
34
  ```
37
35
 
38
36
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cralph",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-beta.0",
4
4
  "description": "Claude in a loop. Point at refs, give it a rule, let it cook.",
5
5
  "author": "mguleryuz",
6
6
  "license": "MIT",