agentworth 0.1.18 → 0.1.19
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.
- package/README.md +0 -2
- package/lib/resolver.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -92,8 +92,6 @@ You can also install the native AgentWorth binary directly:
|
|
|
92
92
|
| Method | Command | Description |
|
|
93
93
|
| :--- | :--- | :--- |
|
|
94
94
|
| **Standalone Script** | `curl -fsSL https://agentworth.dev/install.sh | sh` | Installs the pre-built native binary directly to `~/.local/bin`. |
|
|
95
|
-
| **Homebrew** | `brew install unfoundbox-crew/tap/agentworth` | Installs via official Homebrew tap. |
|
|
96
|
-
| **Cargo (Native)** | `cargo install agentworth-cli` | Compiles and installs `agentworth` and its short alias `archie` to `~/.cargo/bin`. |
|
|
97
95
|
| **NPX (Instant)** | `npx -y agentworth@latest` | Zero-install runner that detects or downloads the native binary. |
|
|
98
96
|
|
|
99
97
|
---
|
package/lib/resolver.js
CHANGED
|
@@ -720,7 +720,6 @@ export function formatMissingBinaryMessage(platformKey = getPlatformKey()) {
|
|
|
720
720
|
' with whichever of these matches how you got here:',
|
|
721
721
|
'',
|
|
722
722
|
' install script curl -fsSL https://agentworth.dev/install.sh | sh',
|
|
723
|
-
' cargo cargo install agentworth-cli',
|
|
724
723
|
' npx npx -y agentworth@latest',
|
|
725
724
|
' release https://github.com/unfoundbox-crew/agentworth/releases/latest',
|
|
726
725
|
' a build you own export AGENTWORTH_BIN=/path/to/archie',
|