git:20260407.84698d9 to git:20260913.56c484f

11 added, 4 removed. Audit A to A.

---
- description: Commit message and PR conventions for scaffold and vllm-ascend submodule
+ description: Commit message and PR conventions for the selected Git repository
alwaysApply: false
---
# Commit Conventions
- ## Scaffold repository (this repo)
+ 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-ascend submodule
+ ## vLLM and vLLM Ascend repositories
- Commits inside `vllm-ascend/` must follow the submodule's own conventions — always read `vllm-ascend/AGENTS.md` for the current commit format, sign-off requirements, and PR title rules.
+ 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.