chore(vibe): Add .vibe config with custom prompt#19155
chore(vibe): Add .vibe config with custom prompt#19155
.vibe config with custom prompt#19155Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| [sessions] | ||
| # Enable session logging for debugging and continuation | ||
| log_sessions = true | ||
| log_dir = "logs" # relative to .vibe |
There was a problem hiding this comment.
Session logs directory not gitignored, may commit sensitive data
Medium Severity
The configuration enables session logging to .vibe/logs/ but this directory is not added to .gitignore. Session logs may contain sensitive development conversations, code snippets, and potentially secrets discussed during coding sessions. Without a gitignore entry, these logs could be accidentally committed and pushed to the repository.
Codecov Results 📊✅ Patch coverage is 100.00%. Project has 14 uncovered lines. Files with missing lines (2)
Generated by Codecov Action |
|
Fair point. I think I'll just keep it locally for now. |


Add config and default custom prompt for the repository.
Docs: https://docs.mistral.ai/mistral-vibe/introduction/configuration
Closes #19156 (added automatically)