Compare commits

...

1 Commits

Author SHA1 Message Date
HAL9000 60175671ea docs(changelog): add project delete deleted_at field entry for PR #6639
CI / push-validation (pull_request) Successful in 17s
CI / helm (pull_request) Successful in 33s
CI / lint (pull_request) Successful in 39s
CI / quality (pull_request) Successful in 50s
CI / typecheck (pull_request) Successful in 51s
CI / e2e_tests (pull_request) Successful in 3m13s
CI / build (pull_request) Successful in 3m19s
CI / security (pull_request) Successful in 4m6s
CI / unit_tests (pull_request) Successful in 5m33s
CI / docker (pull_request) Successful in 1m32s
CI / integration_tests (pull_request) Successful in 7m12s
CI / coverage (pull_request) Successful in 11m53s
CI / status-check (pull_request) Successful in 2s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m10s
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
2026-04-12 19:29:43 +00:00
+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.