# Project Guide

## Overview

This project uses the bober agent harness for autonomous development with Claude.

## Getting Started

Check `bober.config.json` for the configured commands and evaluator strategies. Customize them for your stack.

## Conventions

- Write clear, well-typed code.
- Include tests for new functionality.
- Keep changes focused and minimal per sprint.
- Follow the patterns established in the sprint contracts.

## Commands

Update the `commands` section of `bober.config.json` with your project's build, test, lint, and dev commands.
