docs(readme): fix code-intelligence Try prompt + add tldr value tables#7
Merged
Merged
Conversation
- code-intelligence Try list led with a rename prompt implying an LSP rename; terraform-ls has no rename provider. Replaced with 5 prompts that map to real ops (findReferences/goToDefinition/hover/degradation), phrased as real developer asks - added a 3-column tldr table (prompt / without plugin / with plugin) under each plugin description so the value is obvious at a glance; the rename story moved into the table where the no-LSP-rename -> safe manual workflow nuance is explained - removed the obsolete marketplace-clash warning blockquote - npx skills block now shows both URLs (agent-plugins installs code-intelligence; terraform-skill from its own repo) - the old block listed only terraform-skill, implying npx could not get code-intelligence
…e server The tldr 'with the plugin' cells describe the LSP tier (findReferences, position-anchored), which needs terraform-ls installed. Add one line so readers know the semantic behavior is server-gated and that the plugin still adds value (honest rg-fallback disclosure) without it. Points to /code-intelligence:doctor.
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.
What
Rename the vpc_id variable...which implies terraform-ls does LSP renames. It does not (no rename provider - it's a guided manual workflow). Replaced with 5 prompts phrased as real developer asks, each mapping to a real op (findReferences / goToDefinition / hover / degradation-honesty).npx skills add .../agent-pluginsdoes (verified).Scope
One file:
README.md. +26 / -8.Verification
npx markdownlint-cli2 README.md- 0 errorsIndependent of PR #6 (separate branch off master).