From b4e28c74b9bf1a87cb97ff04c5d1505d5c5b2a6a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 6 Jan 2026 20:26:12 +0100 Subject: [PATCH] docs: update PR workflow and changelog for PR #310 --- AGENTS.md | 4 +++- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9b7411e61..0c2e33ee0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,7 +32,9 @@ - Follow concise, action-oriented commit messages (e.g., `CLI: add verbose flag to send`). - Group related changes; avoid bundling unrelated refactors. - PRs should summarize scope, note testing performed, and mention any user-facing changes or new flags. -- When working on a PR: add a changelog entry with the PR ID and thank the contributor. +- PR review flow: when given a PR link, review via `gh pr view`/`gh pr diff` and do **not** change branches. +- PR merge flow: create a temp branch from `main`, merge the PR branch into it, apply fixes, add changelog entry (include PR # + thanks), commit, merge back to `main`, delete the temp branch, and end on `main`. +- When working on a PR: add a changelog entry with the PR number and thank the contributor. - When working on an issue: reference the issue in the changelog entry. - When merging a PR: leave a PR comment that explains exactly what we did. - When merging a PR from a new contributor: add their avatar to the README “Thanks to all clawtributors” thumbnail list. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffabcd70..2c3aa72a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ - TUI: migrate key handling to the updated pi-tui Key matcher API. - TUI: add `/elev` alias for `/elevated`. - Logging: redact sensitive tokens in verbose tool summaries by default (configurable patterns). +- macOS: keep app connection settings local in remote mode to avoid overwriting gateway config. Thanks @ngutman for PR #310. - macOS: prefer gateway config reads/writes in local mode (fall back to disk if the gateway is unavailable). - macOS: local gateway now connects via tailnet IP when bind mode is `tailnet`/`auto`. - macOS: Connections settings now use a custom sidebar to avoid toolbar toggle issues, with rounded styling and full-width row hit targets.