MCPcopy Create free account
hub / github.com/experdot/pointer / ContextCommitInput

Interface ContextCommitInput

src/renderer/src/persistence/interfaces/base.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface ContextCommitInput {
19 accountId: string
20 workspacePath: string | null
21 approvedWorkspacePaths?: string[]
22}
23
24/**
25 * Standard CRUD repository interface

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected