feat: add stable plugin API reference and bump to v2.0.0

Document the full public plugin surface (decorators, bot methods, IRC
primitives, state store, HTTP/DNS helpers) with semver stability
guarantees and breaking-change policy. Bump version from 0.1.0 to 2.0.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-21 19:22:47 +01:00
parent 144193e3bb
commit c8879f6089
7 changed files with 318 additions and 5 deletions

View File

@@ -104,6 +104,7 @@ async def on_join(bot, message):
## Documentation
- [Plugin API Reference](docs/API.md)
- [Installation](docs/INSTALL.md)
- [Usage Guide](docs/USAGE.md)
- [Cheatsheet](docs/CHEATSHEET.md)