Sensorium Terminal Event v1¶
Source schema: doc/schemas/sensorium-terminal-event.v1.schema.json
Append-only terminal event emitted by a Workbench PTY/session resource.
Governing Basis¶
Project Lineage¶
Requirements¶
doc/project/50-requirements/requirements-006-node-networking-mvp.mddoc/project/50-requirements/requirements-010-middleware-executor.mddoc/project/50-requirements/requirements-011-dator-arca-contracts.mddoc/project/50-requirements/requirements-014-resource-opinions.md
Stories¶
doc/project/30-stories/story-001-swarm-node-onboarding.mddoc/project/30-stories/story-004-pod-client-onboarding.mddoc/project/30-stories/story-005-whisper-rumor-intake.mddoc/project/30-stories/story-006-buyer-node-components.mddoc/project/30-stories/story-006-voluntary-swarm-exchange.mddoc/project/30-stories/story-007-settlement-capable-node.mddoc/project/30-stories/story-008-cool-site-comment.mddoc/project/30-stories/story-009-bielik-blog-arca.md
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: sensorium-terminal-event.v1 |
|
schema/v |
yes |
const: 1 |
|
terminal.session/ref |
yes |
ref: #/$defs/ref |
|
command/id |
no |
ref: #/$defs/ref |
|
event.seq/no |
yes |
integer | |
event/kind |
yes |
enum: stdout, stderr, status, exit, signal, resize, input-accepted, input-rejected |
|
bytes/sha256 |
no |
string | |
bytes/count |
no |
integer | |
exit/code |
no |
integer | |
status |
no |
enum: running, done, failed, maybe-hung, waiting-for-input, no-progress |
|
observed_at |
yes |
string | |
classification |
yes |
ref: classification.v1.schema.json |
|
capture/ref |
no |
ref: #/$defs/ref |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
ref |
string | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
sensorium-terminal-event.v1
schema/v¶
- Required:
yes - Shape: const:
1
terminal.session/ref¶
- Required:
yes - Shape: ref:
#/$defs/ref
command/id¶
- Required:
no - Shape: ref:
#/$defs/ref
event.seq/no¶
- Required:
yes - Shape: integer
event/kind¶
- Required:
yes - Shape: enum:
stdout,stderr,status,exit,signal,resize,input-accepted,input-rejected
bytes/sha256¶
- Required:
no - Shape: string
bytes/count¶
- Required:
no - Shape: integer
exit/code¶
- Required:
no - Shape: integer
status¶
- Required:
no - Shape: enum:
running,done,failed,maybe-hung,waiting-for-input,no-progress
observed_at¶
- Required:
yes - Shape: string
classification¶
- Required:
yes - Shape: ref:
classification.v1.schema.json
capture/ref¶
- Required:
no - Shape: ref:
#/$defs/ref
Definition Semantics¶
$defs.ref¶
- Shape: string