MCPcopy Index your code
hub / github.com/cobusgreyling/loop-engineering / DriftIssue

Interface DriftIssue

tools/loop-sync/src/sync.ts:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface DriftIssue {
24 type: 'missing' | 'outdated' | 'inconsistent' | 'orphaned';
25 file: string;
26 message: string;
27 severity: 'error' | 'warning' | 'info';
28 suggestion?: string;
29}
30
31export interface SyncOptions {
32 targetDir: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected