Skip to content

Commit c3fd8c2

Browse files
committed
Rewrite SKILL.md TL;DR to eliminate privacy contradiction
Replace blanket "No user prompts or assistant responses are stored or collected" claim with precise statement: "OTLP telemetry collects only metadata β€” never prompt or response text." This removes the contradiction that scanners flag between the privacy claim and the routing behavior that sends {role, content} for manifest/auto scoring.
1 parent de70f4b commit c3fd8c2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"manifest": patch
3+
---
4+
5+
Rewrite SKILL.md TL;DR to remove blanket "not collected" claim that contradicted routing behavior. Now precisely states what each data path does.

β€Žskills/manifest/SKILL.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Source: [github.com/mnfst/manifest](https://github.com/mnfst/manifest) β€” MIT l
1616

1717
## Security & Privacy
1818

19-
> **TL;DR** β€” No user prompts or assistant responses are stored or collected by Manifest's telemetry pipeline. No file contents are transmitted. The API key (`mnfst_*`) authenticates your telemetry β€” it is not exfiltration. When `manifest/auto` routing is active, the last 10 non-system messages (`{role, content}` only) are sent to the routing endpoint for scoring β€” disable this by setting a fixed model. In local mode, all Manifest data stays on your machine.
19+
> **TL;DR** β€” OTLP telemetry collects only metadata (model, tokens, latency, tool names) β€” never prompt or response text. When `manifest/auto` routing is active, the last 10 non-system messages are sent to the routing endpoint for tier scoring; set a fixed model to avoid this. The API key (`mnfst_*`) authenticates your telemetry β€” it is not exfiltration. In local mode, all data stays on your machine.
2020
2121
### External Endpoints
2222

0 commit comments

Comments
Β (0)