From 7e1c13c6c20c702afd52fa52cdef4e520b1c428b Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Thu, 5 Feb 2026 18:01:54 -0500 Subject: [PATCH] MAESTRO: Close stale PR #735 (isolated credentials already fixed in v9.0.15) Co-Authored-By: Claude Opus 4.6 --- Auto Run Docs/PR-Triage/PR-Triage-01.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Auto Run Docs/PR-Triage/PR-Triage-01.md b/Auto Run Docs/PR-Triage/PR-Triage-01.md index 264e0fc6..823047b1 100644 --- a/Auto Run Docs/PR-Triage/PR-Triage-01.md +++ b/Auto Run Docs/PR-Triage/PR-Triage-01.md @@ -17,7 +17,8 @@ These PRs fix issues that have already been resolved in released versions. Close - [x] Close PR #848 (`fix: Kill duplicate observer processes to prevent zombie accumulation` by @influenist) — v9.0.13 addresses zombie observers. Run: `gh pr close 848 --comment "Already addressed in v9.0.13 — zombie observer prevention with idle timeout. Thank you!"` - ✅ Closed 2026-02-05 by Claude-Mem PRs agent -- [ ] Close PR #735 (`fix: strip ANTHROPIC_API_KEY for Claude Code subscribers` by @shyal) — v9.0.15 shipped isolated credentials, sourcing exclusively from ~/.claude-mem/.env. Run: `gh pr close 735 --comment "Already addressed in v9.0.15 — 'Isolated Credentials (#745)' now sources credentials exclusively from ~/.claude-mem/.env with whitelisted env vars. Thank you!"` +- [x] Close PR #735 (`fix: strip ANTHROPIC_API_KEY for Claude Code subscribers` by @shyal) — v9.0.15 shipped isolated credentials, sourcing exclusively from ~/.claude-mem/.env. Run: `gh pr close 735 --comment "Already addressed in v9.0.15 — 'Isolated Credentials (#745)' now sources credentials exclusively from ~/.claude-mem/.env with whitelisted env vars. Thank you!"` + - ✅ Closed 2026-02-05 by Claude-Mem PRs agent - [ ] Close PR #840 (`fix(windows): replace WMIC with PowerShell Start-Process` by @bivlked) — v9.0.2 already replaced WMIC with PowerShell. Run: `gh pr close 840 --comment "Already addressed in v9.0.2 — replaced deprecated WMIC commands with PowerShell Get-Process and Get-CimInstance. Thank you!"`