Add Workbench scenario name/tag filters and Text/Blocks editor toggle - #5
Merged
Merged
Conversation
Name and tag filtering is the primary left-rail UI; feature-file selection is a collapsed optional filter. The live editor switches between Gherkin text and the existing block view without changing the LiveScenarioPlayer buffer, playhead, or Play/Step/From Here contract. Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
…e factory. Java cannot declare a static factory and an instance getter with the same name and arguments. Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
ds-code-t
marked this pull request as ready for review
August 24, 2026 19:15
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
Workbench left-rail scenarios are now filterable by name and Cucumber tags, and the live editor has a prominent Text | Blocks toggle over the same
LiveScenarioPlayerbuffer.Behavior
@and split on commas and/or whitespace. Empty fields impose no tag constraint..featurefiles; Workbench does not call Cucumber.executeStepas the single RUNNING playhead owner.Functionality-change coverage
AGENTS.mdand the relevant feature-map entry.docs/agent/feature-map.mdremains accurate.docs/agent/repository-index.mdis current.Maven consumer
@allwas not run (Workbench-only UI/catalog change; requested validation is:pickleball-workbench:testonly).Validation
python3 scripts/verify_agent_contract.pypython3 scripts/refresh_agent_index.py --checkpython3 scripts/sync_consumer_guidance.py --check./gradlew :pickleball-workbench:test(BUILD SUCCESSFUL)./gradlew test(not requested)./gradlew publishToMavenLocal(not requested)./maven-consumer-project/mvnw -f maven-consumer-project/pom.xml -U test -Dpkb_browser=CHROME_HEADLESS(not requested; do not run@all)Target is 2.1.9, not master.