Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Coding-Dev-Tools/json2sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Coding-Dev-Tools/json2sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cowork/improve-json2sql
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 23, 2026

  1. cowork-bot: fix unused imports and line-length lint in CLI/tests

    - Remove unused top-level imports for JSONToSQLConverter/Dialect in cli.py
      (they were re-imported lazily inside the convert() command; keep the
      lazy path to preserve the documented ~160 ms cold-start target).
    - Sort remaining imports (pathlib before typer) to satisfy ruff I001.
    - Wrap the long no-args help assertion in test_cli.py onto multiple
      lines to stay within the 120-char line-length limit.
    DevForge Engineer committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    ba5bf11 View commit details
    Browse the repository at this point in the history
  2. cowork-bot: seed cowork-auto-pr.yml for autonomous PR creation

    DevForge Engineer committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    098a83a View commit details
    Browse the repository at this point in the history
Loading