fix: export diagnostic error category

This commit is contained in:
Peter Steinberger
2026-04-24 17:54:33 +01:00
parent 769ab4a91c
commit 51c11cfd90

View File

@@ -1,5 +1,6 @@
import type { StreamFn } from "@mariozechner/pi-agent-core";
import { diagnosticErrorCategory } from "../../../infra/diagnostic-error-metadata.js";
export { diagnosticErrorCategory } from "../../../infra/diagnostic-error-metadata.js";
import {
emitDiagnosticEvent,
type DiagnosticEventInput,