Skip to content

Variable: CodebaseChangedEventSchema

Makaio Framework


Makaio Framework / services-core/codebase/schemas / CodebaseChangedEventSchema

const CodebaseChangedEventSchema: ZodObject<{ changedPaths: ZodArray<ZodString>; commitSha: ZodString; fingerprint: ZodString; previousFingerprint: ZodOptional<ZodString>; projectId: ZodString; repoPath: ZodString; scope: ZodString; timestamp: ZodISODateTime; workstreamId: ZodOptional<ZodString>; worktree: ZodOptional<ZodString>; worktreeId: ZodOptional<ZodString>; }, $strip>

Defined in: ../../../packages/services/core/src/codebase/schemas.ts:12

Emitted when a codebase fingerprint changes for a given scope. Contains full organizational context (project, worktree, workstream).