AGPL-3.0-or-later · forever.

the language

env

OS environment variables for THIS subprocess · a key→value map applied over the composed environment. Nothing is inherited — the ambient environment reaches a task only through `permits.env` (spec/01-envelope.md §permits). One of 62 words the served contract declares, projected from workflow.schema.json, the same file your editor validates against.

  • 1surfaceexec
  • optionaleverywherea choice, never a miss
  • objecttypethe declared shape
  • schemathe sourcenever prose

the contract

1 declaration

Descriptions are the schema's own; the deeper invariants (value languages and regexes) ride the same projection. A miss is a nika check finding before anything runs.

exec
objectOS environment variables for THIS subprocess · a key→value map applied over the composed environment. Nothing is inherited — the ambient environment reaches a task only through `permits.env` (spec/01-envelope.md §permits).inside exec:

in a real file

a crafted check-green file
hash.nika.yaml
  artifact:    exec:      shell: "cat report.md | tr -d '\r'"      cwd: "./dist"      env:        LC_ALL: "C"

a verbatim slice, real line numbers from hash.nika.yaml, nika check green; the drift gate re-proves this copy on every test run.

the block it lives in

The whole grammar in one place: the four verbs · the standard library · the spec. Try it in the playground. Read the reference →