Variable: CodebaseSchemas
Makaio Framework / services-core/codebase/schemas / CodebaseSchemas
Variable: CodebaseSchemas
Section titled “Variable: CodebaseSchemas”
constCodebaseSchemas: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.
Type Declaration
Section titled “Type Declaration”changed
Section titled “changed”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