codebase
codebase
Section titled “codebase”| Field | Value |
|---|---|
| Prefix | codebase |
| Namespace constant | CodebaseNamespace |
| Subjects constant | CodebaseSubjects |
| Kind | bus |
| Schema record | CodebaseSchemas |
| Tier | framework |
| Package | @makaio/services-core |
| Defined in | packages/services/core/src/codebase/namespace.ts |
Subjects
Section titled “Subjects”| Key | Wire | Type | Schema |
|---|---|---|---|
changed | codebase.changed | event | schemas.ts |
Subject Details
Section titled “Subject Details”codebase.changed (event)
Section titled “codebase.changed (event)”Emitted when codebase content changes for a scope
Subject: codebase.changed
Type: Event
| Field | Type | Required |
|---|---|---|
changedPaths | string[] | yes |
commitSha | string | yes |
fingerprint | string | yes |
previousFingerprint | string | undefined | no |
projectId | string | yes |
repoPath | string | yes |
scope | string | yes |
timestamp | string | yes |
workstreamId | string | undefined | no |
worktree | string | undefined | no |
worktreeId | string | undefined | no |
Auto-generated by yarn docs:bus. Do not edit manually.