From e884dce2409d8b6df4af288cc4f827cbd554ce14 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Thu, 7 May 2026 21:24:50 +0000 Subject: [PATCH] Add CHANGELOG entry for resource removal guard fix (bug #6886) The PR was missing the required changelog documentation under [Unreleased] ### Fixed Signed-off-by: CleverThis --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628c1d4e5..8ca006dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1059,6 +1059,11 @@ iteration` and data corruption under concurrent plan execution. All public subgraph compilation with `actor_ref` fields and Robot Framework integration tests verifying that `subgraph_refs` is correctly populated after compilation. +- **Resource Removal Guard** (#6886): Fixed `agents resource remove` silently deleting + parent resources that still have linked children. The guard now queries + `ResourceLinkModel` (the active DAG link table) instead of the legacy + `ResourceEdgeModel`, so the child-link check correctly blocks deletion. + --- -- 2.52.0