Skip to content

Commit 7de8a39

Browse files
authored
docs(agents): clarify PR title convention (#753)
1 parent 21e9ba9 commit 7de8a39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.agents/skills/gowdk-pr-body/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Explain the net change and why it belongs in GOWDK.
1212
- Title format: conventional commits as used in this repo's history —
1313
`feat(compiler): ...`, `fix(parser): ...`, `refactor(appgen): ...`,
1414
`docs: ...`, `chore: ...`. Scope is the package or surface, not the file.
15+
Do not add a `[codex]` prefix. For code changes, prefer a scoped title such
16+
as `fix(build): ...`; use unscoped `docs:` or `chore:` only when that matches
17+
the whole PR.
1518
- Body structure: `.github/pull_request_template.md` — Summary, Verification
1619
checklist, and an LLM Assistance section (session summary, human-reviewed
1720
assumptions, follow-up work). Honor it; `.agents/templates/pr-description.md`

0 commit comments

Comments
 (0)