docs(changelog): add project delete deleted_at field entry for PR #6639
CI / lint (pull_request) Successful in 29s
CI / push-validation (pull_request) Successful in 25s
CI / build (pull_request) Successful in 27s
CI / typecheck (pull_request) Successful in 55s
CI / helm (pull_request) Successful in 40s
CI / quality (pull_request) Successful in 1m0s
CI / security (pull_request) Successful in 1m10s
CI / e2e_tests (pull_request) Successful in 3m10s
CI / integration_tests (pull_request) Successful in 6m56s
CI / unit_tests (pull_request) Successful in 7m18s
CI / docker (pull_request) Successful in 11s
CI / coverage (pull_request) Successful in 13m26s
CI / status-check (pull_request) Successful in 8s
CI / benchmark-publish (pull_request) Has been cancelled
CI / benchmark-regression (pull_request) Has been cancelled

This commit is contained in:
2026-04-10 20:38:58 +00:00
parent fa44d2455d
commit 00f961a08b
+5
View File
@@ -136,6 +136,11 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Fixed
- **`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.