Skip to content

Make Workbench the consumer AI-agent front door - #13

Merged
cursor[bot] merged 3 commits into
2.1.10from
cursor/workbench-agent-turnkey-7174
Aug 27, 2026
Merged

Make Workbench the consumer AI-agent front door#13
cursor[bot] merged 3 commits into
2.1.10from
cursor/workbench-agent-turnkey-7174

Conversation

@ds-code-t

@ds-code-t ds-code-t commented Aug 27, 2026

Copy link
Copy Markdown
Owner

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 PickleballWorkbenchLauncher verbs:

  • export-guidance — same DiagnosticCli exporter, Workbench-branded
  • hint / discover-hint — complete Discover pkb_runvars using the browser ladder + ParallelCountEstimator
  • discover — wraps consumer mvn test with those RunVars, points at run-catalog.json, retains pkb_run_profile
  • isolate — CLI live worker from the last Discover snapshot replayed as pkb_runvars (never pkb_run_profile input)
  • confirm — bounded rerun of the same snapshot + narrow tags/name

mcp and ui remain host/human commands. Agents are told not to start the GUI and not to register IDE MCP. If workbench_* tools already exist, they are an Isolate alias.

Browser ladder: keep a remote project pkb_browser (SAUCE_* / GRID_* / REMOTE_*); otherwise prefer CHROME_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-eval is bottom, maintainer-only.

Pointer-only consumer-agent emulation followed Workbench export-guidancehintdiscoverisolateconfirm. No GUI, no IDE MCP. Canned @agent-pointer-eval failures were not “fixed.” Maven-exec split --name= tokens are now joined so isolate/confirm keep the Discover snapshot.

Pushed onto 2.1.10 at b5b140cb.

Functionality-change coverage

  • I reviewed AGENTS.md and the relevant feature-map entry.
  • Framework implementation is complete.
  • Focused framework tests were added or updated.
  • Maven consumer scenarios and supporting resources were added or updated when applicable.
  • README or canonical documentation was updated when behavior changed.
  • docs/agent/feature-map.md remains accurate.
  • docs/agent/repository-index.md is current.
  • Backward compatibility was preserved, or the breaking change is documented.

Validation

  • python3 scripts/verify_agent_contract.py
  • python3 scripts/refresh_agent_index.py --check
  • python3 scripts/sync_consumer_guidance.py --check
  • ./gradlew test :pickleball-workbench:test
  • ./gradlew publishToMavenLocal
  • focused Maven consumer @diagnostic-reporting with CHROME_HEADLESS (not @all)
  • pointer-only Workbench verb emulation (export-guidance, hint, discover --tags=@agent-pointer-eval, isolate, confirm)

No version bump. Targets 2.1.10, not master.

Open in Web Open in Cursor 

cursoragent and others added 3 commits August 27, 2026 16:33
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>
@cursor
cursor Bot merged commit b5b140c into 2.1.10 Aug 27, 2026
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.

2 participants