Clarify Codex synthesis disclosures

This commit is contained in:
hendrikhuwy-lgtm 2026-04-30 13:03:19 +08:00
parent e5c15092fd
commit 617f7975b2

View file

@ -31,6 +31,14 @@ Codex Vault Agent is an Obsidian desktop plugin for collecting reviewed evidence
Collection runs locally in Obsidian. Codex synthesis is optional and only receives the selected evidence rows, query plan, scope summary, and report type. The plugin does not silently choose vault scope and does not silently edit existing notes.
## Disclosures
- **Account requirement**: Codex synthesis requires a locally installed Codex CLI that is already logged in. Collection, review, and deterministic report compilation work without Codex.
- **Network use**: When Codex synthesis is run, the local Codex CLI may contact the Codex service using the user's existing login. The plugin sends only the reviewed evidence packet, query plan, scope summary, and selected report type to that Codex session.
- **Local process**: On desktop, the plugin starts `codex app-server` from the configured executable path. This is only done when the user clicks **Connect Codex**.
- **No telemetry or ads**: The plugin does not include client-side telemetry, analytics, advertising, or self-update code.
- **No silent edits**: The plugin creates a report note only after explicit user approval and does not silently modify existing notes.
## Getting Started
1. Install or build the plugin.