You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,6 +143,55 @@ PRISM never touches Claude Code. It never modifies your sessions. It reads the J
125
143
126
144
---
127
145
146
+
## Trust & Safety
147
+
148
+
<details>
149
+
<summary><b>Does PRISM send any data anywhere?</b></summary>
150
+
151
+
No. PRISM never makes network calls. All analysis runs locally against files
152
+
already on your machine. No telemetry, no analytics, no external servers.
153
+
</details>
154
+
155
+
<details>
156
+
<summary><b>Can PRISM hurt my Claude Code sessions?</b></summary>
157
+
158
+
No. PRISM is read-only — it never modifies session files. It reads
159
+
`~/.claude/projects/` but never writes to it. Your sessions are completely
160
+
untouched.
161
+
</details>
162
+
163
+
<details>
164
+
<summary><b>Does PRISM modify my CLAUDE.md without asking?</b></summary>
165
+
166
+
Only if you explicitly run `prism advise --apply` and confirm the prompt.
167
+
`prism advise` (without --apply) only prints recommendations — it never
168
+
touches any file.
169
+
</details>
170
+
171
+
<details>
172
+
<summary><b>What data does PRISM read?</b></summary>
173
+
174
+
Only the JSONL session files Claude Code writes to `~/.claude/projects/`
175
+
and your CLAUDE.md files. It reads nothing else. No API keys, no environment
176
+
variables, no network traffic.
177
+
</details>
178
+
179
+
<details>
180
+
<summary><b>Does it work with Claude Code Max / Pro / Team?</b></summary>
181
+
182
+
Yes — PRISM reads local session files which are written by all Claude Code
183
+
subscription tiers. The analysis works identically regardless of your plan.
184
+
</details>
185
+
186
+
<details>
187
+
<summary><b>What are PRISM's dependencies?</b></summary>
188
+
189
+
Four packages: textual, rich, typer, watchdog. All well-maintained,
190
+
widely-used Python libraries. No C extensions, no compiled binaries.
191
+
</details>
192
+
193
+
---
194
+
128
195
## The CLAUDE.md re-read problem
129
196
130
197
Every tool call Claude Code makes re-reads your CLAUDE.md from the top of the context. A 200-line CLAUDE.md × 50 tool calls = 10,000 tokens spent on instructions, per session. If your CLAUDE.md has grown to include personality instructions, full documentation copies, or rules that only apply to one subdirectory — you're paying for all of it every time.
@@ -144,6 +211,9 @@ prism analyze --project ~/myproject # One project only
0 commit comments