Add context support for multi-instance triplets functionality #78
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
Implements context support to enable object wrappers to work with multiple instances of the native triplets library, addressing issue #37.
Key Features Added
Core Benefits
Implementation Highlights
API Overview
The new context API provides:
Testing Coverage
Status
Ready for Review - Implementation is complete and tested. The native Platform.Data.Triplets.Kernel library will need updates to support multiple instances, but the C# wrapper is prepared and will work seamlessly once native support is available.
Files Added
ITripletsContext.cs
- Context interfaceTripletsContext.cs
- Context implementationContextualLink.cs
- Context-aware link wrapperContextualLinkTests.cs
- Comprehensive test suiteContextUsageExample.cs
- Usage examplesCONTEXT_SUPPORT.md
- Complete documentationTest plan
🤖 Generated with Claude Code
Resolves #37