Skip to content

docs: bump version to v0.3, drop LiteLLM docstrings, fix index test table#35

Merged
ernestprovo23 merged 1 commit into
mainfrom
docs/v0.3-bump-issue-21
Jun 9, 2026
Merged

docs: bump version to v0.3, drop LiteLLM docstrings, fix index test table#35
ernestprovo23 merged 1 commit into
mainfrom
docs/v0.3-bump-issue-21

Conversation

@ernestprovo23

Copy link
Copy Markdown
Member

closes #21

What

Final wave of the engineering-health backlog: version alignment + doc-drift sync introduced by Waves 1-3.

1. Version bump 0.1.0 -> 0.3.0

The v0.3 provider-highway refactor shipped without a package-version bump. Aligned pyproject.toml and src/conclave/__init__.py.

2. Scrubbed misleading "LiteLLM" docstrings

LiteLLM was removed in v0.3; conclave now owns its provider-prefixed model-id format (e.g. xai/grok-4.3). Reworded docstrings in council.py, registry.py, config.py, models.py to describe the convention accurately. No code behavior changed. The accurate historical note in providers.py:11 is intentionally retained; grep -rin litellm src/ now returns only that line.

3. DOCUMENTATION_INDEX.md sync

  • Version line 0.3.0
  • Tests table: added test_cli.py, test_transport.py, test_logging.py
  • Project files table: added SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md
  • Version-history: new top row summarizing the engineering-health backlog

4. README / SYSTEM_CONTEXT

Skimmed both; no false statements found. Both already describe the owned provider highway, single-source registry, and BYO-keys posture accurately. No edits needed.

Verification

  • pytest -q -> 121 passed (docstring edits don't change behavior)
  • ruff check . + ruff format --check . -> clean
  • DOCUMENTATION_INDEX at 106 lines (well under 500)

- bump package version 0.1.0 -> 0.3.0 (pyproject.toml + __init__.py) to
  match the shipped v0.3 provider-highway refactor
- reword stale LiteLLM docstrings in council/registry/config/models to
  describe conclave's own provider-prefixed model-id convention (no code
  change); keep the accurate historical note in providers.py
- DOCUMENTATION_INDEX: version 0.3.0; add test rows (test_cli, test_transport,
  test_logging); add community-file rows (SECURITY/CONTRIBUTING/CODE_OF_CONDUCT);
  add engineering-health backlog version-history row

closes #21
@ernestprovo23 ernestprovo23 merged commit 242371a into main Jun 9, 2026
5 checks passed
@ernestprovo23 ernestprovo23 deleted the docs/v0.3-bump-issue-21 branch June 9, 2026 02:40
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.

docs: bump version to v0.3, drop LiteLLM docstrings, fix index test table

1 participant