Merged
Conversation
- Add tenacity integration with contextvars-based retry attempt tracking - Rename provider to vendor across all attributes and span helpers - Add event_id and customer_id to RunContext and baggage propagation - Add OTel LogRecord emission on emit_outcome() for collector flush - Fix CLIENT_REQUEST_ID -> VENDOR_CLIENT_REQUEST_ID attribute bug - Remove unused ledger and resource detector modules - All 296 tests passing Signed-off-by: Deborah <deborah@botanu.ai>
- Rewrite README, CONTRIBUTING, CODE_OF_CONDUCT, GOVERNANCE, RELEASE to follow Linux Foundation documentation conventions - Fix all stale botanu_use_case references to botanu_workflow across docs - Correct event/run/outcome terminology throughout - Remove botanu_outcome from public API exports (keep emit_outcome only) - Fix enable(), BotanuConfig, RunContext signatures to match implementation - Update all code examples to use abstract patterns (do_work, etc.) - Align span attributes, defaults, and env vars with actual code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Type of change
Testing
pytest)ruff check)mypy)Checklist
git commit -s) per the DCO