@desplega.ai/agent-fs 0.12.2 → 0.13.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.
- package/README.md +7 -5
- package/dist/cli.js +137 -96
- package/dist/fuse-bin.manifest.json +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ agent-fs was built to power the shared filesystem in [agent-swarm](https://githu
|
|
|
31
31
|
|
|
32
32
|
### Install
|
|
33
33
|
|
|
34
|
-
Requires [Bun](https://bun.sh) >= 1.
|
|
34
|
+
Requires [Bun](https://bun.sh) >= 1.4.0.
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
bun add -g @desplega.ai/agent-fs
|
|
@@ -146,11 +146,13 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full development guide.
|
|
|
146
146
|
|
|
147
147
|
## Releasing
|
|
148
148
|
|
|
149
|
-
|
|
150
|
-
2. Commit the version bump
|
|
151
|
-
3. Run `./scripts/release.sh`
|
|
149
|
+
Releases are automatic — a version change landing on `main` tags and publishes.
|
|
152
150
|
|
|
153
|
-
|
|
151
|
+
```bash
|
|
152
|
+
./scripts/release.sh 0.13.0
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
See [RELEASING.md](./RELEASING.md) for the full process, version-sync rules, and recovery steps.
|
|
154
156
|
|
|
155
157
|
## Deploy to Fly.io
|
|
156
158
|
|