Make Workbench the consumer AI-agent front door - #13
Merged
Conversation
Add launcher verbs export-guidance, hint, discover, isolate, and confirm. Honor the project browser ladder, replay Discover pkb_run_profile as pkb_runvars, and rewrite the short AGENTS.md pointer plus AGENT-GUIDE chooser. Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
Unquoted exec.args such as --name=The failing scenario were parsed as a project path, so confirm/isolate missed the Discover snapshot. Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
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
Pickleball Workbench is now the one Java/Maven front door for consumer-project AI agents. It is not an IDE feature, not IntelliJ Copilot MCP setup, and not a GUI requirement.
Agents use
PickleballWorkbenchLauncherverbs:export-guidance— same DiagnosticCli exporter, Workbench-brandedhint/discover-hint— complete Discoverpkb_runvarsusing the browser ladder +ParallelCountEstimatordiscover— wraps consumermvn testwith those RunVars, points atrun-catalog.json, retainspkb_run_profileisolate— CLI live worker from the last Discover snapshot replayed aspkb_runvars(neverpkb_run_profileinput)confirm— bounded rerun of the same snapshot + narrow tags/namemcpanduiremain host/human commands. Agents are told not to start the GUI and not to register IDE MCP. Ifworkbench_*tools already exist, they are an Isolate alias.Browser ladder: keep a remote project
pkb_browser(SAUCE_*/GRID_*/REMOTE_*); otherwise preferCHROME_HEADLESS. Unused Sauce/Grid yaml is not auto-selected.The consumer
AGENTS.md/ Copilot pointer is a 3-line Workbench launcher bootstrap. AGENT-GUIDE’s tool chooser is a short one-front-door loop. Maintainer@agent-pointer-evalis bottom, maintainer-only.Pointer-only consumer-agent emulation followed Workbench
export-guidance→hint→discover→isolate→confirm. No GUI, no IDE MCP. Canned@agent-pointer-evalfailures were not “fixed.” Maven-exec split--name=tokens are now joined so isolate/confirm keep the Discover snapshot.Pushed onto
2.1.10atb5b140cb.Functionality-change coverage
AGENTS.mdand the relevant feature-map entry.docs/agent/feature-map.mdremains accurate.docs/agent/repository-index.mdis current.Validation
python3 scripts/verify_agent_contract.pypython3 scripts/refresh_agent_index.py --checkpython3 scripts/sync_consumer_guidance.py --check./gradlew test :pickleball-workbench:test./gradlew publishToMavenLocal@diagnostic-reportingwithCHROME_HEADLESS(not@all)export-guidance,hint,discover --tags=@agent-pointer-eval,isolate,confirm)No version bump. Targets
2.1.10, notmaster.