/** * method-catalog-ci.ts * * Contract descriptors for CI-watch: the one-shot per-job status tool * (ci.status) and the standing subscription mechanism (ci.watches.*). ci.status * lists every job and its conclusion, the doctrine forbids reporting green from * a rollup, and the report's overall verdict is derived from those per-job * conclusions with continue-on-error jobs flagged as violations. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const CI_JOB_SCHEMA: Record; export declare const CI_REPORT_SCHEMA: Record; export declare const CI_WATCH_SCHEMA: Record; export declare const CI_STATUS_INPUT_SCHEMA: Record; export declare const CI_STATUS_OUTPUT_SCHEMA: Record; export declare const CI_WATCHES_LIST_INPUT_SCHEMA: Record; export declare const CI_WATCHES_LIST_OUTPUT_SCHEMA: Record; export declare const CI_WATCHES_CREATE_INPUT_SCHEMA: Record; export declare const CI_WATCHES_CREATE_OUTPUT_SCHEMA: Record; export declare const CI_WATCHES_DELETE_INPUT_SCHEMA: Record; export declare const CI_WATCHES_DELETE_OUTPUT_SCHEMA: Record; export declare const CI_WATCHES_RUN_INPUT_SCHEMA: Record; export declare const CI_WATCHES_RUN_OUTPUT_SCHEMA: Record; export declare const builtinGatewayCiMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-ci.d.ts.map