MCPcopy
hub / github.com/stravu/crystal / ProjectCharacteristics

Interface ProjectCharacteristics

shared/types.ts:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface ProjectCharacteristics {
13 hasHusky: boolean;
14 hasChangeset: boolean;
15 hasConventionalCommits: boolean;
16 suggestedMode: CommitMode;
17}
18
19export interface CommitResult {
20 success: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected