dev-cockpit 0.3.2 → 0.3.3

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.
@@ -218,13 +218,13 @@
218
218
  },
219
219
  "Remediation": {
220
220
  "type": "object",
221
- "required": ["key", "label", "command"],
221
+ "required": ["label", "command"],
222
222
  "properties": {
223
223
  "key": {
224
224
  "type": "string",
225
225
  "minLength": 1,
226
226
  "maxLength": 1,
227
- "description": "Single key character that triggers the remediation in the Health pane."
227
+ "description": "Single key character that triggers the remediation in the Health pane. Optional — when omitted, the row is documentation-only (useful when multiple health entries share the same underlying command and you only want ONE row to be the trigger)."
228
228
  },
229
229
  "label": {
230
230
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-cockpit",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A reusable, domain-neutral terminal UI dev cockpit — tabbed pane shell, watcher streaming, optional Docker log tail with highlights, health framework with one-keystroke remediations, transition-only OS notifications, live-markdown Help. Profiles extend it with project-specific commands, repos, and health checks.",
5
5
  "license": "MIT",
6
6
  "repository": {