Skip to content

Sensorium Terminal Command v1

Source schema: doc/schemas/sensorium-terminal-command.v1.schema.json

Structured terminal command intent bound to an existing Workbench terminal session.

Governing Basis

Project Lineage

Requirements

Stories

Fields

Field Required Shape Description
schema yes const: sensorium-terminal-command.v1
schema/v yes const: 1
command/id yes ref: #/$defs/ref
terminal.session/ref yes ref: #/$defs/ref
intent yes ref: sensorium-command-intent.v1.schema.json
normalized-argv/sha256 yes string
idempotency/key yes ref: #/$defs/ref
correlation/id no ref: #/$defs/ref
classification yes ref: classification.v1.schema.json

Definitions

Definition Shape Description
ref string
## Field Semantics

schema

  • Required: yes
  • Shape: const: sensorium-terminal-command.v1

schema/v

  • Required: yes
  • Shape: const: 1

command/id

  • Required: yes
  • Shape: ref: #/$defs/ref

terminal.session/ref

  • Required: yes
  • Shape: ref: #/$defs/ref

intent

  • Required: yes
  • Shape: ref: sensorium-command-intent.v1.schema.json

normalized-argv/sha256

  • Required: yes
  • Shape: string

idempotency/key

  • Required: yes
  • Shape: ref: #/$defs/ref

correlation/id

  • Required: no
  • Shape: ref: #/$defs/ref

classification

  • Required: yes
  • Shape: ref: classification.v1.schema.json

Definition Semantics

$defs.ref

  • Shape: string