@ours.network/fleet-codex 0.11.7 → 0.18.0-nightly.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ours-fleet",
3
- "version": "0.11.7",
3
+ "version": "0.18.0-nightly.2",
4
4
  "description": "Spawn, configure, and oversee ours-fleet roles from OpenAI Codex.",
5
5
  "author": {
6
6
  "name": "Adapt Framework Solutions Ltd",
@@ -9,7 +9,14 @@
9
9
  "homepage": "https://github.com/adapt-toolkit/ours-fleet/tree/main/integrations/codex/ours-fleet",
10
10
  "repository": "https://github.com/adapt-toolkit/ours-fleet",
11
11
  "license": "FSL-1.1-Apache-2.0",
12
- "keywords": ["codex", "ours.network", "fleet", "agents", "spawn", "oversight"],
12
+ "keywords": [
13
+ "codex",
14
+ "ours.network",
15
+ "fleet",
16
+ "agents",
17
+ "spawn",
18
+ "oversight"
19
+ ],
13
20
  "skills": "./skills/",
14
21
  "interface": {
15
22
  "displayName": "ours.network Fleet",
@@ -17,7 +24,11 @@
17
24
  "longDescription": "Create temporary or supervised ours-fleet roles, configure Codex models and permissions, and keep spawned agents healthy from inside Codex.",
18
25
  "developerName": "Adapt Framework Solutions Ltd",
19
26
  "category": "Productivity",
20
- "capabilities": ["Interactive", "Read", "Write"],
27
+ "capabilities": [
28
+ "Interactive",
29
+ "Read",
30
+ "Write"
31
+ ],
21
32
  "websiteURL": "https://ours.network",
22
33
  "defaultPrompt": [
23
34
  "Spawn a new Codex fleet agent for this task.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ours.network/fleet-codex",
3
- "version": "0.11.7",
3
+ "version": "0.18.0-nightly.2",
4
4
  "description": "Native Codex plugin for spawning, configuring, and overseeing ours-fleet agents.",
5
5
  "type": "module",
6
6
  "license": "FSL-1.1-Apache-2.0",
@@ -11,13 +11,32 @@
11
11
  "url": "git+https://github.com/adapt-toolkit/ours-fleet.git",
12
12
  "directory": "integrations/codex/ours-fleet"
13
13
  },
14
- "keywords": ["codex", "openai", "plugin", "fleet", "agents", "spawn", "oversight", "ours.network"],
15
- "files": [".codex-plugin", "skills", "bin", "README.md", "LICENSE"],
14
+ "keywords": [
15
+ "codex",
16
+ "openai",
17
+ "plugin",
18
+ "fleet",
19
+ "agents",
20
+ "spawn",
21
+ "oversight",
22
+ "ours.network"
23
+ ],
24
+ "files": [
25
+ ".codex-plugin",
26
+ "skills",
27
+ "bin",
28
+ "README.md",
29
+ "LICENSE"
30
+ ],
16
31
  "bin": {
17
32
  "ours-fleet-codex-install": "bin/ours-fleet-codex-install.mjs"
18
33
  },
19
- "engines": { "node": ">=20" },
20
- "publishConfig": { "access": "public" },
34
+ "engines": {
35
+ "node": ">=20"
36
+ },
37
+ "publishConfig": {
38
+ "access": "public"
39
+ },
21
40
  "scripts": {
22
41
  "test": "node --test"
23
42
  }
@@ -54,16 +54,10 @@ What this means in practice, on this harness:
54
54
 
55
55
  | Neutral intent | Native settings | Meets the floor? |
56
56
  | --- | --- | --- |
57
- | `--approval allow --filesystem workspace` | ACP: `agent-full-access` / `never` / `danger-full-access`; tmux: `never` / `workspace-write` | yes |
58
- | `--approval allow --filesystem read-only` | ACP: `agent-full-access` / `never` / `danger-full-access`; tmux: `never` / `read-only` | ACP yes; tmux no |
59
- | `--approval auto` | ACP: `agent` / `on-request` / `workspace-write` | no — `read-state` only |
60
- | `--approval ask` or legacy `deny` | conservative prompting mode | no — `read-state` only |
61
-
62
- Codex ACP mode IDs couple approval and filesystem. Neutral `allow` intentionally
63
- selects the yolo/`agent-full-access` preset, widening a neutral `workspace` or
64
- `read-only` filesystem value. Neutral `auto` selects `agent`. An explicit
65
- `--sandbox` override still wins. Use `--isolation-file` as the outer boundary
66
- for an ACP role that needs `allow`.
57
+ | `--approval allow --filesystem workspace` | `approval=never sandbox=workspace-write` | yes |
58
+ | `--approval allow --filesystem read-only` | `approval=never sandbox=read-only` | no no `write-state`, no `workspace-edit` |
59
+ | `--approval ask` | `approval=on-request` | no — `read-state` only |
60
+ | `--approval deny` | `approval=on-request` | no — `read-state` only |
67
61
 
68
62
  ## 3. Choose permissions from the job, not from a default
69
63
 
@@ -83,7 +77,7 @@ user authorizes it, then pick:
83
77
  or get the authorization; do not paper over it with a mode that only hides
84
78
  the prompt.
85
79
 
86
- Never choose an explicit `--filesystem unrestricted`, `--sandbox danger-full-access`, or a
80
+ Never choose `--filesystem unrestricted`, `--sandbox danger-full-access`, or a
87
81
  native `--permission-mode` override without the user asking for it by name and
88
82
  understanding what it grants. `harness_options` wins over the neutral block at
89
83
  launch, so stating intent in both places and disagreeing is how a role runs on