Skip to content

fix: resolve lint errors and restore version to 0.3.0#4

Merged
abrichr merged 1 commit intomainfrom
fix/lint-and-version
Mar 2, 2026
Merged

fix: resolve lint errors and restore version to 0.3.0#4
abrichr merged 1 commit intomainfrom
fix/lint-and-version

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Mar 2, 2026

Summary

  • Remove unused imports (Any, DEFAULT_MODELS, sys) and unused variable assignment to fix ruff lint errors
  • Restore version to 0.3.0 to match existing PyPI release and newly created v0.3.0 tag

Context

The erroneous v0.1.0 release (created by semantic-release before the v0.3.0 tag existed) has been deleted and replaced with a v0.3.0 tag. When this PR merges with its fix: prefix, semantic-release will bump to 0.3.1 and publish to PyPI with requires-python >= "3.10".

What still needs manual setup

  • PyPI Trusted Publisher: Add on pypi.org — Owner: OpenAdaptAI, Repo: openadapt-consilium, Workflow: release.yml
  • ADMIN_TOKEN secret: GitHub PAT with repo scope in repo Settings → Secrets

🤖 Generated with Claude Code

- Remove unused imports: `Any` and `DEFAULT_MODELS` from core.py, `sys` from __main__.py
- Remove unused variable assignment in test_council.py
- Restore version to 0.3.0 (reverted by erroneous semantic-release run)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr merged commit cd54594 into main Mar 2, 2026
3 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