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

Interface CommitModeSettings

shared/types.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type CommitMode = 'structured' | 'checkpoint' | 'disabled';
4
5export interface CommitModeSettings {
6 mode: CommitMode;
7 structuredPromptTemplate?: string;
8 checkpointPrefix?: string;
9 allowClaudeTools?: boolean;
10}
11
12export interface ProjectCharacteristics {
13 hasHusky: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected