MCPcopy
hub / github.com/openclaw/clawsweeper / RepositoryProfile

Interface RepositoryProfile

src/repository-profiles.ts:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 | "none";
18
19export interface RepositoryProfile {
20 targetRepo: string;
21 slug: string;
22 displayName: string;
23 checkoutDir: string;
24 docsUrl?: string;
25 communityUrl?: string;
26 promptNote: string;
27 applyCloseRules: Partial<Record<RepositoryItemKind, readonly RepositoryCloseReason[]>>;
28}
29
30interface TargetRepositoryConfig {
31 schemaVersion: 1 | 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected