de5ce29a9c
The implementation (PR #6639, merged 2026-04-10) produces a simpler output for agents project delete than what the spec described: {"deleted": "local/docs", "success": true, "deleted_at": "..."} The spec previously showed a rich deletion_summary/index_cleanup/backups structure that does not match the actual implementation. Updated to reflect the actual output including the deleted_at timestamp field. Closes #7872