kanbn_validate_board
Validate a Kanbn board's structure and content, returning true when valid or a list of parsing errors to fix issues.
Instructions
Validate the board and return true or a list of parsing errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| save | No | Re-save files while validating (default: false) |