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)