commit-conventions · git:20260913.56c484f · 2026-09-13 · sha256 96a24aef939fdd75
commit-conventions git:20260913.56c484fA
Immutable. This exact content is served forever at /api/v1/blob/96a24aef939fdd75.
--- 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.