docs(cookbook): revamp debug-traces-from-ide against playbook#662
Open
SuhaniNagpal7 wants to merge 1 commit into
Open
docs(cookbook): revamp debug-traces-from-ide against playbook#662SuhaniNagpal7 wants to merge 1 commit into
SuhaniNagpal7 wants to merge 1 commit into
Conversation
- Frontmatter expanded to kebab-case schema (slug, author, products, frameworks, difficulty, tags, og-image, canonical, last-tested-date, structured last-tested-with, code-repo-url, page-type). - Added "What you'll build" section with 5 concrete artifact bullets. - Rewrote "Why this matters" with the tab-switching incident lead (5 context switches per fix attempt) and the four playbook elements: bad outcome, why standard tooling misses it, which FAGI capability helps, metric that proves the fix. - Added Mermaid loop diagram of the diagnose-fix-verify cycle (ask -> MCP fetches -> IDE patches -> re-ask -> done/loop). - Em dashes purged across body and inline tips. - Troubleshooting table gained "Verify" column. - Replaced "Explore further" reference cards with a 4-item technical next-steps ladder (IDE snippets, triaged-by-mcp label, quarterly OAuth review, Falcon AI fallback). - Added 5 real terminal screenshots after each Step 3 example (find-failing-traces, inspect-span-tree, run-error-analysis, analyze-project-traces, tag-and-annotate) with descriptive alt text covering tool calls, project/trace IDs, and assistant follow-ups.
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.
Summary
Brings
cookbook/mcp/debug-traces-from-ideto the playbook bar:last-tested-with, code-repo-url, page-type).<Mermaid>from docs(cookbook): revamp eval-correction-loop + add Mermaid component #660).Verifycolumn.Em dashes purged across the file.
Depends on
<Mermaid>component that this page now uses. Merge that first.Test plan
pnpm devand visit/docs/cookbook/mcp/debug-traces-from-ide— confirm the Mermaid flowchart renders as a 4-node loop (not raw code).fi-cookbook-assets.s3.ap-south-1.amazonaws.com/mcp/debug-traces-from-ide/.pnpm astro buildpasses.Scope
cookbook/mcp/debug-traces-from-ide.mdx. Other locally modified files (semantic-caching.mdx, docker-compose-quickstart.mdx, async-batch-eval.mdx) are intentionally not in this PR.