From 925da0fe99a9e519e01a9c35784e63482827cf33 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 2 Mar 2026 19:43:23 -0800 Subject: [PATCH] Delete changelog/fragments directory --- changelog/fragments/README.md | 13 ------------- changelog/fragments/pr-21208.md | 1 - changelog/fragments/pr-5080.md | 1 - changelog/fragments/pr-5343.md | 1 - 4 files changed, 16 deletions(-) delete mode 100644 changelog/fragments/README.md delete mode 100644 changelog/fragments/pr-21208.md delete mode 100644 changelog/fragments/pr-5080.md delete mode 100644 changelog/fragments/pr-5343.md diff --git a/changelog/fragments/README.md b/changelog/fragments/README.md deleted file mode 100644 index 93bb5b65d70..00000000000 --- a/changelog/fragments/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Changelog Fragments - -Use this directory when a PR should not edit `CHANGELOG.md` directly. - -- One fragment file per PR. -- File name recommendation: `pr-.md`. -- Include at least one line with both `#` and `thanks @`. - -Example: - -```md -- Fix LINE monitor lifecycle wait ownership (#27001) (thanks @alice) -``` diff --git a/changelog/fragments/pr-21208.md b/changelog/fragments/pr-21208.md deleted file mode 100644 index 594b15c313b..00000000000 --- a/changelog/fragments/pr-21208.md +++ /dev/null @@ -1 +0,0 @@ -- Tlon plugin: sync upstream account/settings workflows, restore SSRF-safe media + SSE fetch paths, and improve invite/approval handling reliability. (#21208) (thanks @arthyn) diff --git a/changelog/fragments/pr-5080.md b/changelog/fragments/pr-5080.md deleted file mode 100644 index 62ccadaad4c..00000000000 --- a/changelog/fragments/pr-5080.md +++ /dev/null @@ -1 +0,0 @@ -- Clarify block reply pipeline seen-check parameter naming for maintainability (#5080) (thanks @yassine20011) diff --git a/changelog/fragments/pr-5343.md b/changelog/fragments/pr-5343.md deleted file mode 100644 index 44ffc8321a9..00000000000 --- a/changelog/fragments/pr-5343.md +++ /dev/null @@ -1 +0,0 @@ -- Memory flush: fix usage-threshold gating and transcript fallback paths so flushes run reliably when expected (#5343) (thanks @jarvis-medmatic)