Skip to content

chore: open-source polish — README rewrite, contributor docs, ruff#2

Merged
uditdc merged 1 commit into
mainfrom
feat/oss-cleanup
Jun 26, 2026
Merged

chore: open-source polish — README rewrite, contributor docs, ruff#2
uditdc merged 1 commit into
mainfrom
feat/oss-cleanup

Conversation

@uditdc

@uditdc uditdc commented Jun 26, 2026

Copy link
Copy Markdown
Owner
  • rewrite README as a cohesive project intro (pipeline diagram, features, quickstart, docs index) instead of Phase 1 'Extract CLI' notes
  • add CONTRIBUTING.md, CHANGELOG.md, CODE_OF_CONDUCT.md, examples/README.md
  • pyproject: project URLs, broader description, ruff dev dep + [tool.ruff] config
  • wire ruff into CI as a lint job; apply ruff --fix (import sorting, unused imports, typing.Callable -> collections.abc.Callable) across the tree
  • fix F821 forward-ref (TYPE_CHECKING import) and B904 in mcp.py

- rewrite README as a cohesive project intro (pipeline diagram, features,
  quickstart, docs index) instead of Phase 1 'Extract CLI' notes
- add CONTRIBUTING.md, CHANGELOG.md, CODE_OF_CONDUCT.md, examples/README.md
- pyproject: project URLs, broader description, ruff dev dep + [tool.ruff] config
- wire ruff into CI as a lint job; apply ruff --fix (import sorting, unused
  imports, typing.Callable -> collections.abc.Callable) across the tree
- fix F821 forward-ref (TYPE_CHECKING import) and B904 in mcp.py
@uditdc uditdc merged commit 9b6f1d5 into main Jun 26, 2026
4 checks passed
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