kit.yaml Reference
Detailed specification for the kit.yaml manifest file used to define Genbase Kits.
kit.yaml Reference
The kit.yaml
file is the manifest for your Genbase Kit. It's a YAML file located at the root of your Kit's directory structure that defines metadata, configuration, capabilities, and resources. Genbase parses this file to understand how to install, configure, and utilize your Kit.
Top-Level Fields
These fields define the fundamental identity and characteristics of the Kit.
Detailed Sections
Validation
Genbase validates the kit.yaml
file when a Kit is installed or uploaded. Ensure your YAML is well-formed and adheres to this specification. Referencing non-existent files (in instructions
, workspace.files
, tools
) will likely cause errors during Module creation or Tool execution.