Fix resource removal guard to respect linked children #7004
@@ -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.
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user