Skip to content

feat(compare): add accessible directory comparison preview#125

Open
Orinks wants to merge 1 commit into
devfrom
codex/accessible-directory-compare
Open

feat(compare): add accessible directory comparison preview#125
Orinks wants to merge 1 commit into
devfrom
codex/accessible-directory-compare

Conversation

@Orinks
Copy link
Copy Markdown
Owner

@Orinks Orinks commented May 8, 2026

Summary

  • add a read-only local/remote directory comparison engine
  • expose an accessible Compare Directories preview from the View menu and Ctrl+Shift+C
  • cover comparison outcomes and app wiring with focused tests

Testing

  • uv run ruff format --check .
  • uv run ruff check .
  • uv run python -m pytest -q

Add a read-only accessible comparison surface so users can inspect local/remote differences before any destructive sync behavior exists.

Constraint: Keep the first mainstream-parity slice non-destructive and screen-reader friendly.

Rejected: Immediate sync execution | too much risk before the preview model is proven.

Confidence: high

Scope-risk: moderate

Directive: Keep future sync execution behind an explicit preview and confirmation path.

Tested: uv run ruff format --check .; uv run ruff check .; uv run python -m pytest -q

Not-tested: Manual NVDA/JAWS pass against the live wx dialog.
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.

1 participant