-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat: warning when running CLI in home dir #7536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💡 To request a new review, comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9 issues found across 2 files
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.
…allin/home-dir-warning
…; harden tests per cubic feedback
|
Addressed cubic feedback:
All e2e tests for this suite pass locally: npm run test:e2e -w extensions/cli -- -t "Home Directory Warning". Generated by cn |
|
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
CON-3791
Summary by cubic
Adds a TUI warning when the CLI is run from the home directory to nudge users into running cn inside a project folder. Headless mode (-p) is unchanged and never shows the warning.