2b0bc485a4
CI / lint (pull_request) Successful in 30s
CI / typecheck (pull_request) Successful in 55s
CI / quality (pull_request) Successful in 52s
CI / security (pull_request) Successful in 1m5s
CI / build (pull_request) Successful in 23s
CI / helm (pull_request) Successful in 34s
CI / push-validation (pull_request) Successful in 20s
CI / e2e_tests (pull_request) Successful in 4m54s
CI / integration_tests (pull_request) Successful in 5m34s
CI / unit_tests (pull_request) Successful in 6m34s
CI / docker (pull_request) Successful in 16s
CI / coverage (pull_request) Successful in 13m26s
CI / status-check (pull_request) Successful in 1s
- Add docs/api/a2a-protocol.md with JSON-RPC 2.0 wire format, facade session lifecycle, event queue publish/subscribe, stdio and HTTP transport modes, extension methods (_cleveragents/ namespace), standard A2A operations, Agent Card discovery, and CLI commands - Add docs/api/guards.md with guard enforcement documentation covering denylist, allowlist, budget caps, tool call limits, write/apply approval gates, AutonomyGuardrailService, budget hierarchy, and GuardrailAuditTrail - Add docs/api/automation-profiles.md with profile resolution precedence (plan > action > project > global), eight built-in profiles, confidence threshold semantics, safety profile sub-model, Python API, and CLI commands - Update mkdocs.yml navigation to include new API docs - Update CHANGELOG.md with documentation entries Refs: #9010