---
description: Commit message and PR conventions for the selected Git repository
alwaysApply: false
---

# Commit Conventions

Use the selected repository as the commit target. In a prepared task, returned
`cwd` and `repository` identify that Git repository; `workspace` is the separate
root for VAWS configuration and Skills. Each business repository has its own
index and commits, so parent Git status does not report its changes.

## VAWS workspace repository

Standard conventional commits:

```
<type>: <summary>
```

Types: `feat`, `fix`, `refactor`, `docs`, `chore`, `test`

## vLLM and vLLM Ascend repositories

Follow the selected checkout's own contribution guidance, including its
`AGENTS.md` when present, for commit format, sign-off requirements and PR titles.
The workspace's conventional-commit format applies to workspace changes.
