Skip to content

Commit 9c55afb

Browse files
committed
chore(maint): make PR changelog edits release-only
1 parent 6c88811 commit 9c55afb

9 files changed

Lines changed: 39 additions & 574 deletions

File tree

.agents/skills/openclaw-pr-maintainer/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,10 @@ gh search issues --repo openclaw/openclaw --match title,body --limit 50 \
285285
- Leave a review conversation unresolved only when reviewer or maintainer judgment is still needed.
286286
- Before landing any PR with non-trivial code changes, run `$autoreview` until no accepted/actionable findings remain, unless equivalent manual review already covered it, the change is trivial/docs-only, or the user opts out.
287287
- When landing or merging any PR, follow the global `/landpr` process.
288+
- Do not edit `CHANGELOG.md` for routine PR maintenance, review follow-up, conflict repair, contributor-branch preparation, tests, docs, or feature/fix PR refreshes. Changelog edits are release-managed only and require an explicit release/changelog task.
288289
- Use `scripts/committer "<msg>" <file...>` for scoped commits instead of manual `git add` and `git commit`.
289290
- Keep commit messages concise and action-oriented.
291+
- Do not add assistant, agent, or non-Codex coauthor/credit trailers to commits or public PR comments unless Val explicitly asks for that attribution.
290292
- Group related changes; avoid bundling unrelated refactors.
291293
- Use `.github/pull_request_template.md` for PR submissions and `.github/ISSUE_TEMPLATE/` for issues.
292294
- Do not commit PR-only artifacts such as screenshots under `.github/pr-assets`; attach them to the PR/comment or use an external artifact store instead.

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Skills own workflows; root owns hard policy and routing.
1818
- Missing deps: `pnpm install`, retry once, then report first actionable error.
1919
- CODEOWNERS: maint/refactor/tests ok. Larger behavior/product/security/ownership: owner ask/review.
2020
- Product/docs/UI/changelog wording: "plugin/plugins"; `extensions/` is internal.
21+
- Routine PR maintenance, review follow-up, conflict repair, and contributor-branch preparation must not edit `CHANGELOG.md`; release generation owns changelog edits.
22+
- Do not add assistant, agent, or non-Codex coauthor/credit trailers on OpenClaw PR commits or public PR comments unless Val explicitly asks for that attribution.
2123
- New channel/plugin/app/doc surface: update `.github/labeler.yml` + GH labels.
2224
- New `AGENTS.md`: add sibling `CLAUDE.md` symlink; edit `AGENTS.md` only.
2325

scripts/pr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ source "$script_parent_dir/pr-lib/worktree.sh"
5858
# shellcheck disable=SC1091
5959
source "$script_parent_dir/pr-lib/common.sh"
6060
# shellcheck disable=SC1091
61-
source "$script_parent_dir/pr-lib/changelog.sh"
62-
# shellcheck disable=SC1091
6361
source "$script_parent_dir/pr-lib/gates.sh"
6462
# shellcheck disable=SC1091
6563
source "$script_parent_dir/pr-lib/push.sh"

0 commit comments

Comments
 (0)