🤖 Update activity docs to reflect changes in #43437, for #34288#43475
🤖 Update activity docs to reflect changes in #43437, for #34288#43475iansltx wants to merge 1 commit intodocs-v4.84.0from
Conversation
Zed + Sonnet 4.6; prompt: Update audit-logs.md to reflect the new fields introduced in `d3666ab`
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Review Summary by QodoDocument new from_setup_experience field in audit logs
WalkthroughsDescription• Add from_setup_experience field to script execution activity • Add from_setup_experience field to package installation activity • Add from_setup_experience field to app installation activity • Update example JSON payloads for all three activities Diagramflowchart LR
A["Audit Logs Documentation"] -->|Add field| B["script_execution Activity"]
A -->|Add field| C["package_installation Activity"]
A -->|Add field| D["app_installation Activity"]
B -->|Update example| B1["JSON payload"]
C -->|Update example| C1["JSON payload"]
D -->|Update example| D1["JSON payload"]
File Changes1. docs/Contributing/reference/audit-logs.md
|
Code Review by Qodo
|
Zed + Sonnet 4.6; prompt: Update audit-logs.md to reflect the new fields introduced in
d3666ab