We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e9ba9 commit 7de8a39Copy full SHA for 7de8a39
1 file changed
.agents/skills/gowdk-pr-body/SKILL.md
@@ -12,6 +12,9 @@ Explain the net change and why it belongs in GOWDK.
12
- Title format: conventional commits as used in this repo's history —
13
`feat(compiler): ...`, `fix(parser): ...`, `refactor(appgen): ...`,
14
`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.
18
- Body structure: `.github/pull_request_template.md` — Summary, Verification
19
checklist, and an LLM Assistance section (session summary, human-reviewed
20
assumptions, follow-up work). Honor it; `.agents/templates/pr-description.md`
0 commit comments