Skip to content

Commit 709e9ff

Browse files
backnotpropclaude
andcommitted
docs: remove redundant encryption note, update Codex description
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3f51dbf commit 709e9ff

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ Plannotator lets you privately share plans, annotations, and feedback with colle
4747
- No accounts, no tracking, no cookies on the share portal
4848
- Fully open source and self-hostable ([see docs](https://plannotator.ai/docs/guides/sharing-and-collaboration/))
4949

50-
> [!NOTE]
51-
> Short links are end-to-end encrypted. A single-use AES-256-GCM key is generated in your browser via the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/generateKey), used to encrypt the plan, and embedded in the URL fragment (`#key=...`). The key never leaves the browser — it is never sent to the paste service or any server. Only someone with the exact URL can decrypt the plan.
52-
5350
## Install
5451

5552
- [Claude Code](#install-for-claude-code)
@@ -139,7 +136,7 @@ curl -fsSL https://plannotator.ai/install.sh | bash
139136
irm https://plannotator.ai/install.ps1 | iex
140137
```
141138

142-
**Then in Codex, run directly:**
139+
**Then in Codex — feedback flows back into the agent loop automatically:**
143140

144141
```
145142
!plannotator review # Code review for current changes

0 commit comments

Comments
 (0)