-
Notifications
You must be signed in to change notification settings - Fork 3
Set up custom-instructions.md for NLWebNet repository #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: jongalloway <[email protected]>
|
@copilot There is some verbiage about this not being production code and a learning project. This is intended as production code. The demo app should be simple where possible, but the NuGet package is intended for production use and should follow all best practices. |
Co-authored-by: jongalloway <[email protected]>
Updated the custom-instructions.md to reflect that this is production-ready code. Removed all experimental/proof-of-concept language and reframed the project as a production NuGet package with a simple demo app. Commit: 8e7c3b2 |
|
@copilot One more clarification: the current state is that it's prerelease and not ready. However, the goal of this repo is to create a library that is intended for production use. So any code additions or edits should be production quality, but currently this is an early prerelease that is not production ready. |
…ructions.md Co-authored-by: jongalloway <[email protected]>
Updated the custom-instructions.md to clarify that the library is currently in early alpha prerelease (not yet production ready) while maintaining the goal of creating a production-quality library with high code standards. Commit: 2b470c0 |
Created a comprehensive
custom-instructions.mdfile to provide guidance for AI assistants working with the NLWebNet codebase. This document serves as a reference for understanding the project's architecture, patterns, and development practices.Key Sections Added
Project Context
Architecture Guidance
AddNLWebNet()extension methodsDevelopment Standards
NLWeb Protocol Implementation
AI Assistant Guidance
This documentation will help AI assistants provide more contextually appropriate suggestions and maintain consistency with the project's experimental nature and architectural patterns.
Fixes #10.
💡 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.