Fuaran.UI.Telemetry.Abstractions 0.39.0

Prefix Reserved
dotnet add package Fuaran.UI.Telemetry.Abstractions --version 0.39.0
                    
NuGet\Install-Package Fuaran.UI.Telemetry.Abstractions -Version 0.39.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fuaran.UI.Telemetry.Abstractions" Version="0.39.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fuaran.UI.Telemetry.Abstractions" Version="0.39.0" />
                    
Directory.Packages.props
<PackageReference Include="Fuaran.UI.Telemetry.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fuaran.UI.Telemetry.Abstractions --version 0.39.0
                    
#r "nuget: Fuaran.UI.Telemetry.Abstractions, 0.39.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fuaran.UI.Telemetry.Abstractions@0.39.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fuaran.UI.Telemetry.Abstractions&version=0.39.0
                    
Install as a Cake Addin
#tool nuget:?package=Fuaran.UI.Telemetry.Abstractions&version=0.39.0
                    
Install as a Cake Tool

Fuaran.UI.Telemetry.Abstractions

Type contract for Fuaran's op-apply + authorizing-runtime-deny telemetry — the observability counterpart to the Fuaran.UI.Ops apply engine and the downstream orchestration tier's authorizing runtime (shipped as a separate package family).

Every applied op surfaces as an OpApplyTelemetry record. Every denied tool call surfaces as a DenyTelemetry record. Hosts implement IFuaranTelemetrySink against their own observability backend. Default sinks (NoOp / InMemory / Console) live in Fuaran.UI.Telemetry.Default.

See the Phase 12.T migration doc for the wiring at the AuthorizingRuntime deny branch and the apply-engine dispatch point, the drift-detector aggregate metrics, and the PromptId correlation pattern.

(StreamId, Sequence) on OpApplyTelemetry matches the corresponding fields on Fuaran.UI.OpStream.OpRecord — hosts that wire both sinks can join telemetry to the durable op record by this composite key.

Apache-2.0 licensed — see the repo LICENSE.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Fuaran.UI.Telemetry.Abstractions:

Package Downloads
Fuaran.UI.OpStream.Replay

Op-stream replay engine — folds OpRecord sequences through the Fuaran.UI.Ops apply engine to reconstruct any tree state. Companion to Fuaran.UI.OpStream.Abstractions. Apache-2.0 licensed.

Fuaran.UI.Memo

Fuaran incremental re-derivation engine — effect-aware memoisation over the Phase 180 artifact-function apply. Caches substituted fragment trees keyed by (function-identity, arg-set); a value-parameter change reuses the structural tree and recomputes only the affected hole-addressed bindings; effecting functions bypass the cache; op-stream replay resolves through the cache to a byte-identical tree. Apache-2.0 licensed.

Fuaran.UI.Renderer

Fuaran renderer – Fable + React + Feliz. Every string-to-DOM seam carries a declared sanitisation posture (SANITIZATION.md states it seam by seam): an allowlisted URL-scheme floor on href/src that also rejects the protocol-relative spellings, a positive character gate on extra-attribute names, and a raw-HTML floor over rendered markdown. Interactive dispatch fails closed – a shipped runtime denies until the host grants, and the permissive posture is reached by name. Apache-2.0 licensed.

Fuaran.UI.Telemetry.Drift

Drift detector for Fuaran op-apply telemetry. Computes per-OpKind aggregate metrics (success rate, p50/p95 latency, top decoder-rejection reasons, top NodeNotFound NodeIds) and flags week-on-week success-rate regressions exceeding an operator-tunable threshold (default 10pp). Also ships a deterministic StyleFlag drift detector (Phase 151) — the resolved-style twin that diffs declared-invariant flag sets across two windows of StyleObservation to surface newly-introduced / cleared visual-legibility violations, severity-weighted by the ThemeManifest's invariant weights (semantic visual regression, no pixels, CI-gateable). Manual-run console tool for now (`dotnet run --project src/Fuaran.UI.Telemetry.Drift`); cron-friendly later when an operator-decided threshold is wired into a scheduled job. Companion to Fuaran.UI.Telemetry.Abstractions. Apache-2.0 licensed.

Fuaran.UI.Telemetry.Default

Default IFuaranTelemetrySink implementations for Fuaran op-apply + AuthorizingRuntime-deny telemetry. NoOpSink is the "I don't care" default at install; InMemorySink is a per-process ring buffer for tests + ad-hoc inspection; ConsoleSink writes to stdout for dev environments. Companion to Fuaran.UI.Telemetry.Abstractions. Also ships Apply.applyWithTelemetry — a thin wrapper around Fuaran.UI.Ops.Apply.apply that emits one OpApplyTelemetry record per op (the opt-in seam until the applyAndPersist integration lands and both sinks wire in at the apply-engine dispatch point). Apache-2.0 licensed.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.39.0 0 8/27/2026
0.35.0 149 8/24/2026
0.32.0 167 8/23/2026
0.31.0 222 8/21/2026
0.30.0 190 8/21/2026
0.29.0 219 8/19/2026
0.28.0 198 8/18/2026
0.27.0 186 8/18/2026
0.26.0 221 8/18/2026
0.18.0 208 8/10/2026
0.15.0 169 8/9/2026
0.12.0 220 7/31/2026
0.11.0 217 7/30/2026
0.10.0 260 7/29/2026
0.6.0 221 7/27/2026
0.4.0 208 7/26/2026
0.3.0 213 7/24/2026