toplyr-narfur opened a new pull request, #3278: URL: https://github.com/apache/dubbo-go/pull/3278
### Description Adds `llms.txt` following the [llms.txt specification](https://llmstxt.org/) to provide structured project context for AI coding assistants (Claude Code, Cursor, GitHub Copilot, etc.). The file covers: - **Project overview**: Module path, license, website, samples, Go reference - **Core concepts**: Protobuf service definition, Provider/Consumer pattern, Registry, Protocol, Filter, Router, Load Balance, Config Center - **Source directory layout**: All 15+ key source directories with descriptions - **Code examples**: Minimal Provider and Consumer patterns using the Triple protocol - **Extension points**: SPI interfaces for Protocol, Registry, Config Center, Filter, Load Balance, Router - **Protobuf IDL generation**: Code generation tool usage No existing code is modified. This is a pure documentation addition. Fixes: #3276 ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing (static file, no code changes) - [x] I have added tests that prove my fix is effective or that my feature works (N/A - documentation only) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
