docs(control): add the audit trail page - #28
Open
bexchauveto wants to merge 4 commits into
Open
Conversation
Documents the agent-native audit trail (write protocol, critical option, stored columns, smart-action capture, HTTP routes, search semantics, and limitations) for both Node.js and Ruby, cross-linked from the existing activity-log page and the agent option references.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…s_record_id Mirrors the caveat already documented in agent-ruby's AUDIT_TRAIL.md so the divergence is discoverable regardless of which agent's docs a reader lands on first.
Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com>
Node's agent now caps a smart action's audited selection at the same 1000 as a bulk update/delete, matching the Ruby agent's identical fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
get-started/control/audit-trail.mdx): enabling it (Node.js and Ruby), options (includingcritical), what's stored, the pending/confirm write protocol, smart-action capture, the History tab, HTTP routes, search semantics, reconstructing a past state, and known limitations.docs.json, under Control alongside Scopes & Visibility and Audit & Activity Logs.get-started/control/audit.mdx(the existing activity-log page).auditTrail/audit_trailoption to the agent option reference tables inreference/agent-api/nodejs.mdxandreference/agent-api/ruby.mdx.Node.js and Ruby agents are documented at feature parity throughout (identity columns,
critical, search, scope-withholding, migration table naming).Test plan
grep -c '```'is even).audit.mdx→audit-trail.mdx, and the#write-protocol/#searchinganchors) to confirm they resolve.Note
Add audit trail documentation to the Control getting started guide
auditTrail/audit_trailoption in the Node.js and Ruby agent API references with links back to the guide.Macroscope summarized c470fa3.