Cross language specs for implementing a Braintrust SDK.
Contains:
skills/instrumentation-spec/— installable Braintrust instrumentation skillskills/instrumentation-spec/references/— markdown specs and guidanceskills/instrumentation-spec/references/features/— feature-specific specs, designs, and API contracts
test/— yaml end-to-end test cases and assertionssemconv/— yaml cross-language constants such as envars and span attributes
From a repository initialized with dotagents, run:
npx @sentry/dotagents add braintrustdata/braintrust-spec instrumentation-specThis adds the following dependency to agents.toml:
[[skills]]
name = "instrumentation-spec"
source = "braintrustdata/braintrust-spec"