Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Configures GitHub Copilot coding agent instructions per best practices documentation.

Changes

  • Added .github/copilot-instructions.md documenting:
    • Project architecture (zero-dependency serverless framework for AWS Lambda)
    • Code conventions (ES6+, strict mode, single quotes, ESLint + Prettier)
    • Testing strategy (Jest unit tests, TypeScript type tests via tsd)
    • Build commands (npm test, npm run lint:check, npm run prettier:check)
    • AWS integration patterns (API Gateway v1/v2, ALB support)
    • Key constraints (no external dependencies, serverless-first design, backwards compatibility)

Emphasizes the non-negotiable zero-dependency philosophy and Express.js-like API patterns to guide code suggestions.

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)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: naorpeled <6171622+naorpeled@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure instructions for Copilot in repository Add Copilot instructions for repository Nov 21, 2025
Copilot AI requested a review from naorpeled November 21, 2025 22:08
Copilot finished work on behalf of naorpeled November 21, 2025 22:08
@naorpeled naorpeled marked this pull request as ready for review November 21, 2025 22:24
@naorpeled naorpeled merged commit 317abe6 into main Nov 21, 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