@ours.network/fleet-claude-code 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ours.network/fleet-claude-code",
3
- "version": "0.19.0-nightly.9",
3
+ "version": "1.0.0",
4
4
  "description": "Claude Code plugin for ours-fleet — spawn and oversee fleet agents from inside a session. Bundles the spawn-ours-agent and oversee-agents skills; the ours-fleet CLI (@ours.network/fleet) does the actual work.",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "author": "Adapt Framework Solutions Ltd",
@@ -10,25 +10,8 @@
10
10
  "url": "git+https://github.com/adapt-toolkit/ours-fleet.git",
11
11
  "directory": "integrations/claude-code"
12
12
  },
13
- "keywords": [
14
- "claude",
15
- "claude-code",
16
- "plugin",
17
- "fleet",
18
- "agents",
19
- "tmux",
20
- "spawn",
21
- "oversight",
22
- "ours"
23
- ],
24
- "files": [
25
- ".claude-plugin",
26
- "skills"
27
- ],
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "engines": {
32
- "node": ">=20"
33
- }
13
+ "keywords": ["claude", "claude-code", "plugin", "fleet", "agents", "tmux", "spawn", "oversight", "ours"],
14
+ "files": [".claude-plugin", "skills"],
15
+ "publishConfig": { "access": "public" },
16
+ "engines": { "node": ">=20" }
34
17
  }
@@ -55,6 +55,7 @@ What this means in practice, on this harness:
55
55
  | --- | --- | --- |
56
56
  | `--approval allow --filesystem workspace` | `bypassPermissions` | yes |
57
57
  | `--approval allow --filesystem read-only` | `bypassPermissions` | no — no `write-state`, no `workspace-edit` |
58
+ | `--approval auto` | `acceptEdits` | no — `read-state` only |
58
59
  | `--approval ask` | Claude's default | no — `read-state` only |
59
60
  | `--approval deny` | `plan` | no — `read-state` only |
60
61
  | `harness_options.permission_mode: dontAsk` | `dontAsk` | no — `read-state`, `status-commands` |