@ours.network/fleet-codex 0.19.0-nightly.9 → 1.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ours-fleet",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Spawn, configure, and oversee ours-fleet roles from OpenAI Codex.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adapt Framework Solutions Ltd",
|
|
@@ -9,14 +9,7 @@
|
|
|
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": [
|
|
13
|
-
"codex",
|
|
14
|
-
"ours.network",
|
|
15
|
-
"fleet",
|
|
16
|
-
"agents",
|
|
17
|
-
"spawn",
|
|
18
|
-
"oversight"
|
|
19
|
-
],
|
|
12
|
+
"keywords": ["codex", "ours.network", "fleet", "agents", "spawn", "oversight"],
|
|
20
13
|
"skills": "./skills/",
|
|
21
14
|
"interface": {
|
|
22
15
|
"displayName": "ours.network Fleet",
|
|
@@ -24,11 +17,7 @@
|
|
|
24
17
|
"longDescription": "Create temporary or supervised ours-fleet roles, configure Codex models and permissions, and keep spawned agents healthy from inside Codex.",
|
|
25
18
|
"developerName": "Adapt Framework Solutions Ltd",
|
|
26
19
|
"category": "Productivity",
|
|
27
|
-
"capabilities": [
|
|
28
|
-
"Interactive",
|
|
29
|
-
"Read",
|
|
30
|
-
"Write"
|
|
31
|
-
],
|
|
20
|
+
"capabilities": ["Interactive", "Read", "Write"],
|
|
32
21
|
"websiteURL": "https://ours.network",
|
|
33
22
|
"defaultPrompt": [
|
|
34
23
|
"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.
|
|
3
|
+
"version": "1.0.0",
|
|
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,32 +11,13 @@
|
|
|
11
11
|
"url": "git+https://github.com/adapt-toolkit/ours-fleet.git",
|
|
12
12
|
"directory": "integrations/codex/ours-fleet"
|
|
13
13
|
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
|
|
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
|
-
],
|
|
14
|
+
"keywords": ["codex", "openai", "plugin", "fleet", "agents", "spawn", "oversight", "ours.network"],
|
|
15
|
+
"files": [".codex-plugin", "skills", "bin", "README.md", "LICENSE"],
|
|
31
16
|
"bin": {
|
|
32
17
|
"ours-fleet-codex-install": "bin/ours-fleet-codex-install.mjs"
|
|
33
18
|
},
|
|
34
|
-
"engines": {
|
|
35
|
-
|
|
36
|
-
},
|
|
37
|
-
"publishConfig": {
|
|
38
|
-
"access": "public"
|
|
39
|
-
},
|
|
19
|
+
"engines": { "node": ">=20" },
|
|
20
|
+
"publishConfig": { "access": "public" },
|
|
40
21
|
"scripts": {
|
|
41
22
|
"test": "node --test"
|
|
42
23
|
}
|
|
@@ -54,10 +54,16 @@ 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` | `
|
|
58
|
-
| `--approval allow --filesystem read-only` | `
|
|
59
|
-
| `--approval
|
|
60
|
-
| `--approval
|
|
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`.
|
|
61
67
|
|
|
62
68
|
## 3. Choose permissions from the job, not from a default
|
|
63
69
|
|
|
@@ -77,7 +83,7 @@ user authorizes it, then pick:
|
|
|
77
83
|
or get the authorization; do not paper over it with a mode that only hides
|
|
78
84
|
the prompt.
|
|
79
85
|
|
|
80
|
-
Never choose `--filesystem unrestricted`, `--sandbox danger-full-access`, or a
|
|
86
|
+
Never choose an explicit `--filesystem unrestricted`, `--sandbox danger-full-access`, or a
|
|
81
87
|
native `--permission-mode` override without the user asking for it by name and
|
|
82
88
|
understanding what it grants. `harness_options` wins over the neutral block at
|
|
83
89
|
launch, so stating intent in both places and disagreeing is how a role runs on
|