refactor: MCP server to address issues and updates to UI Frameworks#563
Draft
refactor: MCP server to address issues and updates to UI Frameworks#563
Conversation
# BREAKING: These component metadata fields are no longer needed as Ignite UI for Angular now renders all floating elements in compound components under the host root using the Popover API. Themes can now be scoped under the parent selector alone.
…ypo recovery Replace naive substring matching in searchComponents with a ranked, token-based search engine that handles order-independent queries (e.g. "linear progress" → progress-linear), framework prefix normalization (igx-/igc-), explicit synonym aliases (toggle → switch), and single-character typo recovery via bounded Levenshtein distance. - Extract search logic into reusable component-search.ts module - Add optional aliases field to ComponentMetadata for true synonyms - Seed aliases for ~15 components (dialog, navdrawer, progress-*, etc.) - Add dedicated unit tests for the search engine in isolation Closes #538
…ports LLM agents sometimes place @use rules mid-file when combining Sass outputs from multiple tool calls, breaking compilation. Add three layers of guidance to prevent this: - Inline comment above @use lines in all generated Sass output - Assembly note after each Sass code block in handler response text - SASS FILE PLACEMENT section in all Sass-generating tool descriptions Centralise guidance text in utils/sass.ts (constants) and descriptions.ts (FRAGMENTS.SASS_FILE_PLACEMENT) for single-source maintenance. Closes #539
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.