docs(smart-set-agent): add Verify-MCP step, Scenarios section, and workflow cross-links#886
Merged
Merged
Conversation
cee64c9 to
8994376
Compare
…setup Bring the smart-set agent guide in line with quickstart/k8s-proxy-llm-workflow: - Rename to 'LLM Workflow (Smart Tests)'; move under the K8s Proxy sidebar group, below the LLM Workflow page. - Mirror the setup structure: Before you start / Step 1 wire up MCP (config table + JSON + verify) / Step 2 install the skill / Step 3 the two prompts (A/B tables). Step 1 kept identical; Step 2/3 adapted to smart-set. - Add a Scenarios section (value, regression, shape, SchemaRefConflict, mock, obsolete, Routine B) after the Skill reference; add Related workflows links. - Embed the full skill; drop the incorrect smart-test-set link; add replayable to the Vale vocab. - Verify step accepts any HTTP status (a GET returns 200, not 401). - Note the agent must run inside the git repo so it can tell an intentional contract change from a regression (commit + git diff). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Charan Kamarapu <charan@Charan-VM.keploy.io>
85e34d1 to
4595520
Compare
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