@open-probe/shared

v0.1.2

Published

Shared types and AFS v1 protocol definitions for open-probe.

Readme

@open-probe/shared

Shared TypeScript types and the AFS v1 (Annotation Format Schema) protocol definitions used across all open-probe packages.

This package has no runtime code worth importing on its own; it exists to keep @open-probe/core, @open-probe/mcp-server, @open-probe/proxy, and any future transports speaking the same wire format.

import type {
  Annotation,
  AnnotationIntent,
  ElementInfo,
  Framework,
  ProbeConfig,
  SourceLocation,
} from '@open-probe/shared';

See the project README for the full architecture.

License

MIT