MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / CheckOptions

Interface CheckOptions

packages/bumpy/src/commands/check.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export type HookContext = 'pre-commit' | 'pre-push';
21
22interface CheckOptions {
23 strict?: boolean;
24 noFail?: boolean;
25 hook?: HookContext;
26 /** Branch to compare against (default: baseBranch). Use for feature branches targeting a channel branch. */
27 base?: string;
28}
29
30/**
31 * Local check: detect which packages have changed on this branch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…