Skip to content

docs(smart-set-agent): add Verify-MCP step, Scenarios section, and workflow cross-links#886

Merged
charankamarapu merged 1 commit into
mainfrom
docs/smart-set-agent-scenarios
Jul 7, 2026
Merged

docs(smart-set-agent): add Verify-MCP step, Scenarios section, and workflow cross-links#886
charankamarapu merged 1 commit into
mainfrom
docs/smart-set-agent-scenarios

Conversation

@charankamarapu

Copy link
Copy Markdown
Contributor

Why

Comparing the two agent docs, keploy-cloud/smart-set-agent was missing important content the mature quickstart/k8s-proxy-llm-workflow page has — most notably a Scenarios ("Putting it together") section and the Verify-MCP step. This adds them, adapted to the smart-set substrate.

Changes

  1. Verify the MCP wiring (before you install the skill) — a step to confirm the agent can reach the Keploy MCP tools before installing the skill (the docs: web ui, update readme, fix routing issue #1 onboarding failure otherwise), incl. the lean-dispatcher note.
  2. Scenarios — 8 worked prompt → agent decision → outcome walkthroughs, one per case the skill classifies, using the correct smart-set tools:
    • regression (agent refuses to edit the test), value drift (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.
  3. Related workflows — cross-links to the general LLM-workflow page (for per-editor MCP config + phase-by-phase Routines) and the manual developer-workflow page.

The embedded Skill reference is untouched.

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings July 6, 2026 09:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@prabaltripathiofficial prabaltripathiofficial left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…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>
@charankamarapu charankamarapu force-pushed the docs/smart-set-agent-scenarios branch from 85e34d1 to 4595520 Compare July 7, 2026 09:01
@charankamarapu charankamarapu merged commit 0a08d30 into main Jul 7, 2026
7 checks passed
@charankamarapu charankamarapu deleted the docs/smart-set-agent-scenarios branch July 7, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants