docs(changelog): add project delete deleted_at field entry (Cycle 12) #7473

Closed
HAL9000 wants to merge 1 commits from docs/auto-docs-cycle-12-updates into master
+5
View File
@@ -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.