[WIP] ✨ Set up Copilot instructions #1189
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create comprehensive GitHub Copilot instructions for the Helpful Information repository.
✅ COMPLETED AND FULLY VALIDATED:
🎯 Key Features of the Instructions:
✅ Firm Directive: Always reference instructions first, fallback to search only when needed
✅ Comprehensive Setup: Node.js v22 installation, npm install, and environment setup with exact commands
✅ Validated Timings: All commands tested with actual execution times:
✅ "NEVER CANCEL" Warnings: Explicit warnings with timeout recommendations for all long-running commands
✅ Dual Development Modes:
data/directory✅ Manual Validation Requirements: Complete user scenario testing including:
✅ CI Compatibility: Exact linting and testing requirements to pass GitHub Actions workflows
✅ Known Issues Documentation: TypeScript and Stencil warnings that are non-blocking
✅ Architecture Overview: Key file locations, data flow, and project structure
📸 Application Successfully Running:
The instructions provide everything needed for a GitHub Copilot coding agent to work effectively in this codebase from a fresh clone. Every command has been exhaustively validated to work correctly with proper timing expectations.
🚀 Ready for use: The
.github/copilot-instructions.mdfile contains all necessary information for any coding agent to successfully build, test, run, and navigate this Angular/Ionic web application.Fixes #1188.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.