Copilot
Copilot
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
This PR adds comprehensive JSDoc documentation to the entire `@nestia/migrate` package following clean documentation standards without example code blocks. ## What was documented ### Core API Classes - **`NestiaMigrateApplication`** -...
This PR adds a comprehensive `CLAUDE.md` documentation file specifically designed for developers using Claude (Anthropic's AI assistant) when working with Nestia. The documentation provides detailed guidance on how Claude can...
This PR adds comprehensive support for MCP (Model Context Protocol) routes to `@nestia/core`, enabling developers to easily expose TypeScript functions as tools that can be called by LLMs through the...
Converts traditional instanceof-with-cast patterns to pattern matching instanceof to address SonarLint rule java:S6201. ## Changes - **467 instanceof conversions across 121 files** in skyve-core, skyve-ext, skyve-web, skyve-tools, and skyve-war modules...
## Description Establishes modern open source project standards for the intellij-erlang repository. No code changes—pure infrastructure and documentation improvements to support community engagement and maintainability. Fixes # (how to improve...
Query parameters added via `Param()` or `Query()` were being reordered alphabetically due to Go map iteration randomness and `url.Values.Encode()` sorting. A GET to `?b=1&a=2` would be sent as `?a=2&b=1`. ##...