From aabb0c3b1991a1b5c22e9717da6eb1b7c7f87f38 Mon Sep 17 00:00:00 2001
From: NiveditJain
Date: Mon, 4 May 2026 11:42:14 -0700
Subject: [PATCH 1/2] [luv-281] docs: drop 'more coming soon' from README CLI
logo strip
Co-Authored-By: Claude Opus 4.7
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index ca904e3c..9037822d 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,6 @@ The easiest way to manage policies that keep your AI agents reliable, on-task, a
-+ more coming soon
> Install hooks for one or any combination: `failproofai policies --install --cli opencode pi gemini` (or `--cli claude codex copilot cursor opencode pi gemini`). Omit `--cli` to auto-detect installed CLIs and prompt. **GitHub Copilot CLI, Cursor Agent, OpenCode, Pi, and Gemini CLI support are in beta — testing is ongoing.**
From c0fc8810053ccd763a8c61fc7872870696521ae7 Mon Sep 17 00:00:00 2001
From: NiveditJain
Date: Mon, 4 May 2026 11:42:35 -0700
Subject: [PATCH 2/2] [luv-281] docs: changelog entry for README cleanup
Co-Authored-By: Claude Opus 4.7
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4aaab8f..03373664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
- Auto-translated MDX: stop the recurring `mintlify validate` parse error in `docs/de/dashboard.mdx` (``) by adding a `sanitizeJsxAttributes` post-processor to the translation pipeline that strips stray ASCII `"` left after typographic-quote pairs (and any unmatched opening typographic quote) in JSX attribute values, and by tightening the translator system prompt to forbid ASCII `"` inside attribute values. Same regression PR #229 fixed by hand — now it can't recur. Includes the immediate file fix on `docs/de/dashboard.mdx`. (#247)
### Docs
+- README: drop the "+ more coming soon" line under the supported-CLIs logo strip; the row of seven logos is the visual itself, the trailing tagline reads as filler (#281).
- README: add Gemini CLI to the supported-CLIs intro line and visual list, with light/dark logo variants (`assets/logos/gemini-light.svg` + `gemini-dark.svg`). Restructure the logo block into two centred `` rows (Claude/Codex/Copilot/Cursor on the first, OpenCode/Pi/Gemini on the second) plus a separate "+ more coming soon" line so the seventh logo doesn't crowd the layout. Update the beta callout to include Gemini CLI alongside Copilot, Cursor, OpenCode, and Pi (#277).
- README: add Pi to the supported-CLIs intro line and visual list, with light/dark logo variants (`assets/logos/pi-light.svg` + `pi-dark.svg`); update beta callout to include Pi alongside Copilot and Cursor (#264).
- README: add Cursor Agent to the supported-CLIs intro line and visual list, with light/dark logo variants (`assets/logos/cursor-light.svg` + `cursor-dark.svg`). Note that GitHub Copilot CLI testing is ongoing in the beta callout (#245).