docs(smart-set-agent): add Verify-MCP step, Scenarios section, and workflow cross-links#886
Open
charankamarapu wants to merge 5 commits into
Open
docs(smart-set-agent): add Verify-MCP step, Scenarios section, and workflow cross-links#886charankamarapu wants to merge 5 commits into
charankamarapu wants to merge 5 commits into
Conversation
…lated-workflow cross-links The smart-set-agent guide lacked the worked-scenarios and MCP-verification content the k8s-proxy-llm-workflow page has. Add, adapted to the smart-set substrate: - 'Verify the MCP wiring' step before install (catch mis-wired MCP early). - 'Scenarios' section: 8 worked case walkthroughs (regression-refusal, value, noise, shape, SchemaRefConflict, mock drift, obsolete, Routine B new endpoint) using smart-set tools (updateSmartTestCase/upsertSmartMock/setSmartTestCaseObsolete). - 'Related workflows' cross-links to the LLM-workflow (general) and manual developer-workflow pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
… LLM Workflow page Places keploy-cloud/smart-set-agent directly beneath quickstart/k8s-proxy-llm-workflow in the K8s Proxy sidebar group (removed from the keploy-cloud group) so the agent guide sits next to the workflow it belongs to. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
… reference Replace the trimmed 72-line Skill reference with the complete 203-line skill (numbered hard rules + Phase A1-A5 Routine detail) that the smart-set matrix was validated against. Uses a 4-backtick fence since the skill contains ``` code blocks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
…e Scenarios after Skill reference - Rename title + sidebar_label to LLM Workflow (Smart Tests) so it reads as the smart-set sibling of the k8s-proxy LLM Workflow page. - Reorder to match the LLM Workflow page's flow: skill (Skill reference) -> Scenarios -> Related workflows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
…start / Step 1-3) Restructure the setup half to match quickstart/k8s-proxy-llm-workflow so the two agent guides read consistently: - Before you start, Step 1 - Wire up the Keploy MCP server (per-editor config table + JSON config + Verify MCP), Step 2 - Install the skill, Step 3 - Use the two prompts (Prompt A/B phase tables) — Step 1 kept identical; Step 2/3 adapted to smart-set (skill paths, smart-set prompts, Case A/B/C tools). - Smart-set-specific sections kept: Key concepts, Replay flags, Limitations, Skill reference, Scenarios, Related workflows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
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.
Why
Comparing the two agent docs,
keploy-cloud/smart-set-agentwas missing important content the maturequickstart/k8s-proxy-llm-workflowpage has — most notably a Scenarios ("Putting it together") section and the Verify-MCP step. This adds them, adapted to the smart-set substrate.Changes
prompt → agent decision → outcomewalkthroughs, one per case the skill classifies, using the correct smart-set tools:respBody), non-deterministic field (noiseJson), shape drift (responseJson, schema_ref recompute),SchemaRefConflict(resolve the twin), mock drift (upsertSmartMock), obsolete endpoint (setSmartTestCaseObsolete), and new endpoint (Routine B upload). The additive-fields-don't-fail nuance is called out.The embedded Skill reference is untouched.
🤖 Generated with Claude Code