e2106a76a0
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 18s
CI / lint (pull_request) Successful in 25s
CI / build (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 40s
CI / helm (pull_request) Successful in 41s
CI / security (pull_request) Successful in 57s
CI / typecheck (pull_request) Successful in 1m32s
CI / e2e_tests (pull_request) Successful in 3m13s
CI / integration_tests (pull_request) Successful in 3m58s
CI / unit_tests (pull_request) Successful in 5m5s
CI / docker (pull_request) Successful in 1m19s
CI / coverage (pull_request) Successful in 13m41s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 57m28s
- Change validation attach synopsis from positional [<ARGS>...] to named option [--<key> <value>]... format, matching PR #3837 implementation (Typer Context with allow_extra_args=True; positional key=value rejected) - Update argument description to document hyphen-to-underscore normalization - Update all inline references in Validation Attachment Scopes section and Validation Abstraction section to use named option format - Add deleted_at timestamp field to project delete JSON/YAML output examples, matching PR #6639 implementation Closes #7533