@octos-org/octos 1.1.0 → 2.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ macOS Intel is not supported (no prebuilt build is published).
33
33
 
34
34
  ```bash
35
35
  # Homebrew
36
- brew install octos-org/tap/octos
36
+ brew install octos-org/octos/octos
37
37
 
38
38
  # Shell installer (sets up octos serve as a service)
39
39
  curl -fsSL https://github.com/octos-org/octos/releases/latest/download/install.sh | bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octos-org/octos",
3
- "version": "1.1.0",
3
+ "version": "2.0.0",
4
4
  "description": "Rust-native, API-first Agentic OS server (octos serve + bundled skills). Installs the prebuilt release bundle.",
5
5
  "homepage": "https://github.com/octos-org/octos",
6
6
  "license": "Apache-2.0",