Skip to content
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this directory should be named something like documentation/blog/2026-01-05-agentic-guardrails-and-controls

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On it!

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion documentation/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ angie:
alex:
name: Alex Rosenzweig
title: Staff Security Engineer
image_url: https://media.licdn.com/dms/image/v2/C5103AQGrOYDDHn8z6g/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1520985744775?e=1749081600&v=beta&t=krNAyF8rFRnInDfEZcO2TlLOHXWKMzt-fJdkgHVfFNs
image_url: https://media.licdn.com/dms/image/v2/C5103AQGrOYDDHn8z6g/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1520985744424?e=2147483647&v=beta&t=YZcHo6Woah-pGNmg1RRUb7aE7B1FcNwOLBXxqojkDqg
page: true
socials:
linkedin: alex-rosenzweig
Expand Down Expand Up @@ -179,3 +179,12 @@ alexhancock:
socials:
linkedin: alexjhancock
github: alexhancock

clinton:
name: Clinton Carpene
title: Staff Security Engineer
image_url: https://avatars.githubusercontent.com/u/244417824?v=4
Copy link

Copilot AI Jan 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub avatar user ID '244417824' appears unusually high for a standard GitHub user ID pattern. GitHub user IDs are typically sequential integers that are much lower in value. Verify this is the correct user ID by checking the GitHub profile directly, as an incorrect ID will result in a broken profile image.

Suggested change
image_url: https://avatars.githubusercontent.com/u/244417824?v=4
image_url: https://github.com/ccarpene-blk.png

Copilot uses AI. Check for mistakes.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our original link works and aligns with the convention of other links

page: true
socials:
linkedin: clinton-carpene-0b5aa839
github: ccarpene-blk
2 changes: 2 additions & 0 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ const config: Config = {
},
blog: {
showReadingTime: true,
readingTime: ({ content, frontMatter, defaultReadingTime }) =>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allows this to be provided (optionally) as metadata on the post

frontMatter.reading_time ?? defaultReadingTime({ content }),
feedOptions: {
type: ["rss", "atom"],
xslt: true,
Expand Down
Loading