> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usekyoto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commit

> Break apart larger code changes into smaller, well-documented commits.

When we vibe, we can tend to make many changes across the codebase.
It becomes difficult to manage what files in what order should be committed.
Use Kyoto to commit changes sequentially and with AI-summarized messages.

## Make commits

When you're ready, run `kyoto commit`, review the plan, and confirm to commit the changes sequentially.

```sh theme={null}
kyoto commit
```

You can also provide instructions to guide how Kyoto groups changes and writes commit messages:

```sh theme={null}
kyoto commit "new button and bug fix"
```
