Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 17, 2025

Created .github/copilot-instructions.md with comprehensive instructions for GitHub Copilot coding agents working in the text-cleanup repository. The instructions provide everything needed to work effectively with this static HTML/CSS/JavaScript web application.

What's Included

Setup and Development Commands:

  • Exact bootstrap commands (npm install - 2 seconds to install http-server)
  • Multiple development server options (http-server primary, Python alternative)
  • No build step required - static site with immediate changes

Critical Validation Requirements:

  • Mandatory complete user workflow testing after ANY changes
  • Specific test scenarios: text processing, copy functionality, clear functionality
  • Manual browser testing requirements with exact steps

Repository Knowledge:

  • Complete file structure with purpose explanations
  • Code architecture details (vanilla JS, client-side processing only)
  • Deployment information (Vercel, static hosting options)
  • Common debugging scenarios and solutions

Timing Expectations:

  • All operations are near-instantaneous (no build/compilation required)
  • Server startup: ~1 second
  • Application changes: immediate after browser refresh

The instructions follow the imperative tone requirement and start with a firm directive to reference these instructions first before searching or using bash commands. All commands and workflows have been thoroughly validated to ensure they work correctly every time.

Text Cleanup Tool Application

Fixes #4.


💬 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 17, 2025 16:51
Co-authored-by: mopx <12272+mopx@users.noreply.github.com>
…ands and workflows

Co-authored-by: mopx <12272+mopx@users.noreply.github.com>
Copilot AI changed the title [WIP] ✨ Set up Copilot instructions Add comprehensive GitHub Copilot instructions for text-cleanup repository Sep 17, 2025
Copilot AI requested a review from mopx September 17, 2025 16:55
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.

✨ Set up Copilot instructions

2 participants