When to choose this track
Use the .NET Bridge Track when the public UAI-1 record needs to connect to deeper runtime services, orchestration layers, or backend execution flows without turning the public site into the application runtime.
What this track covers
The bridge should preserve the public UAI-1 contract while adapting it to service-side execution. It can map, validate, route, and log messages, but it should not introduce hidden profile behavior, undocumented payload shortcuts, or runtime-only semantics that contradict the public schema, registry, examples, or validator.
Responsibilities
- Map public standard records to runtime-accessible endpoints and services.
- Preserve validation, provenance, versioning, and compatibility rules across the handoff.
- Keep publication concerns separate from execution concerns while still pointing back to the public record.
Current public packaging status
uaix-bridge.zipis the current packaged WordPress-side artifact for the named bridge track.- The public record does not yet publish a standalone NuGet package, general-purpose .NET SDK, or broader .NET package catalog.
- Treat the current .NET story as a named bridge lane tied back to the WordPress package family, validator evidence, and release notes rather than as a broad ecosystem claim.
Public records that must stay attached
- Validator evidence and published Registry identifiers for every integrated release.
- Governance and the Changelog for compatibility statements, migration notes, and public review posture.
- Examples, References and Contributors, and News when readers need readable proof, discovery context, and release summaries.
What counts as evidence here
- Messages that still pass the public Validator after runtime integration.
- Profile resolution and provenance that still match the published Registry and public Examples.
- Release notes and compatibility statements recorded through Governance, the Changelog, and linked implementation updates.
Current support-claim boundary
The .NET Bridge Track supports runtime mapping that preserves the public UAI-1 contract. It does not, by itself, publish a general .NET SDK or blanket .NET ecosystem support claim.
- A passing bridge integration supports a claim that the tested handoff still aligned with the public record at review time.
- A current public support claim for .NET should stay scoped to the named bridge behavior, release packet, and compatibility notes published on the site.
- Do not use this track to imply support for unrelated frameworks, transports, or hidden runtime conventions that are not attached to the public record.
When this track is release-ready
- Integrated messages still pass validator-backed checks against the published schemas, registry entries, and examples.
- Runtime mapping notes, release versioning, and migration guidance are attached to the same public release packet.
- The release trail states what the bridge supports now without implying a broader SDK, certification, or ecosystem program.
Next step
Use the bridge alongside the public record, not instead of it. Keep validator evidence, registry references, example links, and public change records attached to every integrated release.