@aiwg/cockpit 2026.8.8 → 2026.8.10

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/README.md CHANGED
@@ -13,7 +13,7 @@ supported provider first:
13
13
 
14
14
  ```text
15
15
  Install or repair AIWG for this project by following
16
- https://raw.githubusercontent.com/jmagly/aiwg/main/setup.aiwg.yaml
16
+ https://aiwg.io/setup.aiwg.yaml
17
17
  Explain the plan before changing anything, preserve my existing work, and ask
18
18
  me only for choices you cannot safely determine.
19
19
  ```
@@ -21,8 +21,6 @@ me only for choices you cannot safely determine.
21
21
  ```bash
22
22
  npm i -g aiwg # install the base AIWG CLI
23
23
  aiwg use all --provider <provider>
24
- aiwg index build --all
25
- aiwg regenerate --provider <provider>
26
24
  aiwg use cockpit # install the opt-in Cockpit package, version-locked to AIWG
27
25
  aiwg cockpit # launch the local Bridge + web UI
28
26
  ```
@@ -41,6 +39,22 @@ aiwg cockpit # launch the local Bridge + web UI
41
39
 
42
40
  ## Quick Start
43
41
 
42
+ For the complete Cockpit + Agentic Sandbox path, including a host audit,
43
+ prerequisite installation, runtime-policy choices, repair handling, and
44
+ end-to-end verification, paste this into a supported AI provider:
45
+
46
+ ```text
47
+ Install or repair AIWG Cockpit and Agentic Sandbox by following
48
+ https://aiwg.io/agentic-sandbox/setup.aiwg.yaml
49
+ Install the required prerequisites, explain the plan before changing anything,
50
+ preserve my existing work, and ask me about the isolation, network, storage,
51
+ and access choices you cannot safely determine.
52
+ ```
53
+
54
+ The manifest defaults to local-only Cockpit and executor endpoints and asks
55
+ before enabling remote access, services, privileged runtime prerequisites, or
56
+ custom mounts and network policy.
57
+
44
58
  The recommended path is through the base `aiwg` CLI. It installs Cockpit outside
45
59
  the base package footprint, under `~/.aiwg/cockpit/package`, and pins the Cockpit
46
60
  version to the installed AIWG version.
@@ -48,8 +62,6 @@ version to the installed AIWG version.
48
62
  ```bash
49
63
  npm i -g aiwg
50
64
  aiwg use all --provider <provider>
51
- aiwg index build --all
52
- aiwg regenerate --provider <provider>
53
65
  aiwg use cockpit
54
66
  aiwg cockpit --status
55
67
  aiwg cockpit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwg/cockpit",
3
- "version": "2026.8.8",
3
+ "version": "2026.8.10",
4
4
  "description": "AIWG Cockpit — UX-first control plane over AIWG + multi-stack agentic sessions. Opt-in, separately published; NOT shipped in the base aiwg npm package (guarded by test/smoke/cockpit-base-footprint.test.js).",
5
5
  "type": "module",
6
6
  "license": "MIT",