Sensorium Command Intent v1¶
Source schema: doc/schemas/sensorium-command-intent.v1.schema.json
Caller-supplied command intent after host policy/model merge. The intent carries argv as data, never a raw shell string.
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-command-intent.v1 |
|
schema/v |
yes |
const: 1 |
|
command/id |
no |
ref: #/$defs/ref |
Optional command identity. The host assigns it when missing and preserves it when present and valid, so terminal-command records keep correlation identity. |
command.profile/ref |
yes |
ref: #/$defs/ref |
|
argv |
yes |
array | |
cwd |
yes |
ref: sensorium-relative-path-address.v1.schema.json |
|
env |
no |
object | |
network |
no |
ref: #/$defs/networkPolicy |
Explicit command-level network policy. The Workbench hard-MVP contract admits only no-egress/local-only policy values; any future egress grant must use a separate capability contract. |
timeout_ms |
no |
integer |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
ref |
string | |
argvAtom |
string | |
networkPolicy |
unspecified | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
sensorium-command-intent.v1
schema/v¶
- Required:
yes - Shape: const:
1
command/id¶
- Required:
no - Shape: ref:
#/$defs/ref
Optional command identity. The host assigns it when missing and preserves it when present and valid, so terminal-command records keep correlation identity.
command.profile/ref¶
- Required:
yes - Shape: ref:
#/$defs/ref
argv¶
- Required:
yes - Shape: array
cwd¶
- Required:
yes - Shape: ref:
sensorium-relative-path-address.v1.schema.json
env¶
- Required:
no - Shape: object
network¶
- Required:
no - Shape: ref:
#/$defs/networkPolicy
Explicit command-level network policy. The Workbench hard-MVP contract admits only no-egress/local-only policy values; any future egress grant must use a separate capability contract.
timeout_ms¶
- Required:
no - Shape: integer
Definition Semantics¶
$defs.ref¶
- Shape: string
$defs.argvAtom¶
- Shape: string
$defs.networkPolicy¶
- Shape: unspecified