From 60175671eae3c0469cda8ae5be055294968529a0 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Fri, 10 Apr 2026 20:38:58 +0000 Subject: [PATCH] docs(changelog): add project delete deleted_at field entry for PR #6639 Document the ISO-8601 deleted_at timestamp added to agents project delete JSON/YAML output in the changelog entry added for Cycle 12. ISSUES CLOSED: #6314 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d67e2c3..7704ed12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -147,6 +147,11 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). `sandbox_root=.cleveragents/sandbox/`, so LLM file output (`FILE:` blocks) is written to disk during the execute phase. (#4222) +- **`agents project delete` JSON/YAML `deleted_at` field** (#6639): The JSON and + YAML output of `agents project delete` now includes a `deleted_at` ISO-8601 + timestamp in the `deletion_summary` object, making it easier to audit when a + project was removed. + - **Robot Framework TDD Listener Guards** (#5436): Added three guard conditions to the `tdd_expected_fail_listener` `end_test()` function to prevent blindly inverting ALL test failures to passes, which was masking infrastructure errors and causing flaky CI behavior. -- 2.52.0