docs: document pipeline_error_analysis prompt alias in README#678
Draft
cursor[bot] wants to merge 4 commits into
Draft
docs: document pipeline_error_analysis prompt alias in README#678cursor[bot] wants to merge 4 commits into
cursor[bot] wants to merge 4 commits into
Conversation
…lure prompt
ml-infra calls get_prompt("pipeline_error_analysis") but the MCP server
only registered the prompt as "debug-pipeline-failure", causing the lookup
to fail silently. Register the same handler under both names so the
specialized pipeline troubleshooting instructions are actually fetched.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AI-Session-Id: 1d177617-3d9e-4153-986e-34ff001b6bb4
AI-Tool: claude-code
AI-Model: unknown
Verifies the alias appears in listPrompts(), returns identical content via getPrompt(), and correctly interpolates executionId/projectId/URL parameters — matching the coverage pattern from summarize-pipeline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> AI-Session-Id: 1d177617-3d9e-4153-986e-34ff001b6bb4 AI-Tool: claude-code AI-Model: unknown
The alias shared promptConfig with debug-pipeline-failure, causing identical descriptions in listPrompts(). Use a separate description that marks it as an alias while keeping the same handler and content. Co-authored-by: Rohan Gupta <thisrohangupta@users.noreply.github.com>
Add the ml-infra-facing alias to the MCP Prompts table and clarify that the headline prompt count is modules, with aliases listed separately. Co-authored-by: Rohan Gupta <thisrohangupta@users.noreply.github.com>
|
|
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.
Document pipeline_error_analysis prompt alias in README