Add repository standards: CODE_OF_CONDUCT, SECURITY policy, and interactive issues#501
Add repository standards: CODE_OF_CONDUCT, SECURITY policy, and interactive issues#501shiva24082 wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d5019aeed
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ## On-Device Privacy Commitment | ||
|
|
||
| FluidVoice operates entirely locally. Your audio recordings, transcripts, and model configurations never leave your machine. |
There was a problem hiding this comment.
Qualify the local-only privacy promise
This blanket statement is inaccurate when users enable the supported cloud AI enhancement path: README.md advertises OpenAI/Groq/custom providers, and the dictation flow folds the transcript into userMessageContent before building an LLMClient.Config with the provider baseURL and sending it as a POST body via URLSession (Sources/Fluid/ContentView.swift lines 1866-1871 and 2007-2020; Sources/Fluid/Services/LLMClient.swift lines 240-264). As written, the security policy tells privacy-sensitive users that transcripts never leave the machine even in a documented opt-in cloud-provider configuration, so it should mirror the README's "unless you opt in" caveat.
Useful? React with 👍 / 👎.
grohith327
left a comment
There was a problem hiding this comment.
Hey @shiva24082 we already have bug report and feature request issue templates. If you feel they are deficient, please open a issue to discuss and open a PR
This Pull Request introduces standard formatting, local privacy guidelines, code of conduct, and interactive issue templates:
CODE_OF_CONDUCT.md): Configures standard Contributor Covenant (v2.1) community guidelines.SECURITY.md): Configures on-device local transcription privacy disclosures and private vulnerability reporting details..editorconfig): Enforces standard spaces and line-endings across Swift code, make/shell files, and markdown documentation..github/ISSUE_TEMPLATE/.Created using the Antigravity GitHub repository analyzer.