@ours.network/fleet 0.6.0 → 0.7.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 +16 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,6 +122,17 @@ From inside Claude Code: install the `ours-fleet` plugin (ships in this repo und
122
122
  temp-vs-permanent, co-drafts the bio and persona with you, spawns, and arms
123
123
  oversight.
124
124
 
125
+ From inside Codex, install the native fleet plugin:
126
+
127
+ ```sh
128
+ npm i -g @ours.network/fleet-codex
129
+ ours-fleet-codex-install
130
+ ```
131
+
132
+ Start a new Codex session and say **"spawn an ours agent …"**. The bundled skill
133
+ walks through lifetime, model, sandbox, approval policy, profile, launcher, and
134
+ mail-monitor consent, then verifies the real tmux session and offers oversight.
135
+
125
136
  ## Oversight ("keep an eye")
126
137
 
127
138
  Spawned agents are subagents; their spawner (or any assigned overseer) checks on
@@ -213,11 +224,11 @@ and override individual keys per role.
213
224
 
214
225
  ## Codex roles
215
226
 
216
- Install Codex and the native ours plugin once on the fleet host:
227
+ Install Codex, the native ours plugin, and the fleet skills once on the fleet host:
217
228
 
218
229
  ```sh
219
- npm i -g @ours.network/codex
220
- ours-codex-install
230
+ npm i -g @ours.network/fleet-codex
231
+ ours-fleet-codex-install
221
232
  ours-fleet doctor --harness codex
222
233
  ```
223
234
 
@@ -319,7 +330,8 @@ cleanly as long as each role has its own `cwd` (the common case); two roles
319
330
  sharing an identical `cwd` could have their resumes cross — give them distinct
320
331
  working directories if that matters. MCP and monitor wiring is provided by
321
332
  [`@ours.network/codex`](https://github.com/adapt-toolkit/ours-mcp/tree/main/packages/codex);
322
- `ours-fleet doctor --harness codex` verifies the CLI, plugin, and enhanced launcher/fallback.
333
+ the native spawn/oversight skills are provided by `@ours.network/fleet-codex`.
334
+ `ours-fleet doctor --harness codex` verifies the CLI, ours plugin, and enhanced launcher/fallback.
323
335
 
324
336
  ## Learn more
325
337
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ours.network/fleet",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Harness-agnostic fleet of persistent, identity-bound AI agents. Declarative fleet.yaml, tmux consoles, systemd/launchd supervision, ours.network messaging.",
5
5
  "type": "module",
6
6
  "license": "FSL-1.1-Apache-2.0",