feat(I203/M4): InvocationContext + streaming parity + license/changelog hygiene #1
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/ixt-sdk-csharp!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/i203-m4-csharp-parity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mission I203 / M4 — C# SDK parity with Rust for InvocationContext (spec 21) + streaming (spec 23), + license/changelog hygiene. Nested
ixt-publiceaf4205→117319c.InvocationContext.cs(ActorSubject/ActorIdentity + opaque TokenRef + wildcard caps, MessageTarget, bounded Metadata, MetadataKeys) decoded intoModuleContext.Invocation. The SDK hand-writes the capnp wire format (no capnpc-csharp) — added a tree-basedCapnpStructNodebuilder + canonical Reader (legacy builder couldn't do deep nesting / canonical composite-list counts); every encoder verified byte-identical tocapnp encode/decode.StreamSendException(Rejected); Close/Cancel/Error/GrantCredit), StreamHandle.Accept (decodes InvocationContext, deadline-honoring CancellationToken, boundedChannel<StreamData>, FeedAsync). Union discriminants are 0-based positional (verified vs capnp), not the schema field ordinals.LICENSE; csprojPackageId=Ixt.Sdk+Authors+PackageLicenseExpression=MIT+ repo URLs (validated viadotnet pack→Ixt.Sdk.0.17.13.nupkg);CHANGELOG.md.Tests:
dotnet build+dotnet testgreen — 73 passed (+26), byte-identical golden vectors,dotnet formatclean. Lockstep pin bump follows.🤖 Generated with Claude Code