@ours.network/fleet-codex 0.11.4 → 0.18.0-nightly.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ours-fleet",
3
- "version": "0.11.4",
3
+ "version": "0.18.0-nightly.1",
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.4",
3
+ "version": "0.18.0-nightly.1",
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
  }