@thiaq/adapter-contract
v0.1.0
Published
TypeScript contract for repo-local ThiaQ product adapters.
Readme
ThiaQ Adapter Contract
Types and helpers for customer-owned ThiaQ adapters.
import { defineThiaQAdapter } from "@thiaq/adapter-contract";
export default defineThiaQAdapter({
id: "my-product",
capabilities: {
capabilities: ["discovery", "recipe_run", "repo_summary"],
jobTypes: ["discovery", "recipe_run", "repo_summary"]
}
});