Skip to content

feat: formalize extension SDK compatibility - #202

Merged
codeforester merged 1 commit into
mainfrom
enhancement/193-20260809-plugin-sdk
Aug 9, 2026
Merged

feat: formalize extension SDK compatibility#202
codeforester merged 1 commit into
mainfrom
enhancement/193-20260809-plugin-sdk

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • add typed command, profile, and plugin callback protocols
  • add extension API version and capability metadata from standard entry-point extras
  • reject unsupported API versions before loading an extension
  • document the plugin SDK and add negotiation/collision regression coverage

Validation

  • python -m pytest (all tests passed)
  • ruff check and ruff format --check
  • python -m mypy --strict lib/python/base_cli
  • scripts/validate_docs.py
  • ./tests/validate.sh
  • git diff --check

Closes #193

@codeforester
codeforester merged commit dbfef1a into main Aug 9, 2026
91 checks passed
@codeforester
codeforester deleted the enhancement/193-20260809-plugin-sdk branch August 9, 2026 16:50
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.

[v1.0] Formalize typed extension plugin protocols and compatibility negotiation

1 participant