Add Grok Bot remote MCP e2e fixture under examples/ - #21
Merged
Conversation
Replace the scratch workdir pattern with a tracked mini workspace: gitignore, real package main/test, and e2e markers for Plugins review/implement validation. Co-authored-by: Cary Palmer <professorpalmer@users.noreply.github.com>
professorpalmer
marked this pull request as ready for review
August 12, 2026 05:35
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
examples/grok-bot-remote-e2e/as a shippable fixture cwd for Grok Bot Plugins → Puppetmaster remote MCP review/implement validation (follow-up to the scratch workdir that trackednode_modulesand left implement markers untracked)..gitignore(node_modules, logs, OS junk, Puppetmaster/CodeGraph state,.env),package.json(puppetmaster-grok-bot-e2e,@cursor/sdk^1.0.26, realmain+ greennpm test), minimalindex.js/index.test.js, tracked markersGROK_BOT_E2E.md+GROK_BOT_IMPLEMENT_OK.md, and a short README aligned withdocs/GROK_BOT.md.examples/README.mdand a single Related-docs line indocs/GROK_BOT.md. No remote MCP runtime changes.Test plan
cd examples/grok-bot-remote-e2e && npm install --package-lock=false --no-audit && npm testexits 0git check-ignore -v examples/grok-bot-remote-e2e/node_modulesconfirms ignore; nonode_modulesin the PR diffcwdat this fixture; review usesGROK_BOT_E2E.md, implement may updateGROK_BOT_IMPLEMENT_OK.md