@elinpf/dsh-ops 0.3.0 → 0.4.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": "@elinpf/dsh-ops",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Single-package deployment unit for the dsh-ops plugin suite: host-plane rows plus the ops agent preset, over the granular @elinpf/dsh-ops-* packages.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,22 +22,23 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@elinpf/dsh-ops-access": "^0.3.0",
26
- "@elinpf/dsh-ops-access-ceph": "^0.3.0",
27
- "@elinpf/dsh-ops-access-gate": "^0.3.0",
28
- "@elinpf/dsh-ops-access-ssh": "^0.3.0",
29
- "@elinpf/dsh-ops-access-prometheus": "^0.3.0",
30
- "@elinpf/dsh-ops-access-ui": "^0.3.0",
31
- "@elinpf/dsh-ops-panel": "^0.3.0",
32
- "@elinpf/dsh-ops-access-k8s": "^0.3.0",
33
- "@elinpf/dsh-ops-prompts": "^0.3.0",
34
- "@elinpf/dsh-ops-tool-ceph": "^0.3.0",
35
- "@elinpf/dsh-ops-tool-environment": "^0.3.0",
36
- "@elinpf/dsh-ops-tool-prometheus": "^0.3.0",
37
- "@elinpf/dsh-ops-tool-ssh": "^0.3.0",
38
- "@elinpf/dsh-ops-tool-trace": "^0.3.0",
39
- "@elinpf/dsh-ops-tool-kubectl": "^0.3.0",
40
- "@elinpf/dsh-ops-trace-ui": "^0.3.0"
25
+ "@elinpf/dsh-ops-access-ceph": "^0.4.0",
26
+ "@elinpf/dsh-ops-access": "^0.4.0",
27
+ "@elinpf/dsh-ops-access-k8s": "^0.4.0",
28
+ "@elinpf/dsh-ops-access-gate": "^0.4.0",
29
+ "@elinpf/dsh-ops-access-prometheus": "^0.4.0",
30
+ "@elinpf/dsh-ops-access-ssh": "^0.4.0",
31
+ "@elinpf/dsh-ops-access-ui": "^0.4.0",
32
+ "@elinpf/dsh-ops-knowledge": "^0.4.0",
33
+ "@elinpf/dsh-ops-panel": "^0.4.0",
34
+ "@elinpf/dsh-ops-prompts": "^0.4.0",
35
+ "@elinpf/dsh-ops-tool-ceph": "^0.4.0",
36
+ "@elinpf/dsh-ops-tool-kubectl": "^0.4.0",
37
+ "@elinpf/dsh-ops-tool-environment": "^0.4.0",
38
+ "@elinpf/dsh-ops-tool-ssh": "^0.4.0",
39
+ "@elinpf/dsh-ops-tool-trace": "^0.4.0",
40
+ "@elinpf/dsh-ops-trace-ui": "^0.4.0",
41
+ "@elinpf/dsh-ops-tool-prometheus": "^0.4.0"
41
42
  },
42
43
  "devDependencies": {
43
44
  "typescript": "^5.4.0"
@@ -255,6 +255,14 @@
255
255
  - id: tool-ops-trace
256
256
  name: '@elinpf/dsh-ops-tool-trace'
257
257
 
258
+ # Troubleshooting knowledge base: knowledge_search / knowledge_record /
259
+ # knowledge_hit tools plus the session-start case-index reminder through
260
+ # opsPrompts (this realm). No config here — the hub address comes from the
261
+ # process env (ACCESS_HUB_URL / ACCESS_HUB_READ_TOKEN, e.g. the systemd
262
+ # unit); without them the plugin no-ops and the tools stay unmounted.
263
+ - id: tool-ops-knowledge
264
+ name: '@elinpf/dsh-ops-knowledge'
265
+
258
266
  # Prompt half of the environment inventory: registers the one-line
259
267
  # methodology section through opsPrompts (this realm). The tool half
260
268
  # sits in ops-access-registry — it needs opsAccess, not opsPrompts.