v0.9.1: Polish Workbench UI/UX - #47
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Polishes the local Workbench UI/UX for the Observe → Diagnose → Refine → Revision lifecycle and improves corpus inspection presentation, while recording the accepted v0.9.1 Workbench UI/UX direction.
Changes:
- Reworks Workbench UI structure, stage guidance, inspector behavior, and corpus inspection visuals (matrix + aggregates).
- Expands/updates the Workbench UI contract tests to validate the new semantic markers, stage flows, and inspector outputs.
- Bumps project version to v0.9.1 and adds an accepted UI/UX verdict document.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates locked package version to 0.9.1. |
| pyproject.toml | Bumps project version to 0.9.1. |
| src/tiny_corpus_workbench/init.py | Bumps runtime __version__ to 0.9.1. |
| src/tiny_corpus_workbench/workbench_assets/workbench.js | Implements updated Workbench UI/UX behavior, inspector logic, lifecycle rendering, and corpus evidence presentation. |
| src/tiny_corpus_workbench/workbench_assets/workbench.css | Updates styling for the new layout, stage stepper, guidance components, and corpus matrix/evidence UI. |
| src/tiny_corpus_workbench/workbench_assets/index.html | Updates DOM structure/semantics for the new Workbench shell, inspector title, footer credit, and add/rule modals. |
| tests/unit/test_workbench_ui_contract.py | Updates/extends UI contract tests to match the new DOM/CSS/JS behaviors and stage/inspector scenarios. |
| docs/workbench-ui-ux-verdict.md | Adds accepted v0.9.1 UI/UX direction write-up for future reference. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jameswei
force-pushed
the
fix/v0.9.1-workbench-polish
branch
from
August 3, 2026 12:39
a4d8e00 to
291c0ef
Compare
jameswei
force-pushed
the
fix/v0.9.1-workbench-polish
branch
from
August 3, 2026 12:39
291c0ef to
63d86cc
Compare
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
Why
The previous Workbench presentation made the document lifecycle difficult to follow. This change gives each stage a stable purpose, clear guidance, stage-scoped inspection data, and readable evidence without changing the underlying corpus-preparation model.
Learner impact
Learners can follow one document through the full preparation lifecycle, understand the result of each action, inspect immutable records, and distinguish document work from corpus inspection more easily.
Validation
uv run --frozen python -m unittest -q(412 tests)node --check src/tiny_corpus_workbench/workbench_assets/workbench.jsgit diff --check ba80330..HEAD