Files
przeprogramowani__10x-cli/scripts/release-github.d.mts
Claude ca19fe244f fix(cli-release-repair): automate exact-source publication under a lease (p2)
Update CLI CI/version workflows and version/publication helpers.
Add Toolkit coordinator/lease/evidence helpers and regression coverage.
Record approved amendments, review closure and local verification evidence.

Refs: https://github.com/przeprogramowani/10x-cli/pull/38, https://github.com/przeprogramowani/10x-toolkit/pull/31
2026-09-13 13:52:11 +02:00

9 lines
562 B
TypeScript

export const CLI_REPOSITORY: string;
export const TOOLKIT_REPOSITORY: string;
export function fullSha(value: unknown): boolean;
export function numericId(value: unknown): boolean;
export function github(token: string, repository?: string): (path: string, method?: string, body?: unknown) => Promise<any>;
export function canonicalRun(run: any, expected: any): any;
export function successfulJobs(result: any, run: any, names: string[]): void;
export function downloadArtifact(id: string | number, token: string, repository?: string, maxBuffer?: number): Buffer;