From 33f74c4120b53ba37f58f86fa1d567f8cc868c82 Mon Sep 17 00:00:00 2001 From: arpan Date: Sun, 13 Sep 2026 01:30:35 +0530 Subject: [PATCH 1/2] Home: add the control, observe, analyze band to the how-it-works chapter One headline and three short lines close the how-it-works slide, so the three verbs read once on the home page. The deck stays three slides. --- index.mdx | 8 ++++++++ style.css | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/index.mdx b/index.mdx index d6d67e3..e30e54b 100644 --- a/index.mdx +++ b/index.mdx @@ -65,6 +65,14 @@ import { CommercialTiers } from "/snippets/commercial-tiers.jsx";

Interactive walkthrough: follow one agent action through every check →

+
+

Control, observe, and analyze every action your AI agents take.

+
    +
  • Control. Checked before it runs. Allowed, waiting, or blocked.
  • +
  • Observe. Every attempt recorded, refusals included.
  • +
  • Analyze. Every agent's behaviour, summarized, with the receipts behind it.
  • +
+
diff --git a/style.css b/style.css index 63266fb..a980ba8 100644 --- a/style.css +++ b/style.css @@ -452,6 +452,17 @@ body:has(.cr-subpage) #search-bar-entry-mobile,body:has(.cr-subpage) #assistant- @media (max-width:1000px) { .cr-tiers { grid-template-columns:1fr; } } +/* The three verbs, closing the how-it-works chapter: one line and three short claims, kept + compact so the slide still fits the screen under the diagram. */ +.cr-site .cr-verbs { margin-top:40px; padding-top:28px; border-top:1px solid var(--cr-line); } +.cr-site .cr-verbs h3 { margin:0 0 18px; font-size:clamp(19px,1.6vw,23px); letter-spacing:-.02em; line-height:1.25; } +.cr-site .cr-verbs ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px 28px; } +.cr-site .cr-verbs li { margin:0; font-size:14.5px; line-height:1.6; color:var(--cr-muted); } +.cr-verbs li b { color:var(--cr-ink); font-weight:600; } +@media (max-width:1000px) { + .cr-site .cr-verbs ul { grid-template-columns:1fr; } + .cr-site .cr-verbs { margin-top:32px; } +} .cr-site .cr-surfaces { list-style:none; padding:0; margin:34px 0 0; display:flex; flex-direction:column; gap:20px; } .cr-surfaces li { position:relative; padding-left:16px; font-size:14px; line-height:1.6; color:var(--cr-muted); } .cr-surfaces li::before { content:""; position:absolute; left:0; top:.6em; width:6px; height:6px; border-radius:50%; background:var(--cr-accent); } From e18177c585f754c55df6602f3058e4fb4c75f234 Mon Sep 17 00:00:00 2001 From: arpan Date: Sun, 13 Sep 2026 01:31:06 +0530 Subject: [PATCH 2/2] Home: longer lines for the three verbs --- index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.mdx b/index.mdx index e30e54b..f5e7796 100644 --- a/index.mdx +++ b/index.mdx @@ -68,9 +68,9 @@ import { CommercialTiers } from "/snippets/commercial-tiers.jsx";

Control, observe, and analyze every action your AI agents take.

    -
  • Control. Checked before it runs. Allowed, waiting, or blocked.
  • -
  • Observe. Every attempt recorded, refusals included.
  • -
  • Analyze. Every agent's behaviour, summarized, with the receipts behind it.
  • +
  • Control. Your rules run before the action does. Allowed actions go through, sensitive ones wait for a person, forbidden ones never leave.
  • +
  • Observe. Every attempt, blocked ones included, is recorded as tamper-evident evidence you can export and verify yourself.
  • +
  • Analyze. See what each agent tried, what was allowed, waiting, or blocked, and where its behaviour is drifting. Ask in plain language and get answers backed by the record.