143 docs
Reference

Repo config schema

Top-level fields supported by `.143/config.json`.

Use this page when you need the compact field map rather than a task flow. For examples and recommended defaults, start with the repo config guide.

dependenciesobject
Tool name to version map for supported sandbox-installed dependencies.
bootstrap.commandsstring[]
Setup commands run before normal agent work.
validation.commandsstring[]
Repository-specific checks run during validation.
previewobject
Live preview configuration. See the preview reference for fields.

Constraints

  • The file must be valid JSON.
  • Commands should be deterministic and safe to run in a sandbox.
  • Secret values must not be stored in the file.
  • Paths should be relative to the repository root.

On this page