infiniloom 0.3.0 → 0.3.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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,12 +58,16 @@ infiniloom map /path/to/repo --budget 2000
58
58
  If npm installation fails, you can install via:
59
59
 
60
60
  ```bash
61
- # Cargo (Rust)
62
- cargo install infiniloom
61
+ # Homebrew Cask (macOS - fast, pre-built binary)
62
+ brew tap Topos-Labs/infiniloom
63
+ brew install --cask infiniloom
63
64
 
64
- # Homebrew (macOS/Linux)
65
+ # Homebrew Formula (builds from source)
65
66
  brew tap Topos-Labs/infiniloom
66
67
  brew install infiniloom
68
+
69
+ # Cargo (Rust)
70
+ cargo install infiniloom
67
71
  ```
68
72
 
69
73
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infiniloom",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "High-performance repository context generator for LLMs",
5
5
  "bin": {
6
6
  "infiniloom": "bin/infiniloom"