Skip to content

Variable: CodebaseSchemas

Makaio Framework


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

const CodebaseSchemas: object

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

Codebase namespace schemas.

This namespace emits content-aware fingerprint change events enriched with organizational context (project, worktree, workstream).

Seam: Add codebase.getContext RPC for on-demand fingerprint+context retrieval.

changed: 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> = CodebaseChangedEventSchema

Emitted when codebase content changes for a scope