Skip to content

Add Copilot instructions for repository#13

Merged
hotlong merged 3 commits intomainfrom
copilot/configure-copilot-instructions
Jan 9, 2026
Merged

Add Copilot instructions for repository#13
hotlong merged 3 commits intomainfrom
copilot/configure-copilot-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 9, 2026

Configures GitHub Copilot coding agent instructions per best practices to enable better AI-assisted development.

Changes

  • Created .github/copilot-instructions.md with repository-specific guidance:
    • TypeScript monorepo structure using npm workspaces
    • Build/test commands: npm run build, npm run test
    • Package organization: core engine, metadata, drivers (mongo/knex), api, server, ui
    • Testing conventions: Jest with ts-jest, *.test.ts files in test/ directories
    • Architecture constraints: JSON AST queries (not string concat), dual-stack engine support, pluggable drivers

This enables Copilot to understand project structure, follow correct workflows, and maintain code standards when generating pull requests.

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)


💡 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.

Copilot AI and others added 2 commits January 9, 2026 03:44
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for the repository Add Copilot instructions for repository Jan 9, 2026
Copilot AI requested a review from hotlong January 9, 2026 03:46
@hotlong hotlong marked this pull request as ready for review January 9, 2026 04:20
@hotlong hotlong merged commit 134a201 into main Jan 9, 2026
1 check passed
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