Skip to content

Add Copilot instructions for repository#28

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/setup-copilot-instructions-again
Draft

Add Copilot instructions for repository#28
Copilot wants to merge 2 commits into
mainfrom
copilot/setup-copilot-instructions-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 30, 2025

Configures GitHub Copilot coding agent instructions per best practices to provide context-aware suggestions for this repository.

Changes

  • Created .github/copilot-instructions.md with comprehensive repository guidelines:
    • Tech stack: React 18 + TypeScript + Vite (frontend), FastAPI + Python 3.11 (backend), Azure deployment
    • Development commands for local setup, building, and Docker workflows
    • Coding standards: functional React components, PEP 8 for Python, type hints required
    • Architecture patterns: component-based frontend with TailwindCSS slate theme, RESTful API with multi-model support
    • Security: environment variables for Azure OpenAI keys, no hardcoded secrets
    • Common patterns: adding components to /components/*.tsx, configuring AI models in MODELS dictionary
    • Styling guidelines: bg-slate-950 backgrounds, border-slate-800 borders, lucide-react icons

This enables Copilot to generate code consistent with existing patterns and understand the Azure AI orchestration architecture.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Grar00t <239743497+Grar00t@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add Copilot instructions for repository Dec 30, 2025
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