Version 1
Auto-generated from config struct types and tags.
Config
Config is the root of .agentsmithy.yaml.
| Field | Type | Required | Default | Exclusivity | Description |
|---|---|---|---|---|---|
version | string | yes | — | Config schema version. Must be "1". | |
project | Project | yes | — | Project identity, description, |
Project
Project tells the AI what this codebase is.
| Field | Type | Required | Default | Exclusivity | Description |
|---|---|---|---|---|---|
name | string | yes | — | Human-readable project name. | |
description | string | yes | — | Brief summary of what this project does. Shown alongside the name. |