Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 12, 2025

  • Create comprehensive copilot-instructions.md with validated commands
  • Update linting command from npx next lint to bunx next lint for consistency with Bun-first approach
  • Validate that bunx command works and produces same output
  • Update all three references to next lint command in the instructions

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI and others added 2 commits September 12, 2025 18:21
Co-authored-by: NonSwag <54660361+NonSwag@users.noreply.github.com>
Co-authored-by: NonSwag <54660361+NonSwag@users.noreply.github.com>
Copilot AI changed the title [WIP] ✨ Set up Copilot instructions Add comprehensive Copilot instructions for TheNextLvl documentation site Sep 12, 2025
Copilot AI requested a review from NonSwag September 12, 2025 18:28
Copilot finished work on behalf of NonSwag September 12, 2025 18:28
### Linting and Formatting

- **Format code**: `bun run format` or `npm run format` -- takes ~1 second. Uses Prettier.
- **Lint code**: `npx next lint` -- takes ~3 seconds. NEVER CANCEL. Set timeout to 30+ seconds.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
use "bunx next lint"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to use bunx next lint instead of npx next lint for consistency with the Bun-first approach. Tested both commands and confirmed they work identically, with bunx being slightly faster (~2s vs ~3s). Updated all three references in the instructions. (6759674)

Co-authored-by: NonSwag <54660361+NonSwag@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Sep 12, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Copilot AI requested a review from NonSwag September 12, 2025 18:40
Copilot finished work on behalf of NonSwag September 12, 2025 18:40
@NonSwag NonSwag marked this pull request as ready for review September 12, 2025 18:41
@NonSwag NonSwag merged commit 67a7de8 into main Sep 12, 2025
2 checks passed
@NonSwag NonSwag deleted the copilot/fix-101 branch September 12, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants